#Aby
1 messages · Page 1 of 1 (latest)
Hi, let me help you with this.
Yes, that's possible. You can then just create a PaymentIntent with the saved Payment Method. If you set up the PM correctly, you should not be prompted to complete 3DS again: https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=elements#charge-saved-payment-method
Nice to meet you Vanya!
Ok, so reading the above, we have to just create the payment intent with the information we have stored in the setupintent.
The customer will be asked to perform 3DS once the setupintent is created? or when the first paymentintent is created and the next ones will not be necessary to pass 3DS?
On the SetupIntent, after that, the PM will be ready to be charged off-session, without involving the customer.
Oh great, completely understood
Thank you very much! Your guidance is much appreciated!
Happy to help.