Skip to main content

DOKU PCI

This page provides an overview of the payments methods provided by the DOKU PCI adapter in the IXOPAY platform. It also includes a full list of all configuration options available to you when integrating DOKU PCI within your payments landscape, as well as an overview of the parameters required when submitting a transaction via IXOPAY's API.

Payment Methods

Payment MethodTransaction FlowsTransaction Types
Creditcardpayment.js, Full-Page RedirectRegister, Debit, Preauthorize, Capture, Refund, Void, Moto

Mandatory parameters for Register

ParameterRequiredDescription
customer.identificationtrueUnique customer identifier generated by merchant

Mandatory parameters for Preauthorize, Debit

ParameterRequiredDescription
customer.identificationconditionalRequired if merchant wants to use tokenization feature
amounttrueTransaction amount: decimals separated by a "." (dot)

Mandatory parameters for Capture, Refund, Void

ParameterRequiredDescription
amounttrueTransaction amount: decimals separated by a "." (dot)
currencytrue3 letter currency code

Recurring transactions

All transactionIndicators within Doku including CARDONFILE_MERCHANT, RECURRING, CARDONFILE are associated with MOTO. for thes transactions, the optional parametersextraData.tenor and extraData.plan_id can be provided.