OAuth scope: bank_account.write
Accessible only using Strong Customer Authentication.
Example of SCA usage: Postman visual flow
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:
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.
SCA session token for strong customer authentication
MFA token for strong customer authentication
2FA preference for the request
ID of the business account to close
Business account closed successfully
The response is of type object
.