Bancontact
Last updated
Was this helpful?
Last updated
Was this helpful?
Bancontact transactions can be processed via the Saferpay JSON API. However, as Bancontact is a third party provider, there are a few things to consider.
The handling of Bancontact payments with Saferpay requires:
A and thus a valid identification with a username and password for the Saferpay system.
Availability of at least one active Saferpay terminal by which payments can be carried out and availability of the associated Saferpay TerminalId.
A valid Bancontact contract.
The general integration of Bancontact can be done either via the , or the and does not require any special attention, besides what is mentioned in the respective chapters.
Furthermore, for other flows (Refunds etc.), please also refer to the table below.
Refunds for Bancontact are limited to only.
Bancontact Secure Card Data aliases may only be used for "card on file" 3D Secure transactions.
Feature
Support
Capture/Cancel
❌
Multipart Captures
❌
✅
✅
Recurring Payments
❌
✅
❌
Mail Phone Order
✅
✅
Omni-Channel
❌
The Bancontact Direct Mode allows the merchant to directly integrate Bancontact into their site or mobile app. This chapter handles the technical details and flow of this type of integration.
Saferpay forwards the merchant request to the Bancontact system, where the IntentUrl and QR-Code data is generated.
The merchant then has multiple options, how to proceed, also depending on the application:
The merchant displays the QR-Code data, so his customer may scan it via the bancontact app.
The IntentUrl is used to perform a direct switch towards the Bancontact payment app
The payer performs the payment. Bancontact authorizes her/his card and sends the necessary data to Saferpay.
Once the payment is finished, two things happen in parallel:
A.3: The merchant application validates the payment.
First, the merchant's application initiates the payment via the . Note that this should always be a centralized server, even if the payer/shopper interacts with the merchant system via an app!
The generated data is forwarded towards the merchant application through the .
A.1: The payment data is forwarded to the Saferpay system, which saves the data. Once a definitive transaction status has been determined, Saferpay will then call the StateNotificationUrl, which has been defined with the , to notify the merchant application that the data for this transaction is ready to be pulled.
A.2: The merchant application performs the to ask for the outcome of the transaction.
B: While the merchant application is notified of the transaction, in the background, the Bancontact app will redirect the payer towards the respective App-RedirectUrl, defined within , depending on the outcome.
Please refer to , if you want to test Bancontact.