#mercerfrey_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.
âąď¸ 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/1273184070628806658
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share the errored request id? req_xxx from https://dashboard.stripe.com/test/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
i can not see the request ids in this dashboard but i can share you a rew request ids
req_xOEX7QYiyPSySu req_mYMSA1CVkzSWZt req_hDfM0VscBDxp7E req_3zgKF29SqJiwiF
i got these request ids from the error messages
Okie what is your account id? acct_xxx
acct_1Nk7u2FuPyxctGpd
Alright, that's the account owns this Customer
but you can creating this Checkout Session from a different account acct_1JAzqHG79aEU1ddg
i checked the logs of that account i could not find them in that as well. Im also pretty sure that these checkout sessions are created in the account i provided
the issue looks like its fixed now but it is definetly fixed after a time. I havent changed anything. It should be either a problem about rate limiting or an issue on stripe servers
this is the timestamp this problem started
https://dashboard.stripe.com/logs/req_xOEX7QYiyPSySu on acct_1JAzqHG79aEU1ddg
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sorry wrong Id
Let's only look at Stripe Dashboard
ok
Can you open Dashboard for acct_1JAzqHG79aEU1ddg and open the link https://dashboard.stripe.com/logs/req_xOEX7QYiyPSySu ?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
i opened both of these requests. And yes they are on a different account
But i could not understand how it can happen for a time period if it is a mistake on our side
Your code might be loading a different Stripe Secret Key environment?
Which account the API is sent, is decided by which secret key it is using
Thank you i will check our code. I will check the logs dashboard before i ask any question. Sorry for bothering you