Settlement Rates
Read on obtaining rates at which the transaction will be settled
While you can set the exchange rate for a particular transaction while creating the transaction, this API will provide you with the current settlement rates. Settlement rates may differ based on sending currency, receiving country, receiving currency, and payout method.
GET /settlement-rates
Query Parameters
Name
Required
Type
Description
source_currency
No
String
Sending currency code
destination_currency
No
String
Receiving currency code
destination_country
No
String
Two char ISO code of the receiving country
payout_method
No
String
CASH_PICKUP, BANK_DEPOSIT, WALLET, or HOME_DELIVERY
Last updated