Shared Functions
Close/Re-Open Account
This endpoint is used to send a request to close a customer’s account.
POST
/
account
/
close
- When the close field is passed as ‘true’ the account would be closed, updating the status to closed. - When the close field is passed as ‘false’ the account status would be reverted to active.
requestId
string
requiredaccountNumber
string
requiredThe customer’s account number
reason
string
requiredThe reason for request
close
boolean
default: truerequiredWas this page helpful?