Balance request¶
The request contains certain fields:¶
| Field | Description |
|---|---|
merchant |
unique merchant ID; |
currency |
requested currency (UAH, USD, EUR, KZT, BRL, INR and AZN); |
sign |
digital signature with the merchant’s key. Available fields are: “merchant”, “currency”. It is hashed using MD5 method (for more details read the “Digital signature in requests” section). |
Examples of the request:
application/json
The response contains certain fields:¶
| Field | Description |
|---|---|
status |
request status:Success – request successfulError – received data error (if the merchant is not found, the signature in the response is not transferred); |
currency |
requested currency (UAH, USD, EUR, KZT, BRL, INR and AZN); |
balance |
available currency amount with two decimal places, separator character is a point (for example – 212.07); |
description |
description (”Wallet balance”); |
sign |
digital signature with the merchant’s key. |
Example of the response – Success status:
application/json