Current balance request
Endpoint: /api/payment/balance
In the request, an empty JSON object ("{}") should be passed
Example request: {}
Example of a successful execution: { "balances": [ { "currency": "visamaster.uah", "balance": 1000.00, "overdraft": 100.00, "hold": 0.00, "available": 1100.00 }, { "currency": "visamaster.usd", "balance": 1000.00, "overdraft": 0.00, "hold": 100.00, "available": 900.00 } ] }