Settlement Rates
Details on obtaining current indicative settlement rates
You can receive settlement rates applied during payout using this API. Please note that these rates are indicative and actual settlement rates may vary based on settlement time. Based on these rates, you can set you own exchange rate and provide them per transaction during transaction creation. The exchange rate provided during transaction creation is the customer exchange rate and can vary from the settlement rate.
GET /v2/settlement-rates/
You can use the following filter parameters to filter out responses are per your requirement.
GET {{url}}/settlement-rates/?payout_method={{payout_method}}
GET {{url}}/settlement-rates/?destination_currency={{destination_currency}}
GET {{url}}/settlement-rates/?destination_country_code={{destination_country.code}}
GET {{url}}/settlement-rates/?payout_method={{payout_method}}&destination_country_code={{destination_country.code}}
Field | Type | Description |
---|---|---|
source_country | Object | Source country |
source_country.name | String | Name of source country |
source_country.code | String | 2-character ISO code of the source country |
source_currency | String | 3-character ISO code of the country |
destination_country | String | Destination country |
destination_country.name | String | Name of destination country |
destination_country.code | String | 2-character ISO code of the destination country |
destination_currency | String | 3-character ISO code of the country |
payout_method | String | Delivery method for which the settlement rate is applicable |
settlement_rate | Number | Indicative settlement rate in destination currency |
Last updated