POST
/
v1
/
visa
/
fx

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json
fromAmount
number
required

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

fromCurrency
string
required

Any ECB supported currency with valid ISO 4217 currency code

toCurrency
string
required

Any ECB supported currency with valid ISO 4217 currency code

Response

200 - application/json
fromAmount
number

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

fromCurrency
string

Any ECB supported currency with valid ISO 4217 currency code

toCurrency
string

Any ECB supported currency with valid ISO 4217 currency code

toAmountWithVisaRate
number

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.

toAmountWithAdditionalFee
number

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.

fxRateVisa
number

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

fxRateWithAdditionalFee
number

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

visaRateLastUpdatedTimestamp
string

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

benchmarks
object[]