Certegy
This page provides an overview of the payments methods provided by the Certegy adapter in the IXOPAY platform. It also includes a full list of all configuration options available to you when integrating Certegy 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 |
|---|---|---|
| ACHDirectDebit | Full-Page Redirect, HPP | Register, Debit, Preauthorize, Capture, Refund, Void |
Mandatory parameters for Debit and Preauthorize
| Parameter | Required | Description |
|---|---|---|
| extraData.consumerId | conditional | Required if accountNumber or bankAccountId are not given |
| extraData.bankAccountId | conditional | Required if consumerId or accountNumber are not given |
| extraData.accountNumber | conditional | Required if consumerId or bankAccountId are not given |
| extraData.accountNumberConfirmation | conditional | Required if accountNumber is given |
| extraData.accountType | conditional | Required if accountNumber is given |
| extraData.routingNumber | conditional | Required if accountNumber is given |
| Customer firstName | conditional | Required if accountNumber is given |
| Customer lastName | conditional | Required if accountNumber is given |
| Customer Email | conditional | Required if accountNumber is given |
| Customer billingPhone | conditional | Required if accountNumber is given |
Mandatory parameters for Register
| Parameter | Required | Description |
|---|---|---|
| Customer firstName | true | Customer firstname |
| Customer lastName | true | Customer lastname |
| Customer Email | true | Customer Email |
| Customer billingPhone | true | Customer billing phone |