👉 Платеж
{
"id": 1,
"uuid": "string",
"amount": "string",
"currency": "string",
"description": "string",
"status": 3
}
Платеж
Properties
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| id | integer | false | none | ID платежа |
| uuid | string | false | none | none |
| amount | string | false | none | none |
| currency | string | false | none | none |
| description | string | false | none | none |
| status | integer | false | none | Статус платежа: - 0: Создан - 1: В обработке - 2: Отменен - 3: Обработан - 4: Ошибка - 5: Холд - 6: Холд |
Enumerated Values
| Property | Value |
|---|---|
| status | 0 |
| status | 1 |
| status | 2 |
| status | 3 |
| status | 4 |
| status | 5 |
| status | 6 |