#lukeify-setup
1 messages ยท Page 1 of 1 (latest)
Hi there, you can reuse the same SetupIntent when the customer comes back and complete the confirmation later.
There is no strict timeline to expire the SetupIntent that has been created.
This is a security recommendation for users ๐
Gotcha! Thanks. In terms of unused SetupIntents that never result in a customer providing payment information, should I always handle cancellation of these, or is it safe to ignore them and let Stripe expire them behind the scenes?
Guessing the latter is okay.
Cancelling the ones where customers never provided payment information would be great for tidying things up ๐
Perfect, thanks Makoto!