v1
latestOpenAPI 3.0.02026-07-241220330.3 KBBank Accounts
Get a single bank account, with historical and entity data, by unique token or identifier.
Retrieves a single bank account uniquely defined by a bank account token or external account identifier. Bank account tokens are alphanumeric characters that start with a prefix "A-". External account identifiers are strings provided by services or clients.
get/bank-accounts/{account_identifier_or_token}
Path parameters
account_identifier_or_tokenstring required
Token of bank account to get details for.
Query parameters
pagenumber
Example:2
The page of history results to return. Default is 1.
per_pagenumber
Example:1000
How many history results per page to return. Default/maximum is 1000.
Response
Returns the bank account matching bank account token.
Example response
{
"account_token": "A-WO6WloK6odpcoxJkTKAt",
"timestamp": "2024-06-01T12:00:00.000Z",
"external_account_id": "acct-0a9b1c2d3e4f5a6b",
"entity_token": "P-R21gUOQ8rwCvmx8tIscf",
"account_class": "deposit",
"account_name": "My Checking Account",
"account_number": "123456789",
"routing_number": "021000021",
"opening_date": "2022-01-15T00:00:00.000Z",
"maturity_date": "2027-01-15T00:00:00.000Z",
"closing_date": "2025-06-01T00:00:00.000Z",
"cif_number": "CIF-00123456",
"card_network": "Visa",
"country_code": "US",
"currency": "USD",
"product_code": "CHK-PREMIER",
"product_name": "Premier Checking",
"status": "active",
"status_detail": "Fraud",
"credit_limit": 500000,
"account_balance": 12345,
"account_type_status": "Active",
"status_fraud": "not fraud",
"entity_group_token": "EG-Xk3mR8pLqN2wYvT1cZsA",
"external_entity_group_id": "group-acct-0012"
}