#Ji_net-setupintents
1 messages · Page 1 of 1 (latest)
yes you never re-use SetupIntents
as the error says, it already succeeded (that card will succeed, as it says "Attaching this card to a Customer object succeeds, but attempts to charge the customer fail.") so that SetupIntent is finished now and you'd need a new one
Ok got it, so are you suggesting that whenever I get the invoice.payment_failed event I have to create a new setupIntent for the customer?
if you goal is to have the customer enter a new card then yep, you'd create a new SetupIntent and go through that process!