#i-am-han_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1260593382573608990
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hello
fallbackUrl isn't a stripe parameter. Are you referring to some other property?
@willow falcon ^
Not seeing fallbackUrl in any of our public docs. If you have a more specific link to where you are seeing that I am happy to take a look
I'm referring to the fact that in case I check out on https://checkout.stripe.com/ . I want when payment fails, the stripe will redirect to the error page of my website. Is there any way to handle it?
Unfortunately not, one of the primary benefits of Checkout is considered to be that it will handle declines and guide your user to try the payment again. At the moment, Checkout has a cancel_url for when your user backs out of the session and a either a success_url or a return_url for when the user's payment succeeds
https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-cancel_url
https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-return_url
https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-success_url
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
