v1
latestOpenAPI 3.1.02026-07-2469193340.0 KBBank Accounts
List all Bank Accounts
By default, all Bank Accounts will be returned.
get/bank_accounts
Response
OK
Example response
{
"data": [
{
"id": "6a7ed958-f1e8-42dc-8c02-3901d7057357",
"account_type": "bank_account",
"branch_code": "493192",
"bank_name": "National Australia Bank",
"account_number": "3993013",
"status": "active",
"title": "AU.493192.3993013",
"available_balance": null
},
{
"id": "56df206a-aaff-471a-b075-11882bc8906a",
"account_type": "bank_account",
"branch_code": "302193",
"bank_name": "National Australia Bank",
"account_number": "119302",
"status": "active",
"title": "Trust Account",
"available_balance": null
},
{
"id": "ab3de19b-709b-4a41-82a5-3b43b3dc58c9",
"account_type": "float_account",
"branch_code": "802919",
"bank_name": "Zepto Float Account",
"account_number": "1748212",
"status": "active",
"title": "Float Account",
"available_balance": 10000,
"payid_configs": [
{
"email_domain": "pay.zepto.com.au",
"pooling_state": "disabled",
"max_pool_size": 10,
"current_pool_size": 1
}
]
}
]
}