Ingenico Connect
This page provides an overview of the payments methods provided by the Ingenico Connect adapter in the IXOPAY platform. It also includes a full list of all configuration options available to you when integrating Ingenico Connect 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 |
|---|---|---|
| Sepa Direct Debit / GlobalCollect | Server-to-Server | All Debit (Initial, Recurring, withRegister), Register, Refund, Chargeback |
| Bank Transfer / GlobalCollect | Redirect | Debit, Refund |
| Sofort / GlobalCollect | Redirect | Debit, Refund |
| Trustly / GlobalCollect | Redirect | Debit, Refund |
| IDeal / GlobalCollect | Redirect | Debit, Refund |
Required parameters for Sepa Direct Debit​
customer.billingCity: required for Register, Debitcustomer.billingCountry: required for Register, Debitcustomer.billingLastname: required for Register, DebitibanCustomer.iban: required for Register, Debittransaction.description: required for Debit
Required parameters for Bank Transfer, Trustly and IDeal​
customer.identificationcustomer.billingCountry
Webhooks​
To use webhooks with Ingenico Connect you have to register the webhooks callback URL inside the Ingenico Connect Interface or talk with your account manager on Ingenico side.
TransactionIndicators​
This applies only for the Payment Method SEPA Direct Debit For Register or withRegister transactions, IngenicoConnect Transaction Indicator will be set to "first"
| Transaction Indicator | IngenicoConnect Transaction Indicator |
|---|---|
| INITIAL | first |
| RECURRING | recurring |
Cancel Transactions​
(Only for methods iDEAL and Trustly)
In case of a refund, we will first perform a status check with Ingenico. If the transaction is in a specific state on Ingenico’s side (typically because it has not yet been fully processed by the PSP), we will send a cancellation request instead of a refund.
It is important to note that in such cases, partial refunds are not possible, as the PSP does not support partial cancellations. If a partial refund request is received while the transaction is in the state described below, we will return an error.
| Field | Value |
|---|---|
status | PENDING_APPROVAL |
statusOutput.isCancellable | true |