#slendie_api
1 messages ยท Page 1 of 1 (latest)
๐ 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/1354818548920221696
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey there, it doesnt look like that is supported. WIth Checkout Sessions, that button uses the cancel_url but with payment links you customer can use their browser Back button
I can share feedback about this, how would you expect to define the behaviour?
I would expect there to be a back arrow button that brings the user back to the page in which they clicked the payment link
It looks like this should be supported though? I've seen it in example mocks, and of course there's an arrow in the loading shimmer
Maybe it used to be a thing but y'all changed it?
๐ stepping in here
๐ howdy
I'm not aware of Payment Links ever containing the ability to set a cancel_url. The concept with Payment Links is that they often aren't tied to a website.
If you are directing a customer to Checkout from your website then you would use Stripe Checkout directly, without Payment Links.
In which case you can set the cancel_url
But surely payment links are sometimes displayed on websites, right? You offer a pre-generated html buy button, after all
We might move to embedded checkout sessions in the future, but I think for now we want to use Payment Links on the site ๐ค
Yeah they certainly are, I'm more so giving the context on why that isn't really a feature of Payment Links overall. I do think we should support it, but we don't currently.
Happy to file feedback about it internally.
But if you want this functionality at the moment you would have to use Stripe Checkout.
Got it, thanks. Yeah if you could file feedback about that, it would be much appreciated! And finally would you mind sharing the documentation for Stripe Checkout? Just want to make sure I'm looking at the right thing