#prasanth_20580
1 messages · Page 1 of 1 (latest)
the cancel URL is not connected with the Session being cancelled. It's the URL that the ' ⬅️ Back' button goes to.
If i initiate a checkout page and click on cancel. Is the session created is cancelled ?. Or when it will cancell?
no it's not cancelled.
So it means, if a user cancel or click back button, the redirect URL will not be active from that moment?. Or will it be dead session?
not sure what you mean by the redirect url being active or what a dead session means.
nothing happens to the Session object, it's simply that the user is redirected to the cancel URL. You can test all this easily in test mode and see what happens 🙂
Ok. If i click in cancel button, can i re use the same redirect URL what Stripe created ?
I don't know what 'the same redirect URL what Stripe created' means.
On request for checkout API, as response i am getting a redirect URL. I am referring to this
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
Are you asking if you can re-use the same Checkout URL after you clicked the "Back" button?
If so, I believe you can, but please, check by yourself in Test mode.