<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Webhook automatically disabled in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/56825#M31603</link>
    <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21064"&gt;@wp&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I received clarification on my previous response. &amp;nbsp;The notification history will show the failed attempts to send a webhook prior to deactivation. &amp;nbsp;For transactions following that, you'll need to use Transaction Reporting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2017 17:08:17 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2017-01-31T17:08:17Z</dc:date>
    <item>
      <title>Webhook automatically disabled</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/56820#M31598</link>
      <description>&lt;P&gt;Hi all. &amp;nbsp; I'm using the new hosted form method via a full page redirect to the authorize.net form, not an iframe or modal. &amp;nbsp;So in order to capture the results I'm using webhooks. &amp;nbsp;This has been working fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yesterday someone submitted a live payment and I noticed my application did not reflect the payment. &amp;nbsp;After some digging, I saw that the webhook I had set up was showing as&amp;nbsp;"inactive". &amp;nbsp;I definitely did not change that status, nor could&amp;nbsp;anyone else have, so&amp;nbsp;what would explain it suddenly becoming inactive?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only thing I can think is that my handling script has logic in it where if a temporary issue occurs (e.g. could not make a database connection) then it will return a 400 status code instead of 200 so the webhook will be called again. &amp;nbsp;Is it possible that the auth.net system saw the target URL return 400 a few times and decided it was an invalid URL so disabled it? &amp;nbsp;If so, what is the threshold and how else should it be handled when you want the system to resend the notification later due to a temporary error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Part 2 of the question is that&amp;nbsp;now that I've reactivated it, is there any way to resend the notification(s) that were not sent while it was inactive?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 15:00:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/56820#M31598</guid>
      <dc:creator>wp</dc:creator>
      <dc:date>2017-01-31T15:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook automatically disabled</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/56821#M31599</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21064"&gt;@wp&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A Webhook will change to inactive if we're unable to connect after 10 tries over 5 days. &amp;nbsp;You can use the notification history to check for notifications you may have missed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/features/webhooks.html" target="_blank"&gt;http://developer.authorize.net/api/reference/features/webhooks.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 16:00:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/56821#M31599</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-01-31T16:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook automatically disabled</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/56822#M31600</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH&lt;/a&gt;&amp;nbsp;I did check the history but the last item is from 3 days ago. It does not seem to show any history for notifications that happened after the webhook was disabled. &amp;nbsp;So how would I find those notifications and resubmit them to the webhook URL with the original payload?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 16:13:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/56822#M31600</guid>
      <dc:creator>wp</dc:creator>
      <dc:date>2017-01-31T16:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook automatically disabled</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/56825#M31603</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21064"&gt;@wp&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I received clarification on my previous response. &amp;nbsp;The notification history will show the failed attempts to send a webhook prior to deactivation. &amp;nbsp;For transactions following that, you'll need to use Transaction Reporting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 17:08:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/56825#M31603</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-01-31T17:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook automatically disabled</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/56826#M31604</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH&lt;/a&gt;&amp;nbsp; So is that to say there is no way to resubmit a skipped/failed notification? &amp;nbsp;That could be a nightmare in the event there were many instances, especially since there is no alert&amp;nbsp;sent that the webhook has been silently disabled.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 17:28:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/56826#M31604</guid>
      <dc:creator>wp</dc:creator>
      <dc:date>2017-01-31T17:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook automatically disabled</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/56827#M31605</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21064"&gt;@wp&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I agree we need better reporting when a Webhook is disabled, and it's been discussed internally as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I suggest&amp;nbsp;posting this as a new feature using our &lt;A href="http://community.developer.authorize.net/t5/Ideas/idb-p/ideas" target="_blank"&gt;Ideas forum&lt;/A&gt;. This will allow others to vote on and make suggestions to improve the request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We're scheduled to review new requests next week.&lt;BR /&gt;&lt;BR /&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 17:41:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/56827#M31605</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-01-31T17:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook automatically disabled</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/56834#M31612</link>
      <description>&lt;P&gt;Just to chime in here: it is possible to build your own way to check to make sure your Webhook notifications are still active. You could&amp;nbsp;query the Webhooks API to return the details of all Webhooks or for an individual Webhook. If the status is reported as inactive for anything that you expect to be active, you can sound the alarm on your end, or just send a request to the API to reactivate it. Additionally, querying for notification history would let you see if a notification has failed, perhaps in time to fix something before the Webhook goes inactive.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2017 22:08:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/56834#M31612</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-01-31T22:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook automatically disabled</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/56877#M31653</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20843"&gt;@Aaron&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the info and suggestions. I know we can monitor the webhooks to keep checking their status as an interim workaround, but I still think something as significant as auto-disabling should not be done silently - it should be accompanied by some sort of alert or advance warning.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding the second part of the question, I wasn't clear on whether it is possible to re-trigger a webhook in the event it never fired or did fire but there was some issue with the receiving script?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 15:28:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/56877#M31653</guid>
      <dc:creator>wp</dc:creator>
      <dc:date>2017-02-08T15:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook automatically disabled</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/56878#M31654</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not possible to re-trigger the webhook with a historical payload, unfortunately. That's something we'll look at, along with notifications of inactivation.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2017 17:05:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/56878#M31654</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-02-08T17:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook automatically disabled</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/64044#M38041</link>
      <description>&lt;P&gt;Would like to follow up on this: has anything here been implemented?&amp;nbsp; Esp. notification of webhook disablement?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 22:20:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/64044#M38041</guid>
      <dc:creator>dbr11</dc:creator>
      <dc:date>2018-08-06T22:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook automatically disabled</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/64056#M38051</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/25157"&gt;@dbr11&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes we are planning of such a feature in the next release soon .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Will keep you posted on the updates .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 22:21:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/64056#M38051</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-08-07T22:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook automatically disabled</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/70072#M42963</link>
      <description>&lt;P&gt;We have been waiting 2 years for a simple email alert....&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.developer.authorize.net/t5/Integration-and-Testing/Webhook-automatically-disabled/td-p/56820" target="_blank"&gt;https://community.developer.authorize.net/t5/Integration-and-Testing/Webhook-automatically-disabled/td-p/56820&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 20:32:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/70072#M42963</guid>
      <dc:creator>mikemurphy</dc:creator>
      <dc:date>2019-12-19T20:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook automatically disabled</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/70200#M43062</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;&lt;A id="link_1" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.developer.authorize.net/t5/user/viewprofilepage/user-id/34804" target="_self"&gt;mikemurphy&lt;/A&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;The webhook deactivation email is currently in place in Production. It is sent to only one email address on the account that you do not have the ability to configure or update. If you have such an account, please contact support to verify your secure information and validate and/or update the information on file.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Regards, &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;Elaine&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 20:06:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/70200#M43062</guid>
      <dc:creator>ElaineM</dc:creator>
      <dc:date>2020-01-02T20:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook automatically disabled</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/71009#M43690</link>
      <description>&lt;P&gt;I called support and they didn't even have any email on file it was blank. Apparently, they have to add it on the back end and has nothing to do with the settings you can edit yourself.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 14:45:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-automatically-disabled/m-p/71009#M43690</guid>
      <dc:creator>actormike</dc:creator>
      <dc:date>2020-03-10T14:45:46Z</dc:date>
    </item>
  </channel>
</rss>

