Account
Get current available balance
This GET endpoint is used to retrieve the current available balance for the MassPay account. <br> You can use this endpoint to obtain information about the current balance in your account. <br> There are no required parameters needed to access this endpoint. <br> The response will include a JSON objects containing details for the current available balance, including the token, balance and currency_code.
get/payout/account/balance
Response
successful operation
Example response
[
{
"token": "8bb3693f-2f98-43dd-a990-615b6a21596d",
"balance": 100.5,
"currency_code": "USD"
}
]