Reputation: 11
I'm new to working with stripe. I have a couple of questions.
I am working on implementing the payment flow on the website using Stripe. Here are the steps of my flow:
Now, regarding handling payment failure cases, such as when a customer's payment fails or if a customer closes the window without completing the payment and then tries to log in again to our website, I have a question. Should I create a new PaymentIntent for the customer in these cases, or should I use the existing PaymentIntent? How to handle other cases if customer wants to add other card then want to retry?
Upvotes: 0
Views: 59