Update Bank Account
Request
ENDPOINT
/investor_registry/investor/{investor_key}/bank_account/{bank_account_key}/updateMETHOD
PUTSTATUS
204Request body
Request Body
{
"status": "str",
"main_account": true,
}
Warning
There are three ways to update the bank account:
- Update the status to inactive, disabling the use of the account.
- Update the status to active, reactivating the use of the account.
- Update the main account definition using the main_account property, making the account in question the investor's main account.
If both parameters are sent, an error will be returned.
Body params
| Field | Type | Description | Characters | Required |
|---|---|---|---|---|
status | string | New Account Status | 1 - 20 | No |
main_account | bool | Defines if the account is the investor's main account | - | No |