Skip to main content
POST
Estimate transfer fees

Headers

X-BUSINESS-API-KEY
string
required
Example:

"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"

Body

application/json
beneficiary_id
string
required

The Beneficiary id

Example:

"9ad4789a-c864-48a6-a657-7fdfc57ba1fc"

source_currency
string
required

The supported currency.

Example:

"sgd"

source_amount
number<double>

The amount to be transferred. Only required if 'payment_amount' is not set.

Required range: x >= 1
Example:

112.42

payment_amount
number<double>

The amount to be transferred. Only required if 'source_amount' is not set.

Required range: x >= 1
Example:

10000.5

Response

200

source_amount
number
required
source_amount_fees
number
required
source_currency
string
required
exchange_rate
string
required
payment_amount
number
required
payment_amount_fees
number
required
fx_pair
string
fee_payer
enum<string>
Available options:
payer,
beneficiary
fee_currency
string
Last modified on February 25, 2026