adrianhajdin / project_e_commerce

This is a code repository for the corresponding video tutorial. In this video, we're going to build a fully functional eCommerce application using commerce.js.
https://jsmastery.pro
1.88k stars 507 forks source link

How could I implement 3d authentication with stripe? #57

Open Psichorex opened 2 years ago

Psichorex commented 2 years ago

I followed the stripe documentation but I could make it work. If 3d auth is set required it does work and will give me an error that further verification needed. I followed the implementation written here : https://commercejs.com/blog/strong-customer-authentication-with-stripe/ But no authentication was sent to my phone I just got the error again. Anyone tried this before?