Payment status request (Payout)¶
The query contains certain fields:¶
| Field | Description |
|---|---|
merchant |
unique merchant ID; |
payout_id |
outgoing payment number in the merchant’s system; |
sign |
digital signature with the merchant’s key. Available fields are: “merchant” and “payout_id”. It is hashed using the MD5 method (for more details read the “Digital signature in requests” section). |
Examples of the request:
application/json
In response to the request the data is returned in the JSON format:¶
| Field | Description |
|---|---|
status |
transaction status:Success – the payment is completed successfully (final status)Pending – the payment is new or is in the line for processingBlocked – the payment is canceled (final status)Error – received data error (signature in the response is empty “sign” = “”); |
payout_id |
outgoing payment number in the merchant’s system; |
code |
payment status code; |
description |
status description; |
sign |
digital signature with the merchant’s key. |
Example of the response – Success status:
application/json
Example of the response – Error status:
application/json