#dipeshdulal-3DS
1 messages · Page 1 of 1 (latest)
Well, you can try to do the payment off session, but it the card requires 3DS, then you need to ask your customers to get back to your website/app to go though the 3DS flow.
I see. So, we need to create a flow built-in that will ask customers to get back to the app to do the action required by requires_action status. i.e redirect the user to the provided url in redirect_to_url key?
You would call confirmCardPayment on the frontend with the existing client secret to confirm the PaymentIntent https://stripe.com/docs/js/payment_intents/confirm_card_payment#stripe_confirm_card_payment-attached
Is the flow similar in flutter_stripe library?
I'm not really familiar with flutter unfortunately.