<?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: Webhooks + ARB Declines in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/70286#M43134</link>
    <description>&lt;P&gt;Ok, so use&amp;nbsp;&lt;SPAN&gt;net.authorize.payment.authcapture.created for ARB successes, and use GetTransactionDetails to get the subscription.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And use&amp;nbsp;&amp;nbsp;net.authorize.customer.subscription.failed to failed ARB payments?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Why not have a&amp;nbsp;net.authorize.customer.subscription.approved (or something) to catch that, then ARB is fully covered which is all we're all seemingly trying to get to anyways.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can confirm that&amp;nbsp;net.authorize.payment.fraud.declined does not fire for ARB declines in production.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jan 2020 02:14:34 GMT</pubDate>
    <dc:creator>rev23dev</dc:creator>
    <dc:date>2020-01-08T02:14:34Z</dc:date>
    <item>
      <title>Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/61054#M35560</link>
      <description>&lt;P&gt;Over the last week or so I have begun developing a transaction reporting system for a digital accounting system, and have noticed some oddities or gaps in the webhooks regarding ARB transactions that get declined.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At first, and after reviewing a few topics on this forum, I just enabled the "&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;net.authorize.payment.authcapture.created" webhook to receive event data, but that only appears to return successful/approved transaction event responses (for both ARBs and new transactions).&amp;nbsp; I then added the "&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;net.authorize.customer.subscription.suspended" webhook into my application, and now I am receiving event data for my ARBs that are declined and are moved into "suspended" status.&amp;nbsp; However, I still have zero visibility on either webhook regarding regular ARB transactions that fail or go into "under review" status; is there another webhook I need to be consuming in order to see these as well?&amp;nbsp; The primary purpose of the accounting app behind this is to fully automate the transaction reporting so that my client doesn't have to copy/paste transaction or subscription Id's out of email receipts into a web form tied to Authorize.net's API, so any information on how to achieve the above would be really helpful!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Thank you in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Pat&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 21:59:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/61054#M35560</guid>
      <dc:creator>usmcsaluki</dc:creator>
      <dc:date>2018-01-03T21:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/61056#M35562</link>
      <description>&lt;P&gt;When ARB transaction is approved the&lt;/P&gt;&lt;P&gt;net.authorize.payment.authcapture.created webhook is created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When ARB transaction is held for review, the&amp;nbsp;&lt;/P&gt;&lt;P&gt;net.authorize.payment.fraud.held should be generated (This is currently not in production. We are working on this fix)&lt;/P&gt;&lt;P&gt;Similarly, when ARB transaction is declined by AVS settings, the&lt;/P&gt;&lt;P&gt;net.authorize.payment.fraud.declined should be generated (This is currently not in production. We are woking on this fix as well)&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 22:41:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/61056#M35562</guid>
      <dc:creator>ZS</dc:creator>
      <dc:date>2018-01-03T22:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/61057#M35563</link>
      <description>&lt;P&gt;I appreciate the quick reply!&amp;nbsp; So I should tie in the "&lt;SPAN&gt;net.authorize.payment.fraud.declined" into my application then?&amp;nbsp; That will also generate events for non-fraud declines?&amp;nbsp; Do you happen to have an ETA on when this will hit production?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 22:57:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/61057#M35563</guid>
      <dc:creator>usmcsaluki</dc:creator>
      <dc:date>2018-01-03T22:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/61071#M35574</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;We are currently working on it.&lt;/P&gt;&lt;P&gt;As soon as we are done we will inform you about the ETA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;ZS&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 16:56:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/61071#M35574</guid>
      <dc:creator>ZS</dc:creator>
      <dc:date>2018-01-04T16:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/61078#M35581</link>
      <description>&lt;P&gt;Thanks ZS!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2018 22:11:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/61078#M35581</guid>
      <dc:creator>usmcsaluki</dc:creator>
      <dc:date>2018-01-04T22:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/64455#M38347</link>
      <description>&lt;P&gt;Good Morning!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm just bumping this topic as I see some new webhooks have been released, but after testing it appears the ARB decline webhooks are still to come? &amp;nbsp;I'm still very interested in automating responses from my web app to handle ARB payments that come in as "declined" and "under review".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Excited to hear when these will be released!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 09 Sep 2018 13:19:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/64455#M38347</guid>
      <dc:creator>usmcsaluki</dc:creator>
      <dc:date>2018-09-09T13:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/64493#M38374</link>
      <description>&lt;P&gt;Bumping this up again&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 09:17:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/64493#M38374</guid>
      <dc:creator>usmcsaluki</dc:creator>
      <dc:date>2018-09-13T09:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/64498#M38379</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/23024"&gt;@usmcsaluki&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The team is working very hard to get this out soon for the payment failures webhooks .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I dont have&amp;nbsp;exact&amp;nbsp; release dates for it yet .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will keep you posted as we get near the release .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Anurag&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 19:39:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/64498#M38379</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-09-13T19:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/64499#M38380</link>
      <description>&lt;P&gt;Thanks Anurag, I appreciate the update!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 20:18:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/64499#M38380</guid>
      <dc:creator>usmcsaluki</dc:creator>
      <dc:date>2018-09-13T20:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/67131#M40591</link>
      <description>&lt;P&gt;Is there any update / ETA on when we can expect the webhook to broadcast ARB declines? &amp;nbsp;I still do not see it as an option in Authorize.net's webhook settings.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2019 14:04:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/67131#M40591</guid>
      <dc:creator>usmcsaluki</dc:creator>
      <dc:date>2019-03-23T14:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/67136#M40594</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/23024"&gt;@usmcsaluki&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;After I finish my current project I’ve got an ARB project. Question for you- exactly how will you use the declined webhook notifications? The obvious purpose would be to discontinue delivery of products/services to the subscriber in question.&lt;BR /&gt;&lt;BR /&gt;For your business, is it typically the case that someone’s “must pay by” date will have a set value for each subscriber? I’ll probably be looking for a workaround for this as well, until the feature is released. I’ll post what I end up doing on this thread, if the client needs the service. I think you could use the transaction reporting API to address the same problem. It is a little convoluted, or will be most likely, but would work. You would just pull transaction lists and have a programmatic check against your list with XYZ due date.</description>
      <pubDate>Sun, 24 Mar 2019 00:32:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/67136#M40594</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-03-24T00:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/67444#M40849</link>
      <description>&lt;P&gt;After being force off of the Silent Post/MD5 - we are in need of this webhook also.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bump!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We need it to track failed payments and trigger a custom email to the customer to update their card details.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 20:36:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/67444#M40849</guid>
      <dc:creator>cartpauj</dc:creator>
      <dc:date>2019-04-18T20:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/67661#M41027</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Bump!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We also have the similar issue for failed ARB transaction.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2019 16:01:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/67661#M41027</guid>
      <dc:creator>h122762561</dc:creator>
      <dc:date>2019-05-09T16:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/68641#M41806</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21382"&gt;@Anurag&lt;/a&gt;&amp;nbsp;any updates, it's nearly a year later now.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 20:59:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/68641#M41806</guid>
      <dc:creator>cartpauj</dc:creator>
      <dc:date>2019-08-05T20:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/68661#M41823</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/13801"&gt;@cartpauj&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you considered using a sha512 on your silent post? If it did what you needed it to before you should just upgrade your hash. Or do you face this issue others have reported where the sha512 is not in the response?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 18:43:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/68661#M41823</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-08-07T18:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/68664#M41826</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;I was under the impression that Silent Post was being deprecated soon along with the MD5 Hash which has already been deprecated?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 21:18:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/68664#M41826</guid>
      <dc:creator>cartpauj</dc:creator>
      <dc:date>2019-08-07T21:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/68666#M41828</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/13801"&gt;@cartpauj&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Silent Post has been deprecated for a good bit now, but it is not end of life and no EOL has been announced. If you still want to use silent post you can, you just have to a) disable hash verification in your code or b) change your md5 verification to the sha512 verification.&lt;BR /&gt;&lt;BR /&gt;The only thing that may affect you is some users have reported no sha512 in the response for ARB. Webhooks will be the way to go in the end. There is no declined payment webhook, but you can keep track of the subscription dates on your end and update accordingly without too much work. I have not had to do this but I do think it will be straightforward.&lt;BR /&gt;&lt;BR /&gt;So maybe your first step is to log some test transaction responses and see if the sha512 hash is in there. If that works, might be best to patch up your silent post url while you work out what to do with webhooks.</description>
      <pubDate>Wed, 07 Aug 2019 22:09:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/68666#M41828</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-08-07T22:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/68669#M41831</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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the information! We will look into continuing using Silent Post for ARB failed payment tracking and Webhooks for everything else.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked through the API but couldn't find a way to do this: Is it possible to get all (or the latest) transactions searching by the ARB subscription number?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 22:23:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/68669#M41831</guid>
      <dc:creator>cartpauj</dc:creator>
      <dc:date>2019-08-07T22:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/68686#M41846</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/13801"&gt;@cartpauj&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;I believe you should be able to get the most recent 20 transactions via the API, using the subscription id.</description>
      <pubDate>Fri, 09 Aug 2019 12:37:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/68686#M41846</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-08-09T12:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Webhooks + ARB Declines</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/69569#M42568</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We are moving from SIM to AcceptHosted method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We enabled WebHooks and are using it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the SannBox environment, we tested and we are receiving DECLINED&amp;nbsp; (net.authorize.payment.fraud.declined) notifications.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We moved to Production and we are not receiving DECLINED(net.authorize.payment.fraud.declined) notifications. We are only receiving SUCCESFUL(net.authorize.payment.authcapture.created) transaction notifications.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Are SanBox and Production environments not the same in terms of functionality?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If so, when can we expect the DECLINED(net.authorize.payment.fraud.declined) webhook notifications in Production ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 22:09:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhooks-ARB-Declines/m-p/69569#M42568</guid>
      <dc:creator>arun1103</dc:creator>
      <dc:date>2019-10-31T22:09:12Z</dc:date>
    </item>
  </channel>
</rss>

