#irisslee95
1 messages · Page 1 of 1 (latest)
👋 How can we help?
We are using WooCommerce Subscription and Stripe Connect
When paying for the subscription for the first time, the 3DS card is confirmed. But when the subscription automatically renews, it fails
Could you share the subscription ID (sub_xxx)?
Actually it asks for reconfirmation. Is there a way for customers to confirm for the first time and then not need to confirm again for automatic payments
This is request ID: req_Xdd7AnSdtflitk
We are not using your subscription API
and this is request Id for the first time payment : req_9lh2AomZiCpkgl
To use saved payment method without customer present, you should set off_session to true and confirm to true if you set payment method in the Payment Intent
I also want to highlight source is legacy integration and it's no longer recommended. You should use payment_method instead.
You may refer to the guide here: https://stripe.com/docs/payments/save-during-payment
Even with off_session: true and confirm: true, it's still possible for card issuer to request 3DS. Your system should handle this case as well
Thanks for your support