Skip to main content

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 MethodTransaction FlowsTransaction Types
Sepa Direct Debit / GlobalCollectServer-to-ServerAll Debit (Initial, Recurring, withRegister), Register, Refund, Chargeback
Bank Transfer / GlobalCollectRedirectDebit, Refund
Sofort / GlobalCollectRedirectDebit, Refund
Trustly / GlobalCollectRedirectDebit, Refund
IDeal / GlobalCollectRedirectDebit, Refund

Required parameters for Sepa Direct Debit

  • customer.billingCity: required for Register, Debit
  • customer.billingCountry: required for Register, Debit
  • customer.billingLastname: required for Register, Debit
  • ibanCustomer.iban: required for Register, Debit
  • transaction.description: required for Debit

Required parameters for Bank Transfer, Trustly and IDeal

  • customer.identification
  • customer.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 IndicatorIngenicoConnect Transaction Indicator
INITIALfirst
RECURRINGrecurring

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.

FieldValue
statusPENDING_APPROVAL
statusOutput.isCancellabletrue

See Ingenico connect's Documentation