post
https://api.cloud.mbanq.com/v1/savingsaccounts/?command=approve
Use this API to approve a savings account that is in Submitted and Pending Approval status. Once approved, the account moves to Approved status and can then be activated.
Prerequisites
- The account must be in
Submitted and Pending Approvalstatus. - Pass the
accountIdof the account to approve as a path parameter. - Pass
command=approveas a required query parameter.
Example Request
POST /v1/savingsaccounts/{accountId}?command=approve
What's Next?
After approval, activate the account using POST /v1/savingsaccounts/{accountId}?command=activate to make it fully operational.
| Function | Webhook |
|---|---|
| Approve Account | Approve Account |

