cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Webhooks for the same event firing

Why is it that when a webhook fires it usually comes in more than once and sometimes comes through the next day? I am getting multiple webhooks firing at random times for the same customers, transcations, actions.

 

For example if I create a subscription I will get webhook event net.authorize.customer.subscription.created and then the next day I will get the same event net.authorize.customer.subscription.created that has all the same information from the day before.

 

Another example, I will delete a customer and get the net.authorize.customer.deleted then the next day I will get the same event net.authorize.customer.deleted.

 

This also happens with authCapture etc... The multiple webhooks could cause issues with my system sending too many notifications to users. I have verifired I am only sending my webhooks to one endpoint on my server.

 

Is this a known issue? How can I fix it?

JoeElia
Member
1 ACCEPTED SOLUTION

Accepted Solutions

I just saw this:

 

https://developer.authorize.net/api/reference/features/webhooks.html#Notification_Retries

 

I wasn't sending a 200 reponse back to auth.net on the webhook POST request. I answered my own question.

View solution in original post

JoeElia
Member
1 REPLY 1

I just saw this:

 

https://developer.authorize.net/api/reference/features/webhooks.html#Notification_Retries

 

I wasn't sending a 200 reponse back to auth.net on the webhook POST request. I answered my own question.

JoeElia
Member