v1

latestOpenAPI 3.1.02026-07-26490367.2 KB

Fund Account

Funds an account with the specified amount.

post/accounts/simulator/fund

Request body

accountIdstring

The _id of the account you wish to fund. Required if you wish to fund account using the id.

amountnumber float required

The amount to add to account.

bankCodestring

The bank code of the specified account. Required if you wish to fund account using the account number.

accountNumberstring

The number of the specified account. Required if you wish to fund account using the account number.

Response

Account funded successfully.

statusCodeinteger

Status code of the response. 200 indicates a successful request.

messagestring

Human-readable description of the result.

responseCodestring

Transfer response code (00 indicates success).