v1
latestOpenAPI 3.0.02026-07-2671142187.3 KBCustomer
Set customer bank account as default
patch/customers/{customerId}/bank-accounts/{bankAccountId}/default
Path parameters
customerIdinteger required
The Id of the customer
bankAccountIdinteger required
The Id of the bank account
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"
}
}
]