#titan-subscriptions

1 messages · Page 1 of 1 (latest)

tough heath
#

the current guide would be https://stripe.com/docs/billing/subscriptions/build-subscription?ui=elements and it's a lot easier to work with, and default_incomplete works better for more payment methods.

But they're identical for the specific concern you have, they embed the payment elements into your own pages(unless it says Checkout in the guide, it is not redirecting away from your site).

Can I confirm this stripe.confirmCardPayment will allow me to support 3D Secure 2 without the user having to leave our site?
yes , it shows 3DS in a popup

sterile mist
#

ah OK great, so you just don't provide a return_url to confirmPayment and it will show always show a popup instead of redirecting away

#

appreciate the fast support, thank you!