Última actualización hace 9 meses
The balance API allows us to obtain information about our customers balances
Gets the balance of a customer.
This endpoint requires the following headers:
{ "apiKey": "123xxx456", "clientId": "123xxx456", }
Response
{ "available": 1234, "rate": 1000, }