Checking account balance
Checking your account balances
On the dashboard
You can log in to the Dashboard and check your balances right in the
home page.
Using the API
You can use the GET /v1/balance
api to obtain the current account balance. To do so you can perform a request like the following:
GET https://api.azupay.com.au/v1/balance
Authorization: SECR_MYBUSINESSID_myapikey
This will yield the following response:
{
"balance": 34934
}
Updated 10 months ago