#jz-1_api
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/1440340682911912089
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
cus_JlK1CA7qcD94IV showed in the https://dashboard.stripe.com/acct_15rWUUEBlQECYvae/logs/req_HnHX55sYYTr6fi was in test mode, but you attempted to delete this customer in live mode
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You should ensure you delete the customer in the right mode in the Dashboard
is there a way to make sure we dont query that or filter it out from webhook?
In the Webhook event, livemode parameter will show whether an event is live mode or not: https://docs.stripe.com/api/events/object?api-version=2025-10-29.preview&rds=1#event_object-livemode
If it's a test mode event, livemode will show as false, which you can filter out the test mode event
taking a look!
cus_JlK1CA7qcD94IV showed in the https://dashboard.stripe.com/acct_15rWUUEBlQECYvae/logs/req_HnHX55sYYTr6fi was in test mode, but you attempted to delete this customer in live mode
@fluid loom how could you tell this was in test mode? i could not see this in workbench
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
This customer ID can be found in the test mode: https://dashboard.stripe.com/acct_15rWUUEBlQECYvae/test/customers/cus_JlK1CA7qcD94IV
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
If you attempt to search cus_JlK1CA7qcD94IV in the live mode in the Dashboard, it'll return that no result is found