#djarfur_code
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/1256183616724271174
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
hi!
but when i give back the session id and go to checkout page, it wont find it.
what does that mean? do you have some code/error messages/more technical detail?
its the something went wrong page cound not be found
i tried the urls checkout.stripe.com/pay/testsessionid and /c/pay/testsessionid
did you try using the url on the checkout_session object, like the docs say? ๐
do you have a short line/example maybe?
url = checkout_session.url
ah, okay and then use the full url?
and then redirect the customer to that, in whatever way you've built this
https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=stripe-hosted#redirect-customers
yes
yeah redirect doesnt work because its swift, but i will try the url thing, thank you. If it doesnt work i will tell you
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
thank you very much, it worked!