Note: This article is relevant to merchants integrating with Zepto in Australia.
You can check your Account Floats balance via the User Interface or the API by following these steps
User Interface
Check the balance of your Account Float using the Zepto portal by following these simple steps:
Log into your Zepto Payments Account
Click on your name in the top right corner
Click on
Settings
Click on
Bank Accounts
The balance is shown on this page, and you can click on the account to see further details.
API
Should you need to check the available balance of your Account Float through the API, we make this information available through the GET /bank_accounts
endpoint.
Our response to this request will list each of your Bank Accounts including Account Floats and will include all information about each one. The available_balance
field here will be an amount in cents and will be available for each of your Account Floats.
Example response
{
"data": [
{
"id": "8aec9057-4452-4c22-b2dd-f57c6fd9ff44",
"branch_code": "000000",
"bank_name": "Zepto Float Account",
"account_number": "1039493",
"status": "active",
"title": "DE Float Account",
"available_balance": 1490
},
{
"id": "a79423b2-3827-4cf5-9eda-dc02a298d005",
"branch_code": "000000",
"bank_name": "Zepto Float Account",
"account_number": "1797031",
"status": "active",
"title": "NPP Float Account",
"available_balance": 1485
},
]
}
Auto Top-ups
To ensure that you never run out of funds in your float we encourage the use of our auto-top up feature to fund your Account Float.
Feel free to reach out if you have further questions by emailing us directly at support@zepto.com.au or clicking on the green bubble icon from the corner of the screen.