#irisslee95
1 messages · Page 1 of 1 (latest)
hello! how can I help?
Hi. Is there any way to get the 3ds authentication link from payment intent?
can you share more about what you're trying to do first e.g. why do you need the 3ds link from the PaymentIntent? that'd help us be able to advise you better
That's for WooCommerce Subscription payment.
The first time the customer makes a payment with 3ds authentication. But I forgot to pass setup_future_usage to the request. So next time automatic payment requires 3ds authentication
So I want to get 3ds authentication link and send via e-mail to customer
you shouldn't be using the 3DS link in that way. If you didn't pass setup_future_usage then the PaymentMethod wouldn't have been attached to the customer and if you charge automatically off_session and the customer has no payment method, payment will just fail
i'm not entirely certain how WooCommerce Subscription payment works because we don't have visibility over how third parties have implemented their integration with our API
can you share the specific source id?
Could you please check these request?
req_jQgpmTWVUYxMIM the first payment
req_oIYJvhBkXfLBcB -> confirm for first payment
req_iB6HippjyiJFlK -> the second payment
generally, what i'd recommend you do is to turn on the settings for Stripe to send an email to your customer to confirm the 3DS payment