EBANX PCI
This page provides an overview of the payments methods provided by the EBANX PCI adapter in the IXOPAY platform. It also includes a full list of all configuration options available to you when integrating EBANX 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 |
|---|---|---|
| Credit card | iFrame Form & payment.js Integration | Debit, Preauthorize, Capture, Void, Register, Deregister, Refund |
Credit Card
Please refer to EBANX to see which customer data are necessary to process in certain countries.
| Field | Type | Required |
|---|---|---|
| customer.firstName | string | conditional |
| customer.lastName | string | conditional |
| customer.billingCountry | string | conditional |
| customer.nationalId | string | conditional |
| customer.billingAddress | string | conditional |
| customer.extraData.streetNumber | string | conditional |
| customer.extraData.streetComplement | string | conditional |
Additional Parameters
You will have to use the following extraData keys:
| Name | Type | Required |
|---|---|---|
| extraData | object | false |
| ↳extraData.instalments | string | false |
| ↳extraData.subAccountName | string | false |
| ↳extraData.subAccountImageUrl | string | false |
| ↳extraData.deviceChannel | string | false |
| ↳extraData.profileId | string | false |
| ↳extraData.profileName | string | false |
| ↳extraData.recurringPayment | bool | false |
| ↳extraData.loyalCustomer | bool | false |
| ↳extraData.customerAccountCreateDate | string | false |
| ↳extraData.deviceId | string | false |