NuveiDCC
This page provides an overview of the payments methods provided by the NuveiDCC adapter in the IXOPAY platform. It also includes a full list of all configuration options available to you when integrating NuveiDCC within your payments landscape, as well as an overview of the parameters required when submitting a transaction via IXOPAY's API.
NuveiDCC adapter is used to proceed payments with Nuvei using DCC (Dynamic Curency Conversion) service.
Guideline
To use DCC service it's necessary to send requestDcc: "true" with your debit/preauthorize request. If DCC is allowed for the specific card you'll receive an API response with a status "PENDING_DCC" and all the necessary data to provide to the end customer to decide in which currency he/she wants to pay.
As soon as end customer decided which currency to use - you have to send an additional /continue-dcc API call
Mandatory Parameters
Name | Type | Required | Description |
---|---|---|---|
requestDcc | boolean | false | To enable DCC service - requestDcc should be true |