#sg_code
1 messages ยท Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- sg_api, 12 minutes ago, 17 messages
- sg_code, 2 hours ago, 10 messages
- sg_api, 9 hours ago, 15 messages
- sg_connect-integration, 1 day ago, 13 messages
- sg_docs, 1 day ago, 6 messages
๐ 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/1239988934487052358
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Do you have a Request ID for that request?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
No I don't have.
Hello! I'm taking over and catching up...
There should be a request ID showing the Checkout Session creation. Alternatively, do you have the Checkout Session's ID? The one that starts with cs_?
Yes... here is my checkout session response:
{
id: 'cs_test_a1llZTqHDjIU0ck1L4816ufYxrBjqTPLvhDLxl3XoaxqBL1TEUopUwk4CE',
object: 'checkout.session',
after_expiration: null,
allow_promotion_codes: null,....
but I don't have request in my Logs
What happens when you go here? https://dashboard.stripe.com/test/logs/req_B7n4BGMOfbje79
To answer your original question, there's no URL because you set mode to embedded. Checkout Sessions in embedded mode don't have URLs; they're designed to be embedded into an existing web page.
ok I didn't know thank you very much
That's the request log in your Dashboard for the creation of this Checkout Session.
The req_ ID in the top right was the ID we were asking for earlier. Providing those IDs when asking questions here helps us get you answers a lot faster. ๐
Okay thanks again. next time I will try to provide you with this req_ID.