Setup
- Ubuntu
- PHP 7.2
- Redis
- Magento 2.2.11
- One Page Checkout (3rd party)
- Official Stripe Module
Scenario
There are currently 2 Payment Methods available at the Checkout (Stripe and PayPal). Both of these Methods work normally with the One Page Checkout. However, Stripe has 2 types of interactions depending on 3DS:
- Transactions that don’t enforce 3DS
- Transactions that do enforce 3DS
Issue
The issue occurs when a customer selects Stripe and uses a card that requires 3D Secure Verification. In this scenario, the customer is presented with a Stripe Popup that asks the customer to verify who they are.
When the customer completes this interaction, the order is generated successfully. However, the customer is then redirected to an Empty Basket instead of the Success Page.