#krebedev_code
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/1316815118407045151
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- krebedev_code, 1 hour ago, 22 messages
Hi there
Hi @glad furnace
So, someone on team was assisting me earlier on this. He needed a cs_test_xxx for a location supported in Stripe Tax
Just thought to let you know if that helps...
You probably want to debug your value of $shouldCollectVatId
Here's the creation request for that Checkout Session: https://dashboard.stripe.com/test/logs/req_cI8HGapaXP8Q4h
It will be true for this session
tax_id_collection.enabled was set to false
Oh I see
I'll debug my code
Is there an easy way for me get the request ID from my colleague's session? So I don't have to hop in here for this?
I meant the creation request ID
took the words right from my fingers ๐
Haha ๐
No, not possible. You can use your browser's developer tools (specifically, the network tab) when you load the Session to retrieve the Session ID (cs_test_b12Ym2smZjX81WQ6ulZBp9OfhHvNA0zRxcQFlwMfeFP5fmohkGvOjlpvW2 in this case) but that's about it. This ID is also visible in the Session URL.
You can't jump from a Session ID to the request ID tied to its creation
at least not programmatically
You can retrieve the Session to see its current details though: https://docs.stripe.com/api/checkout/sessions/retrieve