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 Method | Transaction Flows | Transaction Types |
---|
Creditcard | payment.js, Full-Page Redirect | Register, Debit, Preauthorize, Capture, Refund, Void, Moto |
Mandatory parameters for Register
Parameter | Required | Description |
---|
customer.identification | true | Unique customer identifier generated by merchant |
Mandatory parameters for Preauthorize, Debit
Parameter | Required | Description |
---|
customer.identification | conditional | Required if merchant wants to use tokenization feature |
amount | true | Transaction amount: decimals separated by a "." (dot) |
Mandatory parameters for Capture, Refund, Void
Parameter | Required | Description |
---|
amount | true | Transaction amount: decimals separated by a "." (dot) |
currency | true | 3 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.