#alexanderg-payment-intent-lifecycle
1 messages ยท Page 1 of 1 (latest)
Yep, you can cancel at that point if you want to mark that payment intent as "done" in an unpaid state
To reconfirm - I can cancel payment intent in requires_payment_method state?
Another question can payment intent in requires_payment_method state be captured again and move to succeeded state?
Yep, if you decide you don't want to use it anymore
You can confirm it again, yes. This is the major stateful advantage of payment intents, they hold state even if the payment fails and you can try again with a new card/payment method
Are cancelled and succeeded terminal states?
yes, thats right
Are any other states terminal?
Nope, the others will transition depending on what you do
Great, thank you! ๐
You're welcome ๐