Update a Customer Bank Account
PUT {{url}}/customer_bank_accounts/{{customer_bank_acct}}
Updates a customer bank account object. Only the metadata parameter is allowed.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"customer_bank_accounts": {
"id": "BA000ZP5SP5WJ0",
"created_at": "2024-03-22T20:44:08.380Z",
"account_number_ending": "11",
"account_holder_name": "SHARON LYNCH",
"account_type": null,
"bank_name": "BARCLAYS BANK PLC",
"currency": "GBP",
"country_code": "GB",
"metadata": {
"key": "value"
},
"enabled": true,
"links": {
"customer": "CU0014DQPR6JJP"
}
}
} |
ENDPOINTS