#irisslee95

1 messages · Page 1 of 1 (latest)

frank sentinelBOT
eternal saddle
#

👋 How can we help?

indigo notch
#

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

eternal saddle
#

Could you share the subscription ID (sub_xxx)?

indigo notch
#

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

eternal saddle
#

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.

#

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

indigo notch
#

Thanks for your support