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
Example request
{
"fromCurrency": "EUR",
"toCurrency": "EUR"
}Response
Example response
{
"fromCurrency": "EUR",
"toCurrency": "EUR"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.