#NandiniGopi
1 messages · Page 1 of 1 (latest)
i need to know how to set a time limit for checkout session recovery Url
Do you want to set when the Checkout Session expire? https://stripe.com/docs/api/checkout/sessions/create?lang=curl#create_checkout_session-expires_at
No.I need to know how to change the time for recovery URL regeneration
Can you give more details on exactly what you are trying to do?
How can I re generate the recovery url after 30 minutes?
What do you mean by "recovery url"? Are you talking about this? https://stripe.com/docs/payments/checkout/abandoned-carts
And what do you mean "after 30 minutes"?
Checkout session recovery url
i got the recovery url after 30 minutes but I need to regenerate it in 30 minutes.
Hi! I'm taking over my colleague. Please, give me a moment to catch up.
Could you please explain what do you mean by "Checkout Session recovery URL"?
Are you talking about this, as my colleague suggested?
I'll assume that's what you're asking. If so, you can set a timestamp when the recovery url will expire in Checkout Session parameters: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-after_expiration-recovery-expires_at
Please, let me know if you have any other questions.
ok. thank you
Happy to help.