v1

latestOpenAPI 3.1.02026-07-2469193340.0 KB
Bank Accounts

Get a Bank Account

Returns a specified Bank or Float Account owned by your account. For a Float Account, the response includes its current available_balance.

get/bank_accounts/{id}

Path parameters

idstring uuid required

Bank Account ID (BankAccount.data.id), single value, exact match

Response

OK

Example response

{
  "data": {
    "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
      }
    ]
  }
}