post
https://api.cloud.mbanq.com/v1/savingsaccounts/?command=activate
Use this API to activate an approved savings account. Once activated, the account transitions to Active status and is ready to process transactions.
Prerequisites
- The account must be in
Approvedstatus. It must have been submitted and approved before activation. - Pass the
accountIdof the account to activate as a path parameter. - Pass
command=activateas a required query parameter.
Example Request
POST /v1/savingsaccounts/{accountId}?command=activate
What's Next?
With the account now Active, you can begin processing deposits, withdrawals and transfers on this account.
| Function | Webhook |
|---|---|
| Activate Account | Activate Account |

