⬆️Update Business BankAccount
A Business Bank Account Record may be updated if required.
Headers
Name
Type
Description
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
API Responses
{
"data": {
"id": "{{bankAccountId}}",
"customer_id": "{{customerId}}",
"type": "online",
"bank": "nedbank"
}
}{
"errors": {
"code": "entity_not_found",
"message": "Record not found in module_bank_accounts"
}
}Last updated
Was this helpful?