Defining the steps of the payment process - As seen by the buyer
Payment process from the buyer’s point of view:
- The buyer validates the shopping cart.
- The merchant website redirects the buyer to the payment gateway via a secure HTTPS HTML POST form.
The parameters to include in this form are detailed in the chapter Generating a payment form.
- When the parameters and their signature have been verified, presents the payment process to the buyer.
There are two journey, depending on how you fill in the payment form:
- Journey 1: You have specified only one payment method (e.g. bank card). The gateway directly displays the Payment method data entry page (step 5)
- Journey 2: You have specified all the available payment methods. The gateway then displays the payment method selection page.
Example:
Figure 1. Selecting a payment method
- The buyer selects his payment method if the gateway displays journey 2.
- The buyer enters the number and the expiry date of their card.
If the card has a security (CVV) code, it must be specified.
Figure 2. Entering payment method details - The buyer click on Validate.
- If the merchant and the buyer’s card are enrolled in the 3D Secure program, the payment will be authenticated with 3D Secure.
- The gateway runs anti-fraud checks and sends an authorization request to the buyer’s bank.
- If the authorization is accepted, the buyer sees the transaction summary.
A button allowing to return to the shop is presented.
Figure 3. Transaction summary 

In the event of failure, the platform informs the buyer and displays a button to cancel and return to the shop.
Figure 4. Summary page in case of a failed transaction 
