Approve Account

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 Approval status.
  • Pass the accountId of the account to approve as a path parameter.
  • Pass command=approve as 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.

FunctionWebhook
Approve AccountApprove Account
Path Params
integer
required

The associated account Id.

Query Params
string
required

In this case the command value should always be 'approve'.

Body Params
string
required

The client's locale.

string
required

The date format for the approval date.

string
required

The approval date.

Headers
string
required
Defaults to z01j3e71zd6zkq908vyf5861a8

The ID of your banking instance visible in the MBANQ Console.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json