APIHub
Back to Explore

API for the Settlement Currency Rate converter

The API lets you retrieve detailed currency conversion rates for a transaction (including date, transaction currency, cardholder billing currency, bank fees, and amount), check whether a settlement rate has been issued for a given date, and list the supported settlement currencies.

Uncategorized
none
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

969ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/conversion-rate

Get the currency conversion rate details.

  • fxDate (query, required) — Date of the requested FX rates.
  • transCurr (query, required) — Currency of the transaction.
  • crdhldBillCurr (query, required) — Cardholder billing currency.
  • bankFee (query) — Additional fees imposed by the bank.
  • transAmt (query, required) — Amount in the transaction currency.
GET

/conversion-rate-issued

Determine if the settlement rate has been issued.

  • date (query) — The date by which the rate would have been issued.
GET

/settlement-currencies

getCurrencyRateData

3 endpoints auto-detected

curl -X GET \
  "https://api.mastercard.com/mcapi/settlement/currencyrate/conversion-rate"

api.mastercard.com · HTTPS only