#leonardo89-setupintent
1 messages · Page 1 of 1 (latest)
Hi there!
It's not possible to delete a SetupIntent. You can only cancel one with https://stripe.com/docs/api/setup_intents/cancel?lang=node but it won't work if the SetupIntent has a succeeded status.
so, if the user change his payment information, for example, set another card, I have to create a new SetupIntent or reuse the last one
??
SetupIntent allow you to save a payment method and reuse it later. If the customer wants to use a different payment method, then you need to create a new SetupIntent (or PaymentIntent) to collect the new payment method.