Get ofd response
Эндпоинт: http://ip:port/services/ofdms/api/ofd/status/finally/{{agentRequestId}}
http://ip:port/services/ofdms/api/ofd/status/finally/{{agentRequestId}}Заголовок Authorization: Bearer {token}
Authorization: Bearer {token}Метод: GET
GETПример ответа:
{
"ofdResponses": [
{
"id": 5180408,
"code": 0,
"message": "accepted",
"terminalId": "EP000000000008",
"receiptId": 5340866,
"fiscalSign": "298023055454",
"qRCodeUrl": "https://ofd.soliq.uz/qrCodeUrl",
"qRExpiryDate": null,
"status": null,
"createdBy": null,
"createdDate": "2023-04-14T11:44:40.315006Z",
"isRefund": "0" // 0(PAYMENT), 1(REFUND)
}
],
"status": "SUCCESS" // SUCCESS, CANCELLED
}Last updated