#nathan-djian-martin_unexpected
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/1377234740440207360
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Here's a LIVE mode customer with the issue https://dashboard.stripe.com/customers/cus_SHhjFcZyqdvY6E
Here's the DELETE subscription call https://dashboard.stripe.com/workbench/logs/req_tL6GXIX18n19nQ
===========================
And here's a TEST mode customer where I get 429 for the DELETE subscription call https://dashboard.stripe.com/test/subscriptions/sub_1RTfk4HBSdnTEMdFWAUpQhY3
And the DELETE subscription call which fails with a 429 https://dashboard.stripe.com/test/workbench/logs/req_wXeNepZI424CEt
Please let me know if you need more information ๐
no the request you shared is generated from your own server-side logic
Is there anything I can configure in the Stripe client to find which code generated the logic?
Like a debug mode or something that would help me out
I believe I've added console logs at every call my code makes to the DELETE sub endepoint but none of them show up :/
no not really
did you look at your webhook endpoint code?
I see that you have 2 webhook endpoints
so maybe you need to look at both of their codes
Yes I've searched my whole codebase (which is a monorepo) and added logs the the calls
Anyway, I'll keep looking, I just wanted to confirm from which side the request was sent ๐
Thanks for your help, have a great day!
you can look at the delete request https://dashboard.stripe.com/logs/req_tL6GXIX18n19nQ and look at the IP and SDK version used to execute this
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 could help you identify whether this is your backend or a plugin that you're using that has access to your account that is doing this on your behalf
looking at another request (the creation one) https://dashboard.stripe.com/logs/req_cO7TDt43dHWOou it seems that the same SDK version is used but the IP is different.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.