1️⃣Сallback "Pay-in"
{
"payment_message_external_id": "string",- Unique identifier for the payment (generated by the paying bank)
"payment_message_guid": "string", - Unique identifier for the payment message
"callback_guid": "string", - Unique identifier for the callback
"amount": "number", - Payment amount
"currency": "string", - Payment currency
"sender_account_iban": "string", - Payer's IBAN account
"receiver_account_iban": "string", - Receiver's IBAN account
"order_id": "string", - Unique order identifier
"ref_found": "bool",- Technical attribute indicating if the payment purpose matched
"ref_number": "string",- Unique identifier of the order (generated by the Merchant)
"amount_matched": "bool", - Technical attribute indicating if the payment amount matched
"purpose": "string", - Payment purpose (provided by the Merchant)
"status": "success/reject", - Callback status
"reason": "string" - Error description if the status is "reject"
}
Last updated