solidusio / solidus_stripe

💳 Integrate Solidus with Stripe
https://stripe.com
BSD 3-Clause "New" or "Revised" License
36 stars 61 forks source link

Handle extra SCA request at the confirm step #209

Closed elia closed 1 year ago

elia commented 1 year ago

Why

Some cards/payment methods, especially in Europe, will require additional confirmation from the buyer when the card is charged or the amount authorized. We do that just before order completion for a number of cases (setup intents, saved payments).

What

Check if there's some JS code we can embed in the confirmation or completion page or what is needed to ensure we allow buyers to take the necessary actions to confirm payment intents that end up in the requires_action status.