Cross border payment regulation 2

When Cardholder do any cross border transactions for any valid EEA currencies then we will send webhook to client.

Cross border payment regulation 2 Notification

PARAMETER NAMEVALUE
NotificationType071
CardIDUnique identifier of the client’s card
TransactionAmountFinal transaction amount including any charges if applicable and this will be in card holder’s currency
CardSchemeFxRateVisa Treasury Exchange Rate for the “fromCurrency” and “toCurrency” currency pair. This rate will not include any “additionalFee” or “additionalRate”. Will reflect the last rate available on the “asOfDate” Will signify radix separator as “.” Rate with 10 digit decimal precision.
BenchmarkbFXRateExchange rate between the “from” and “to” currency pair using the benchmark rates on the asOfDate. The rate will have 10 digit decimal precision. Will signify radix separator as “.”
MarkUpPercentThe calculation is the % difference between the ecb rate and the visa rate

Example Of Cross border payment regulation 2 Notification

PARAMETER NAMEVALUE
NotificationType071
CardID29809
TransactionAmount29.80
CardSchemeFxRate1.144407141
BenchmarkbFXRate1.155294716
MarkUpPercent0.95

For this webhook there is a new notification category code: 071

JSON Example

{
  "NotificationType": "071",
  "CardID": "29809",
  "TransactionAmount": "29.80",
  "CardSchemeFxRate": "1.1444071408",
  "BenchmarkbFXRate": "1.1552947157",
  "MarkUpPercent": "0.95"
}