Close a business account
OAuth scope: bank_account.write
This operation requires strong customer authentication (SCA) For more information on implementing SCA, refer to our Strong Customer Authentication guide.
Closes a specific business account identified by its ID.
Once closed, the account can no longer be used for transactions. Before closing an account, ensure it has a zero balance and no pending transactions. The main account cannot be closed.
Restrictions:
- You cannot close your main account.
- You cannot close an businesss account with a non-zero balance.
- External businesss accounts cannot be closed through this API.
Authorizations
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.
Headers
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
SCA session token for strong customer authentication
MFA token for strong customer authentication
2FA preference for the request
Path Parameters
ID of the business account to close
Response
The response is of type object
.