Bank Accounts
Freeze/Unfreeze Account
This endpoint is used to send a request to freeze a customer’s account.
POST
/
account
/
bank
/
freeze
- When the freeze field is passed as ‘true’ the account would be frozen, updating the status to inactive.
- When the freeze field is passed as ‘false’ the account status would be reverted to active.
requestId
string
requiredaccountNumber
string
requiredThe account number that a freeze is to be done against
reason
string
requiredThe reason for which the freeze is requested
freeze
boolean
default: truerequiredWas this page helpful?