Получение списка уведомлений

POST https://api.crystalpay.io/v3/callback/payoff/list/

Body

Name
Type
Description

auth_login*

string

Логин кассы

auth_secret*

string

Секретный ключ кассы

id*

string

ID вывода

* - обязательные поля

Response

{
    "error": false,
    "errors": [],
    "items": [
        {
            "url": "https://example.com/handler",
            "state": "success",
            "attempts": 1,
            "last_response": "200 => OK",
            "created_at": "2024-01-10 11:08:11",
            "last_at": "2024-01-10 11:08:11"
        },
        ...
    ]
}

Last updated