#ericfavor
1 messages · Page 1 of 1 (latest)
requires_capture This doc talks more about that flow https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
thanks!
is there an "expiration date" on a PaymentIntent? Like if it's not captured within X days or if it's not cancelled within X days, then it will automatically get cancelled?
Captures have a limit of 7 days, at which point the intent will transition back to either requires_payment_method
There is no expiration dates on PaymentIntents overall though. They will stay active until they are either successfully confirmed or cancelled via the API or dashboard