post
https://api.cloud.mbanq.com/v1/savingsaccounts/?command=block
Use this API to block an active savings account for a client. Blocking restricts all activity on the account until it is unblocked.
Prerequisites
- The account must be in
Activestatus. - The account must not be a sub-account.
- Pass the
accountIdas a path parameter andcommand=BLOCKas a query parameter.
Example Request
POST /v1/savingsaccounts/{accountId}?command=BLOCK
Effects of Blocking
- The account sub-status changes to
BLOCK. - All cards linked to the account are suspended and their status changes to
SUSPENDED.
For the supported values for Account Status, see: Account Status
For detailed account features, see: Accounts Features
| Function | Webhook |
|---|---|
| Block Account | Block Account |
