#aleksczajka

1 messages ยท Page 1 of 1 (latest)

sonic geyserBOT
solid fractal
#

Hello ๐Ÿ‘‹

gaunt plume
#

Hi!

solid fractal
#

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

gaunt plume
#

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?

solid fractal
#

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

#