#nathan-djian-martin_unexpected

1 messages ยท Page 1 of 1 (latest)

warm chasmBOT
#

๐Ÿ‘‹ 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.

rose osprey
#

๐Ÿ‘‹ happy to help

#

what's the subscription ID?

harsh palm
#

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 ๐Ÿ˜€

rose osprey
#

no the request you shared is generated from your own server-side logic

harsh palm
#

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 :/

rose osprey
#

I see that you have 2 webhook endpoints

#

so maybe you need to look at both of their codes

harsh palm
#

Yes I've searched my whole codebase (which is a monorepo) and added logs the the calls

rose osprey
#

there's felindra and there's chartmoghul

#

so it might be either one

harsh palm
#

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!

rose osprey
#

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