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
required
accountNumber
string
required

The account number that a freeze is to be done against

reason
string
required

The reason for which the freeze is requested

freeze
boolean
default: truerequired