Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Получение статуса операции

Параметры

Header:

INTENT_OPERATION_TYPE - OPERATION_ID

Auth-token - Токен авторизации (опционально). Подробнее

Тело запроса: OperationIdRequest

Примеры

Успех

Запрос:

{
  "operationId": "123"
}

Ответ OperationResponse:

{
  "operationId": "123",
  "uid": "32B1E3361C6573F807CF1091",
  "uuid": "bb074ac8-3661-4c56-818e-26686d5a7ec3",
  "header": {
    "cashier": "Администратор",
    "chequeNumber": 3192,
    "date": "2022-07-05T21:57:17+03:00",
    "currency": "BYN"
  },
  "total": "2.15",
  "payments": ["Cash"],
  "operationType": "Sale",
  "isSucceed": true
}