#0xwess
1 messages · Page 1 of 1 (latest)
I don't believe there's a way to do that, let me double check
oh wait
you mean checkout page as in checkout sessions?
yes
Are you setting a cancel_url when you create a checkout session?
If not, I'd recommend setting that
https://stripe.com/docs/api/checkout/sessions/create?lang=cli#create_checkout_session-cancel_url
That should add a back button I think
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ah whoops typo
You need to set cancel_url
ahh, got you, thanks will give it a try