#.jacob1919
1 messages · Page 1 of 1 (latest)
Do I need to create a setupIntent every time to attach a new payment method from client side?
Yes, once 'confirmed' the Setup Intent is redundant (and in a terminal state). If your customers are adding a new card you need to create a new Setup Intent
@vestal roost Thanks a lot for the quick reply!
Can I create a new setupIntent without doing any work for the previous one? (like canceling?)
Yes, there's no mutual exclusivity between a Setup Intent and a Customer, they can have an infinite amount
(and you can't cancel a succeeded intent)
you the best! Yay! Thanks 🙂