Skip to main content
POST
Fund Account

Authorizations

Authorization
string
header
default:{{APIKey}}
required

Body

application/json
amount
number<float>
default:100
required

The amount to add to account.

accountId
string

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

bankCode
string

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

accountNumber
string

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

Response

Account funded successfully.

statusCode
integer

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

message
string

Human-readable description of the result.

responseCode
string

Transfer response code (00 indicates success).