POST
/
v2
/
{paymentScheme}
/
fx
curl --request POST \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/exchange-rate/v2/{paymentScheme}/fx \
  --header 'Content-Type: application/json' \
  --data '{
  "fromAmount": 1,
  "fromCurrency": "EUR",
  "toCurrency": "EUR",
  "issuerMarkupPercentage": 10
}'
{
  "fromAmount": 123,
  "fromCurrency": "EUR",
  "toCurrency": "EUR",
  "toAmountWithSchemeRate": 123,
  "toAmountWithMarkup": 123,
  "toAmountWithEcbRate": 123,
  "fxRatePaymentScheme": 123,
  "fxRateWithMarkup": 123,
  "fxRateEcb": 123,
  "fxRateEcbRaw": 123,
  "markupPercentageOverEcb": 50
}

Path Parameters

paymentScheme
enum<string>
required

Payment scheme

Available options:
VISA,
MC

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

The body is of type object.

Response

200
application/json

The response is of type object.