#hooky
1 messages · Page 1 of 1 (latest)
What integration flow are you using? Payment Element?
You just need to handle 3DS authentication
Hmmm the production site uses Payment Element, yes. Ahhh so I should create a simple HTML page with a test payment element, and continue that intent from there, right?
Basically you can follow this flow: https://stripe.com/docs/payments/save-and-reuse?platform=web
Ahhh perfect! Thanks! I was already doing some steps, I just need to do Step 5. and so on, with test mode. Cool cool, thank you.