v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBGet 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
Example request
{
"fromCurrency": "EUR",
"toCurrency": "EUR"
}Response
Example response
{
"fromCurrency": "EUR",
"toCurrency": "EUR"
}