v1

latestOpenAPI 3.0.32026-07-26208618579.9 KB
Get FX exchange rates

VISA FX Exchange Rates

This operation is to get the VISA treasury FX rates for a given “from” and “to” currency pair.

post/v1/visa/fx

Query parameters

auditUserstring required

The audit user to log the request

Request body

fromAmountnumber required

From Amount also known as transaction amount that will be converted from the "fromCurrency" and to the "toCurrency"

fromCurrencystring required

A valid ISO 4217 currency code

toCurrencystring required

A valid ISO 4217 currency code

Example request

{
  "fromCurrency": "EUR",
  "toCurrency": "EUR"
}

Response

fromAmountnumber

From Amount also known as transaction amount that will be converted from the "fromCurrency" to the "toCurrency".

fromCurrencystring

A valid ISO 4217 currency code

toCurrencystring

A valid ISO 4217 currency code

toAmountWithVisaRatenumber

To Amount also referred to as Cardholder Billing amount without additionalRate. Derived by converting the fromAmount using Visa Treasury Rates between from and to currency pairs. Additional rate is not included in the calculations. Visa treasury rates used for conversion will be as of the last rates available.

toAmountWithAdditionalFeenumber

Also referred to as Cardholder Billing amount with additional rate. Derived by converting the fromAmount using Visa Treasury Rates between fromCurrency and toCurrency currency pairs. additionalRate is included in the calculations. Visa treasury rates used for conversion will be as of the last rates available.

fxRateVisanumber

Visa Treasury Exchange Rate for the fromCurrency and toCurrency currency pair. This rate will not include any additionalRate

fxRateWithAdditionalFeenumber

Applicable Exchange Rate between the fromCurrency and toCurrency currency pair including additionalRate.

visaRateLastUpdatedTimestampstring date-time

ISO-8601 date when the Visa Treasury rates were last updated for calculations.

Example response

{
  "fromCurrency": "EUR",
  "toCurrency": "EUR"
}