#CheckMate
1 messages · Page 1 of 1 (latest)
đŸ‘‹ Thanks for reaching out
A PaymentIntent go to requires_capture
when you create it with a manual capture:
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-capture_method
Here is a full guide on how to do it:
https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
#1017356121712885770 message Here stripe support told me that payment_intent never expires , is this statement false now ?
The PaymentIntent never expires true, but the authorization following a manual captured PaymentIntent will expire in 7days
https://stripe.com/docs/payments/place-a-hold-on-a-payment-method#:~:text=For card payments%2C the amount is on hold for up to 7 days
But the PaymentIntent it self don't expire
What is the reason for canceling in automatic cpatured payment_intent ?
Also what is the use case to make it manual ?
Sorry I'm not understanding your question.
An automatic captured payment_intent doesn't cancel by it self. Otherwise, for the manual capture Payemnt_intent, the authorisation expires in couples of days (up to 7days)
For example, a hotel might authorize a payment in full prior to a guest’s arrival, then move the money when the guest checks out.
https://stripe.com/docs/payments/place-a-hold-on-a-payment-method#:~:text=For example%2C a hotel might authorize a payment in full prior to a guest’s arrival%2C then move the money when the guest checks out.
okay cool