Get balance of of the merchant gates
GET/merchant-api/v1/gates-balance
This method is showing the current balance of the gates
To use method you must send empty body in the HTTP request
Request
Responses
- 200
The balance of the merchant gates
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
balance stringrequired
Balance of the gates
frozen_balance stringrequired
Frozen withdraw balance of the gates
gate_id stringrequired
Id of the gates
currency_id stringrequired
Possible values: [USD, EGP, RUB, KZT, EUR, UAH, MXN, INR, TRY, UZS, AZN, MDL, VND, KRW, AED, IDR, PKR, PEN, CLP, MAD, BYN, COP, NGN, ZAR, SAR, XOF, CAD, AUD, GBP, PLN, NZD, NOK, DKK, SEK, HUF, PHP, TJS, RSD]
Currency of the gate
[
{
"balance": "2500",
"frozen_balance": "2500",
"gate_id": "01cfd079-5d56-44d1-b98d-397c8f9ac891",
"currency_id": "EUR"
}
]
Loading...