Balances

Balances

The balance API allows us to obtain information about our customers balances

API

Gets the balance of a customer.

This endpoint requires the following headers:

{
  "apiKey": "123xxx456",
  "clientId": "123xxx456",
}

Response

{
    "available": 1234,
    "rate": 1000,
}

Última actualización