v1
latestOpenAPI 3.0.02026-07-2671142187.3 KBCustomer
Get customer bank accounts.
get/customers/{customerId}/bank-accounts
Path parameters
customerIdinteger required
The ID of the customer
Query parameters
bankTokenstring
The bank account token.
verifiednumber
If the bank account is verified or not. Use 1 or 0.
readynumber
If the bank account is verified or not. Use 1 or 0.
Response
Successful
Example response
[
{
"id": 12312,
"customerId": 2222,
"dateCreated": "2025-01-30 13:35:36",
"dateUpdated": "2025-01-30 13:35:36",
"dateLastUsed": "2025-01-30 13:35:36",
"dateVerified": "2025-01-30 13:35:36",
"bankToken": "JHKJHKLKJLOHKJ876545KJBK",
"accountType": "CHECKING",
"accountCorporate": "PERSONAL",
"bankIdNumber": "333",
"transitNumber": "55555",
"routingNumber": "999999999",
"bankAccountNumberL4": "9999",
"address": {
"name": "John Smith/Helcim",
"street1": "123 Street",
"city": "Calgary",
"province": "AB",
"country": "CAN",
"postalCode": "H0H0H0",
"phone": "1234567890",
"email": "john@example.com"
}
}
]