Invoice
has been added to the Partner API. This group is intended for retrieving information about a payment document.curl --location -g --request GET 'https://api.freedompay.kz/v5/partner/invoice/info?payment_id={ "payment_id": 1234567890}'
success
, error
, process
, waiting
, incomplete
)amount
)amount
) {
"paymentStatus": "success",
"amount": 5000,
"currency": "KZT",
"fee": 0,
"discount": 0,
"freedomId": "FID123456987ID",
"orderId": "payment_123",
"merchantId": 555555,
"merchantName": "Merchant name",
"description": "Ticket",
"lifetime": 86400,
"facilitatorIBAN": ""KZ505518729251417KZT",
"mcc": "5599",
"dt": "2025-07-11T11:19:49+00:00"
}