Skip to main content

Update Bank Account


Request

ENDPOINT
/investor_registry/investor/{investor_key}/bank_account/{bank_account_key}/update
METHOD
PUT
STATUS
204

Request 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

FieldTypeDescriptionCharactersRequired
statusstringNew Account Status1 - 20No
main_accountboolDefines if the account is the investor's main account-No