accountStatus
UpdatesaccountStatus
of a receiver account by passing a special value in the accountNumber
field.accountNumber
field ends with a pipe character (|
) followed by a valid accountStatus
, the account’s status will be updated directly to that value and a webhook event will be triggered.FROZEN
:{
"accountNumber": "987654321|FROZEN"
}
accountStatus
to FROZEN
and emits a corresponding webhook notification.accountStatus
ValuesCode | Display Name | Description |
---|---|---|
PENDING | Pending | Waiting for approval or activation |
ACTIVE | Active | Currently in use and operational |
FROZEN | Frozen | Temporarily restricted from transactions |
CLOSED | Closed | Account is permanently closed |
⚠️ This behavior is only available in sandbox environments for testing. In production, account status transitions are controlled by the platform’s internal processes and cannot be set manually.