#dahri_webhooks
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/1284055691165831192
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- dahri_code, 20 hours ago, 14 messages
- dahri_webhooks, 21 hours ago, 42 messages
- dahri_docs, 2 days ago, 16 messages
- dahri_code, 3 days ago, 26 messages
- dahri_code, 3 days ago, 6 messages
sub_1PyT3RS4f9sxCRXI1ipZ2WZw
cus_QppG5yCbGOqCEs
for these i m receving currently infinte same webhook call
?
@stuck palm ?
Should i wait or leave ?
I'd recommend checking the Subscription related events here: https://docs.stripe.com/billing/subscriptions/webhooks#events
This doc shares the scenarios and the events to listen to
dont do this please. i have done all the things can you please specifically help which events should be triggered on which events lets say:
if recurring payment fails: x and y event types will triggered.
This exact information is provided in the section that my colleague shared. I don't think we can describe it in a better way than it's written there.
E.g.
alright, also can you please check why getting so many webhook calls for this
customer: cus_Qq9WuOz2bPFQah
sub_1PyTRIS4f9sxCRXIgiNTSnuT
invoice.payment_failed
while it should be one call
There's a few charge retries - configured in your Dashboard Settings. But also the webhook notification delivery is pending, meaning it couldn't deliver it successfully, and Stripe tries to deliver it again.
but this way i wont be able to handle anything, it will send multple webhook call for single purpose?
What do you mean by "multple webhook call for single purpose"?
To avoid webhook delivery retries your server needs to quickly respond with 200, which didn't happen in your case: https://dashboard.stripe.com/test/events/evt_1PyTXcS4f9sxCRXIUqkcDucT