Settlement Rates
Read on obtaining rates at which the transaction will be settled
curl --location --request GET '{{url}}/settlement-rates?destination_currency={{currencyCode}}&source_currency={{currencyCode}}&destination_country={{countryCode}}&payout_method=CASH_PICKUP'
--header 'X-Client-Id: {{clientId}}'
--header 'X-Client-Secret: {{clientSecret}}'
--header 'Content-Type: application/json'[
{
"created_at": "2022-03-22 12:00:05",
"destination_country": "GH",
"destination_currency": "GHS",
"payout_method": "CASH_PICKUP",
"settlement_rate": "5.6794",
"source_currency": "USD"
}
]Last updated