DCC Results
For integrations where DCC is enabled, and an eligible card is presented, the terminal will offer the cardholder an option to pay in their own currency. When the cardholder accepts the DCC option, axept® PRO will return dccResults. This is an array of strings which provides details about the DCC offer.
dccResults is provided to allow an integrated EPOS to display useful information to cashiers, as well as to incorporate this information in the EPOS receipts (where terminal receipts are not utilized).
The following table provides the list of data elements that axept® PRO will return and their descriptions:
Value | Description |
---|---|
billingAmount | Billing (DCC) Amount. Present only when DCC was accepted. |
billingCurrency | Billing (DCC) Currency in ISO 4217 Numeric format. Present only when DCC was accepted. |
billingCurrencyExponent | Billing (DCC) Currency Exponent. Present only when DCC was accepted. |
conversionDateUtc | UTC timestamp of the conversion date. Present only when DCC was accepted. |
conversionRate | Conversion rate used to obtain the Billing (DCC) Amount. Present only when DCC was accepted. |
dccStatus | Information whether the cardholder accepted the DCC offer or not. Can have one of the following values NotAttempted, Unavailable, Rejected, Accepted. |
disclaimer | Disclaimer required for receipts. Present only when DCC was accepted. |
markupPercentage | The Markup % used for the currency exchange. Present only when DCC was accepted. |
rateSource | The FX Rate source. Present only when DCC was accepted. |