Checkout Process with Smart Transaction

The simplest use case involves only three process participants:

  • your customer

  • your website

  • our secuconnect API

And it leverages only two secuconnect API calls during the checkout:

  1. create the Smart Transaction

  2. authorise and execute the payment at the same time ("auto-capture")

To track the progress or issues with the payment you need also to consume an API callback / push notification.

The process chart below depicts this very simple process:

images/inline/b8ea858a12c3ce4f69a4bd82e2fb09de5cdaa9dade3147a170d3c64c5bacccd5.png

More complex use cases also need to consider:

  • invoice payment needs to mark the shipment

  • the secupay Credit Card Iframe to safely collect credit card data

  • external payment authorisation flows, that can be done before or with the contract closure (PayPal, easyCredit, 3-D Secure)

  • external payment authorisation flows, that must be done with the contract closure (Sofort, giropay, eps)

  • separate API call to capture the payment (not available for Sofort, giropay, eps)

  • separate API call to mark delivery (for invoice payment; becomes due only after delivery)

These are the needs and options for the different payment methods:

Payment Method

Auto-Capture
Forced

External
Authorisation

Delivery Note
Required

Credit Card


(✔)¹

Google Pay


Apple Pay


SEPA Direct Debit



Invoice Payment



Prepayment




PayPal


Sofort


giropay


eps


easyCredit


1 ) Card payment usually requires an external two-factor authentication unless the issuer bank grants an exemption.

This is the full process with auto-capture and external authorisation flows, available for all payment methods:

images/inline/1fa5fffbcbd87b4fe580f61feab7c45f0529852eb7184fc77d5c1c95e7c4bba9.png

(Everything in dashed lines is optional.)

This is the same full process with explicit capture, not available for Sofort, giropay, eps:

images/inline/413d08663189cb0f9d0307e8cfd6fc910ca39fb5b108c67a51a60b75f4d55739.png

It is also possible to combine both processes in dependency to the payment methods. So you can realise the authorisation before the final confirmation of your customer, but also allow Payment Initiation Services (giropay, eps, Sofort) after his confirmation.