#aleksczajka
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Hi!
Can you provide more information about your usecase?
Checkout doesnt' generate a payment intent when it's created, it is generated when the session is confirmed
Also, the checkout sessions expire after 24 hours but you can configure after_expiration actions to allow users to recover them
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-after_expiration
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
stripe.checkout.sessions.create({payment_intent_data: {capture_method: 'manual'}})
That creates a payment intent that you can capture later.
However, the default expiration is 7 days. Is there a way to extend it?
However, the default expiration is 7 days. Is there a way to extend it?
You're asking about authorization (hold), correct?
If so, no. I don't think you can extend it really. You can talk to our support team to see if there are any exemptions
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.