Skip to main content
POST
string
required
x-client-id.
string
required
Bearer YOUR_TOKEN_HERE.

Parameters

string
required
Currency of the account balance.
Three-letter ISO 4217 currency code.
string
required
Amount to be paid.
string
required
Reason for the payment instruction.
string
Bank payment reference to be shown on beneficiary’s bank transaction history.
string
required
Date when payment should be made.
Format: YYYY-MM-DD
string
required
ID of the beneficiary.
string
required
Whether the current user is a payer.
One of Y, N
string
ID of the payer.
string
Payer’s entity type.
One of individual, company
string
Payer’s company name.
required, if entity_type = company
string
Payer’s first name.
required, if entity_type = individual
string
Payer’s last name.
required, if entity_type = individual
string
Payer’s date of birth.
Format: YYYY-MM-DD
required, if entity_type = individual
string
Payer’s country.
Two-letter ISO 3166-2 country code.
string
Payer’s address.
string
Payer’s city.
string
Payer’s state or province.
string
Payer’s postal code.
string
Payer’s identification type. Depends on the value of entity_type.
string
Payer’s identification value.

Response

number
Indicates whether the call was successful. 200 if successful, 400 if not.
string
Response Message. “Success” if successful, others not.