#panpetar-webhooks-cli
1 messages · Page 1 of 1 (latest)
@royal wing https://stripe.com/docs/webhooks#retries you likely are not properly responding to the delivery so we retry over and over
panpetar-webhooks-cli
Actually I read this few days ago and I do respond with
{ received: true },
{
status: 200,
},
)```
Sure but clearly if we retry the same Event it means something on your end isn't working or responding properly. You can investigate all of this in the Dashboard, look at your webhook endpoint, look at the response status, etc.
I got all these events and I am interested only in one of them, currently.
Is there a way to restrict for which events I want my webhook to be called ?
Yes, when you create a WebhookEndpoint in the API or the Dashboard we ask you for the Event type(s) you want to control/receive.
Thank you, sir.
You were very helpful
Sure, let me know if you have any other questions! I'll try to keep your thread open for a while as I've seen you ask a few sequential threads and I'm happy to help further!
Thank you sir. It's true. I have some misunderstandings as I am doing this for the first time.