---
title: "Событие просроченной оплаты"
method: POST
path: "/applications/{app_id}:paymentOverdue"
tags: ["Приложения"]
---

# Событие просроченной оплаты

`POST /applications/{app_id}:paymentOverdue`

Регистрирует для приложения событие просроченной оплаты. Поддерживает идемпотентность через заголовок `Idempotency-Key`.

## Path parameters

- `app_id` integer, required

## Headers

- `Idempotency-Key` string, uuid

## Response `200`

Событие зарегистрировано.

- StatusOk
  - `status` string, required — Статус выполнения операции.

## Other responses

- `400` — Неправильный запрос.
- `401` — Пользователь не авторизован или токен не передан.
- `403` — Доступ запрещен.
- `500` — Внутренняя ошибка сервера.

## Changes

- **2026-06-16** `3562482b042d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smartofood/apis/smartofood-control-api/changes/applications/:app_id:paymentOverdue/post.md)

---

[API](https://skmtc.dev/smartofood/apis/smartofood-control-api.md) · [All operations](https://skmtc.dev/smartofood/apis/smartofood-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smartofood/smartofood-control-api/revisions/50489dff6853/schema)
