OAuth scope: bank_account.write
Updates the details of a specific business account identified by its ID. Currently, it supports only updating the account name.
Business accounts can be named based on your needs (e.g., Primary Account, Project ABC, Tax Pots). This flexibility helps you organize your finances and allocate funds for specific purposes.
Bearer authorization header: Bearer <token>
, where <token>
is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
ID of the business account to update
Business account updated successfully
The response is of type object
.