#Zhi-checkout
1 messages · Page 1 of 1 (latest)
Hi 👋
Bringing all of your questions into this thread:
Can you update the Payment Intent for a Checkout Session?
I don't believe so, but don't recall exactly off the top of my head. Did you try to?
Can you update customer email after creating a Checkout Session?
No, there is not an endpoint for updating Checkout Session details.
When will a session expire?
If a value is not provided for expires_at then the session will expire after 24 hours:
https://stripe.com/docs/api/checkout/sessions/create?lang=java#create_checkout_session-expires_at
tks