Stripe.js 2 does support SCA including 3D Secure verifications. You can check out the Platform Payments 2 course which goes over setting up Stripe.js 2 for your applications.
How can we implement SCA to our flow. Provided course is a paid one. I don’t want to purchase it just to understand how to implement SCA (if it covers this, I don’t know) .
Could you please explain how to use your plugin to implement SCA .
@copilot Still no answer? I’m asking a simple technical question. not a for a bug fix or feature request. It’s not a good thing that not answering questions here and encouraging users to buy courses.
I managed to do it. Strong customer authentication - SCA - 3d secure card payment is now available in The Ultimate SAAS template. I can tell you in short how to do it. However, I did not use the Stripe.js plugin. I work with the API direct. The flow can be:
API - Create subscription
Stripe will create a payment intent id (PI id)
Webhook - receive PI webhook
Save PI id, status and next action redirect url in database for customer
If status is authentication-required
API - edit PI --> add return url app
Navigate customer to next action -> redirect url
Important to know is that this workflow works for customers who pay direct during checkout. If not, you need to use a setup intent as well.
Believe me, this info alone reduces your time with about 7 days of communication with Stripe!
Hi, I’ve bought your course. It includes “Authorizations” section, however, it does not cover 3D-secure, how to trigger 3d-secure popup within a payment. Am I missing something? @copilot
You will have to check your log files in the Stripe dashboard for that and then ask helpdesk Stripe. Can be a lot of sorting out. Hopefully you find it quickly