#linqisnice_best-practices

1 messages · Page 1 of 1 (latest)

glossy pythonBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1228053914730106921

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

acoustic ploverBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

strong chasm
#

You can set an expiry time from 30min to 24h from creation

rotund stone
#

And expires means... yo uget kicked out of the checkout session? its not the same as link expiration, right? cuz i meran if they are already in the checkout session

strong chasm
#

You'd want to test the behaviour in test mode to see if it matches what you expect

rotund stone
#

alright, thanks. But is there no info on reading what "expires" means in this siutation?

strong chasm
#

And these docs clarify the behaviour to expect:

After it expires, a customer can’t complete a Session and customers loading the Session see a message saying the Session is expired.

rotund stone
#

and that is from setting the ExpiresAt property?

#

or a separate manual call like demonstrated?

#

i.e. do they behave the same?

strong chasm
#

I expect that would have the same result, with the expiry happening automatically at the specified time

#

I'd suggest trying this in test mode:
1/ create two sessions with expiry in 30min using expires_at
2/ load one of them now, but leave it open
3/ wait 30min
4/ try completing payment in the session to have open, see how it behaves
5/ try open the link to the other session that should now be expired, see how that behaves

rotund stone
#

yes ill do that, thanks a lot!