#temesgen_error
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. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ 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/1214546347995308093
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
Hi, let me help you with this.
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Are you using the same Customer ID in both cases?
here it is request ID:
req_JOva4SGE0Q7no2
is it to mean both for test and live mode?
Yes
Not same, I was deleting customer from test dashboard. Recommend me how to create checkout session to address "The id provided in the customer field is not tied to an existing Customer."
The Customer ID you're providing in this call belongs to the Test mode, and can't be used in Live mode. Test and Live mode data is kept separate. You will need to create a new Customer in Live mode to use it in Live mode Checkout Sessions.
how it could be? It may have many customers, I mean the website provide services for many users and it allows user to pay for registeration as well as for buying courses?
What do you mean?
I meant here that your Live mode data is be separate from Test mode data, i.e. Customer objects created in Live mode can only be used in Live mode transactions.