#Priyanka
1 messages · Page 1 of 1 (latest)
Hi
It depends on how you collect the payment_method of your customers. But you can always expect that the bank card'issuer may request another 3DS authentication on some future invoices for the customer. Stripe provides some methods in order to ask your customer to authenticate their payments.
Suppose the payment method is card then it may ask for 3ds authentication for future automatic charge invoices?
If that is enabled on customer's card
Yes it can and here is an example on how to handle payments that requires future actions (e.g. 3ds) for Subscritpions:
https://stripe.com/docs/billing/subscriptions/webhooks#additional-action
If I decide to implement PaymentIntent instead of invoices which may get the same issue of 3ds, then are there same webhook events available that I can use to handle such issue?
Can you give me the link of handling these webhook events for failed payment intent? for 3ds fail
Hi Are you there?