#leooreina-setupintent-error
1 messages · Page 1 of 1 (latest)
Yep, SetupIntents are a state machine and succeeded is a terminal state. Once an intent is in that state, they cannot move out of it https://stripe.com/docs/payments/setupintents/lifecycle
Can you tell me more about the update your are trying to do here and what you are trying to solve by doing it?
I think this is happening because someone has clicked the "checkout" button in my app more than once, so I was thinking if there's any way that we can block it once it succeeded the first time
I have a setup intent id if it's helpful to check on your side
seti_1OHFG1Ek6sr5GyDh4PY6C15y and the request id req_vOZ2CYBAPW8uAz
Ah gotcha, yep that is the issue and that is a good solution