You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys, im wondering how long a checkout session lives when creating it with the sdk? Using checkout.create(). Lets say a user gets redirected to your landing page, but then idles (or closes the browser window). When will the sessionState change from being SessionCreated in the response? :) From what I have seen its 60minutes? Anyway to change that on session creation?
The reason im asking is because I am creating a booking system where a user will hold a spot, until they either pay, cancel or it gets expired, and I don't want a user to potentially hold a spot for too long if they close the browser or idles.
btw, i tried looking through your documentation and found this: Timeouts, but that is after a payment is initiated im guessing.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello guys, im wondering how long a checkout session lives when creating it with the sdk? Using
checkout.create()
. Lets say a user gets redirected to your landing page, but then idles (or closes the browser window). When will thesessionState
change from beingSessionCreated
in the response? :) From what I have seen its 60minutes? Anyway to change that on session creation?The reason im asking is because I am creating a booking system where a user will hold a spot, until they either pay, cancel or it gets expired, and I don't want a user to potentially hold a spot for too long if they close the browser or idles.
btw, i tried looking through your documentation and found this: Timeouts, but that is after a payment is initiated im guessing.
Beta Was this translation helpful? Give feedback.
All reactions