Add or Pull Funds for Dependent Account

Use this API to add funds from the primary account to a dependent account or pull funds from the dependent account back to the primary account.

Supported commands:

  • allocate adds funds from the primary account to the dependent account
  • deallocate pulls funds from the dependent account back to the primary account

Only the primary account holder is allowed to initiate these operations. Add-funds and pull-funds transactions remain visible in the primary account transaction history.

Path Params
integer
required

The Id of the primary account.
Example: 264

integer
required

The Id of the dependent savings account to add or pull funds for.
Example: 268

Query Params
string
enum
required

The balance action to execute.

Allowed:
Body Params
double
required

The amount to add to or pull from the dependent account.
Example: 100

string
required

A parent-provided transaction reference or memo.
Example: Allowance

Headers
string
required

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

Responses

400

The request fails when the amount is invalid, the primary account lacks sufficient balance, or the dependent account is not linked to the supplied primary account.

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