<?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 suddenly stopped working in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68474#M41675</link>
    <description>&lt;P&gt;I suppose.&amp;nbsp; Do you have a server side log of the IP addresses that hit your App? That is the place to go.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jul 2019 22:24:44 GMT</pubDate>
    <dc:creator>Renaissance</dc:creator>
    <dc:date>2019-07-17T22:24:44Z</dc:date>
    <item>
      <title>Webhook suddenly stopped working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68459#M41660</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been using Webhook and receiving notifications from the sandbox account for the last couple of months and everything was working fine. However today suddenly the webhook notifications have stopped firing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I made the webhook inactive and tried ping and it is sucessfull. However when I submit a transaction via the Virtual Terminal or through my code no notification is triggered ( I have subscribed to Payment- AuthCapture transactions)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I even switched the endpoint to use http//webhookinbox , but the same thing happens there, get a message for ping, but when I submit a transaction via the Virtual terminal there is no message&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me find out what is going on ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also the notification history shows the following - so there was one notification delivered today and then it stopped.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"_links": {&lt;BR /&gt;"self": {&lt;BR /&gt;"href": "/rest/v1/notifications?offset=0&amp;amp;limit=100&amp;amp;from_date=7/16/2019 12:00:00 AM&amp;amp;to_date=7/17/2019 12:58:22 PM"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"notifications": [&lt;BR /&gt;{&lt;BR /&gt;"_links": {&lt;BR /&gt;"self": {&lt;BR /&gt;"href": "/rest/v1/notifications/9da23d44-bb2c-473c-81eb-215b6bea112e"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"notificationId": "9da23d44-bb2c-473c-81eb-215b6bea112e",&lt;BR /&gt;"deliveryStatus": "Delivered",&lt;BR /&gt;"eventType": "net.authorize.payment.authcapture.created",&lt;BR /&gt;"eventDate": "2019-07-16T04:44:59.243",&lt;BR /&gt;"webhookId": "52b926e4-c911-4e50-b06d-ee2d2ba73bea"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"_links": {&lt;BR /&gt;"self": {&lt;BR /&gt;"href": "/rest/v1/notifications/4733a36e-4794-4be2-a844-274a9a2c6d70"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"notificationId": "4733a36e-4794-4be2-a844-274a9a2c6d70",&lt;BR /&gt;"deliveryStatus": "Delivered",&lt;BR /&gt;"eventType": "net.authorize.payment.authcapture.created",&lt;BR /&gt;"eventDate": "2019-07-16T10:42:40.757",&lt;BR /&gt;"webhookId": "52b926e4-c911-4e50-b06d-ee2d2ba73bea"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"_links": {&lt;BR /&gt;"self": {&lt;BR /&gt;"href": "/rest/v1/notifications/09f36c3d-df98-491a-8862-e049be4d006b"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"notificationId": "09f36c3d-df98-491a-8862-e049be4d006b",&lt;BR /&gt;"deliveryStatus": "Delivered",&lt;BR /&gt;"eventType": "net.authorize.payment.authcapture.created",&lt;BR /&gt;"eventDate": "2019-07-17T05:41:58.717",&lt;BR /&gt;"webhookId": "52b926e4-c911-4e50-b06d-ee2d2ba73bea"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 13:43:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68459#M41660</guid>
      <dc:creator>AnandBhagwat</dc:creator>
      <dc:date>2019-07-17T13:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook suddenly stopped working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68460#M41661</link>
      <description>&lt;P&gt;I don't know if this related, but trying to use a sandbox to write something to monitor the webhook notifications for retry attempts.&amp;nbsp; We've had issues in prodcution where webhook integrations are disabled, but no one can figure out why.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The way I was approaching this was to enable the webhook.&amp;nbsp; Once I confirmed it was working I would change the server configuration so those requests would fail with a 401 response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After ~48 hours, Authorize disables the webhook as expected, but when I look at&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://apitest.authorize.net/rest/v1/notifications?deliveryStatus=Failed" target="_blank"&gt;https://apitest.authorize.net/rest/v1/notifications?deliveryStatus=Failed&lt;/A&gt; it returns an empty [].&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I was expecting to see at least 1 failed notification since I thought that was what was triggering the webhook integration to be disabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I check the details of the notificaiton for the last 2 days, they are all&amp;nbsp;deliveryStatus=Delivered with only 1 showing any retry attempts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am very confused.&amp;nbsp; Is there an issue that is preventing the API from returning failed notifications on a sandbox?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 14:30:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68460#M41661</guid>
      <dc:creator>kreynen</dc:creator>
      <dc:date>2019-07-17T14:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook suddenly stopped working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68465#M41666</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/28280"&gt;@AnandBhagwat&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Strangely, I had the exact same issue yesterday. Pings in test mode hit but repeated test transactions with it in active mode did nothing.&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/31667"&gt;@kreynen&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Webhooks are only marked failed when all retry attempts have been exhausted. Just because one notification for a particular webhook doesn’t come through it will not mark the webhook as failed. Sounds like you’re already on the same page but just FYI.</description>
      <pubDate>Wed, 17 Jul 2019 19:41:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68465#M41666</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-07-17T19:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook suddenly stopped working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68466#M41667</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/26959"&gt;@Renaissance&lt;/a&gt;&amp;nbsp;Just so I'm clear, shouldn't there be at least 1 notification where&amp;nbsp;deliveryStatus = Failed if the webhook integration was moved from active -&amp;gt; inactive?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been approaching this assuming I'm going to be able to figure why the webhook was deactiveated by monitoring the retries and failures.&amp;nbsp; If retires get's &amp;gt; 5, someone should probably look at what is ahppening.&amp;nbsp; I thought the webhook would remain active while it attempted retries 10x over 48 hours and only get disabled if the issue causing the retries wasn't resolved and the notificaiton&amp;nbsp;deliveryStatus = Failed.&amp;nbsp; Is that not the case?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 19:48:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68466#M41667</guid>
      <dc:creator>kreynen</dc:creator>
      <dc:date>2019-07-17T19:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook suddenly stopped working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68468#M41669</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/31667"&gt;@kreynen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have a few things:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- is the webhooks endpoint active or inactive in the merchant interface (production or sandbox, both work the same. Production test mode is useless however, for testing)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2- has the webhook been delivered&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3- if 2 is a no, has the webhook had the maximum number of retries&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#1 has nothing to do with how many failed or successful webhooks have been attempted.&amp;nbsp; You can also create these programmatically, but the point is your webhooks will not be disabled completely unless you move them to inactive either in the interface or programmatically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#2 is an obvious deliveredStatus webhook&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If #3 answer is yes, then you have a a failed webhook. You have to distinguish between failed webhooks and unsuccessful notifications.&amp;nbsp; Each webhook will have an Id, each notification will had an Id.&amp;nbsp; So for instance, if&amp;nbsp; you have a webhook for transaction Id 123456789, there will be exactly 1 webhook Id for that transaction. Each notification attempt for that transaction will have the exact same webhook Id. The notifications tied to that webhook will have a unique notification Id tied to the notification.&amp;nbsp; A failed notification != a failed webhook.&amp;nbsp; A failed webhook only happens after the maximum number of notification attempts have been made.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am making a post because I am inexplicably having this issue again today. Webhooks are delayed for no reason I can pin down.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 21:08:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68468#M41669</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-07-17T21:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook suddenly stopped working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68470#M41671</link>
      <description>&lt;P&gt;So if the action hasn't either sucessfully connected with the end point (&lt;SPAN&gt;deliveryStatus=Delivered) or failed 10x (deliveryStatus=Failed), is it not returned in &lt;A href="https://apitest.authorize.net/rest/v1/notifications" target="_blank"&gt;https://apitest.authorize.net/rest/v1/notifications&lt;/A&gt; ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The webhook is active and working when I start.&amp;nbsp; I'm causing it to stop working with a sandbox and a test server so I can write something to watch for retries and catch the problem before it gets to the 10th attempt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When our test server is configured to accept the webhook POSTs from the sandbox, it works and I see something in the NGINX logs like...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;35.192.89.4 - - [16/Jul/2019:14:08:12 +0000] "POST /authnet_accept/webhook HTTP/1.1" 200 31 "-" "Go-http-client/1.1" 0.648 "198.241.206.38, 198.241.206.38"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I change the server's configuration so POSTs to&amp;nbsp;/authnet_accept/webhook result in a 401 response from the server and I'll see...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;35.222.236.208 - - [16/Jul/2019:14:07:38 +0000] "POST /authnet_accept/webhook HTTP/1.1" 401 3097 "-" "Go-http-client/1.1" 0.000 "198.241.206.38, 198.241.206.38"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is all what I'd expect.&amp;nbsp; Some of the payloads from the Webhook posts trigger functionality.&amp;nbsp; Others are ignored, but the server always responds with a 200 leading Authorize.net to believe everything was a success.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I can't figure out is why I'm not about to find a notication in&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://apitest.authorize.net/rest/v1/notifications?deliveryStatus=Failed" target="_blank"&gt;https://apitest.authorize.net/rest/v1/notifications?deliveryStatus=Failed&lt;/A&gt; where I see all 10 retries.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Based on this thread, I'm beinging to think that the APIs in the sandbox are missing data, but I haven't worked with these Authorize APIs enough to be confident I'm not missing something simple.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 21:56:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68470#M41671</guid>
      <dc:creator>kreynen</dc:creator>
      <dc:date>2019-07-17T21:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook suddenly stopped working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68471#M41672</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/31667"&gt;@kreynen&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;If this pertains to the past few days, auth.net appears to be having issues. I have ran transactions on very well tested urls to confirm, and we are getting nothing.</description>
      <pubDate>Wed, 17 Jul 2019 22:06:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68471#M41672</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-07-17T22:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook suddenly stopped working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68472#M41673</link>
      <description>And I get an empty array too, although I am not sure I have had genuine failures yet. It hasn’t been 48 hours on mine since I confirmed this issue .</description>
      <pubDate>Wed, 17 Jul 2019 22:07:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68472#M41673</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-07-17T22:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook suddenly stopped working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68473#M41674</link>
      <description>&lt;P&gt;So everyone else is just ignoring all the green on&amp;nbsp;&lt;A href="https://status.authorize.net/" target="_blank"&gt;https://status.authorize.net/&lt;/A&gt;&amp;nbsp;and posting here when they see issues?&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 22:11:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68473#M41674</guid>
      <dc:creator>kreynen</dc:creator>
      <dc:date>2019-07-17T22:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook suddenly stopped working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68474#M41675</link>
      <description>&lt;P&gt;I suppose.&amp;nbsp; Do you have a server side log of the IP addresses that hit your App? That is the place to go.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2019 22:24:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68474#M41675</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-07-17T22:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook suddenly stopped working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68485#M41682</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/31667"&gt;@kreynen&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;To follow up, your webhooks will not be disabled completely, I do not think. I think the one webhook&lt;BR /&gt;expires and then the rest are delivered business as usual. For the triggering functionality, that would be something related to your script, wouldn’t it? I think auth.nets work is done once they’ve delivered the payload.</description>
      <pubDate>Thu, 18 Jul 2019 11:14:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68485#M41682</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-07-18T11:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook suddenly stopped working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68486#M41683</link>
      <description>&lt;P&gt;Well, the webhook has started working again today. Not clear why or how . I have not made any changes to code or configuration. Perhaps someone from Authorize.NET can comment on this , was there a downtime yesterday for webhooks ?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2019 11:58:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68486#M41683</guid>
      <dc:creator>AnandBhagwat</dc:creator>
      <dc:date>2019-07-18T11:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook suddenly stopped working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68491#M41686</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/28280"&gt;@AnandBhagwat&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Same exact thing here. For sure there was something going on with the system that was delaying or impeding webhooks from hitting endpoints. It is extremely rare. There has hardly been a week go by for the past 9 months that I don’t run at least one test transaction, and in my development phase I will often run dozens in one day to test new functionality. I run all my test on a remote server that is configured to receive webhooks. I cannot count how many times I have deleted all the records of my customers, orders, items, etc tables due to the list being too massive to deal with. I’m at over 1,500 webhooks received, and 99.5% come back within 5 seconds of hitting the pay button.&lt;BR /&gt;&lt;BR /&gt;I was working with a different and newer client when this issue first came up. So after a while I switched to my heavily vetted preexisting test site url. I ran two transactions and it took over an hour for them to come back. That was at about 8 pm yesterday. After those 2 came back, things started being business as usual immediately, with instant responses.&lt;BR /&gt;&lt;BR /&gt;The day before they were “down” intermittently. On and off again you would get an instant response. Like I say, first issue like this ever in going on 9 or 10 months of continuous testing.</description>
      <pubDate>Thu, 18 Jul 2019 18:39:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-suddenly-stopped-working/m-p/68491#M41686</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-07-18T18:39:58Z</dc:date>
    </item>
  </channel>
</rss>

