<?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: /rest/v1/notifications/{notificationId} gets &amp;quot;The requested resource could not be found&amp;amp;amp in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/rest-v1-notifications-notificationId-gets-quot-The-requested/m-p/63153#M37333</link>
    <description>&lt;P&gt;The fix is done and its going through the QA cycle .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;will update once we have a release date for it .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 22 May 2018 05:29:03 GMT</pubDate>
    <dc:creator>Anurag</dc:creator>
    <dc:date>2018-05-22T05:29:03Z</dc:date>
    <item>
      <title>/rest/v1/notifications/{notificationId} gets "The requested resource could not be found"</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/rest-v1-notifications-notificationId-gets-quot-The-requested/m-p/62929#M37151</link>
      <description>&lt;P&gt;I am currently using Postman for testing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I GET&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://apitest.authorize.net/rest/v1/notifications/" target="_blank"&gt;https://apitest.authorize.net/rest/v1/notifications/&lt;/A&gt; I receive all my notifications such as the following...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;"notifications": [
        {
            "_links": {
                "self": {
                    "href": "/rest/v1/notifications/3c60e0e6-354a-409c-8e4e-4f04a718f14d"
                }
            },
            "notificationId": "3c60e0e6-354a-409c-8e4e-4f04a718f14d",
            "deliveryStatus": "Delivered",
            "eventType": "net.authorize.payment.void.created",
            "eventDate": "2018-04-23T22:20:09.93",
            "webhookId": "5d5819f9-bae5-4e7b-b9b7-694646b1c10e"
        },&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;However, I want to get the "payload" so I can get the transaction id. I saw in another post&amp;nbsp;&lt;A href="https://community.developer.authorize.net/t5/Integration-and-Testing/Notification-History-Payload/m-p/59122/highlight/true#M33723" target="_blank"&gt;https://community.developer.authorize.net/t5/Integration-and-Testing/Notification-History-Payload/m-p/59122/highlight/true#M33723&lt;/A&gt; that, in order to do that you just&amp;nbsp;/rest/v1/notifications/{{notificationId}} . I tried this a couple of weeks ago and it worked fine...but now, for example, if I try to GET&amp;nbsp;&lt;A href="https://apitest.authorize.net/rest/v1/notifications/3c60e0e6-354a-409c-8e4e-4f04a718f14d" target="_blank"&gt;https://apitest.authorize.net/rest/v1/notifications/3c60e0e6-354a-409c-8e4e-4f04a718f14d&lt;/A&gt; it returns...&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;{
    "status": 404,
    "reason": "NOT_FOUND",
    "message": "The requested resource could not be found.",
    "correlationId": "3a2707c9-3e4e-4bae-a17b-9da0b6247d08"
}&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Any idea what might be wrong? Could it be something is wrong on Authorize.net's end? Or am I just doing something wrong somehow?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 19:40:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/rest-v1-notifications-notificationId-gets-quot-The-requested/m-p/62929#M37151</guid>
      <dc:creator>jonCherlin1</dc:creator>
      <dc:date>2018-05-02T19:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: /rest/v1/notifications/{notificationId} gets "The requested resource could not be found&amp;quo</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/rest-v1-notifications-notificationId-gets-quot-The-requested/m-p/62933#M37155</link>
      <description>&lt;P&gt;Update:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attempted to make a new Transaction and see if I could&amp;nbsp;get the payload&amp;nbsp;with&amp;nbsp;one of the new notification ids and it works. However, if I try to do it for the older notifications (such as from April 24th) it still doesn't. Is there some kind of expiration on these notifications?&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 20:14:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/rest-v1-notifications-notificationId-gets-quot-The-requested/m-p/62933#M37155</guid>
      <dc:creator>jonCherlin1</dc:creator>
      <dc:date>2018-05-02T20:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: /rest/v1/notifications/{notificationId} gets "The requested resource could not be found&amp;amp</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/rest-v1-notifications-notificationId-gets-quot-The-requested/m-p/62943#M37162</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/24208"&gt;@jonCherlin1&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for updating on it .&lt;/P&gt;
&lt;P&gt;Looks like this is a bug in the API&amp;nbsp;which&amp;nbsp; is restricting the&amp;nbsp;fetch&amp;nbsp;&amp;nbsp;of&amp;nbsp; older notifications .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The team is looking into the fix and will update soon.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 06:16:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/rest-v1-notifications-notificationId-gets-quot-The-requested/m-p/62943#M37162</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-05-03T06:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: /rest/v1/notifications/{notificationId} gets "The requested resource could not be found&amp;amp</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/rest-v1-notifications-notificationId-gets-quot-The-requested/m-p/62951#M37165</link>
      <description>&lt;P&gt;Anurag Thank you so much! Please keep me updated.&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 14:05:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/rest-v1-notifications-notificationId-gets-quot-The-requested/m-p/62951#M37165</guid>
      <dc:creator>jonCherlin1</dc:creator>
      <dc:date>2018-05-03T14:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: /rest/v1/notifications/{notificationId} gets "The requested resource could not be found&amp;amp</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/rest-v1-notifications-notificationId-gets-quot-The-requested/m-p/63143#M37326</link>
      <description>&lt;P&gt;Has there been any progress on this? I still can't fetch older notifications.&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 19:08:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/rest-v1-notifications-notificationId-gets-quot-The-requested/m-p/63143#M37326</guid>
      <dc:creator>jonCherlin1</dc:creator>
      <dc:date>2018-05-21T19:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: /rest/v1/notifications/{notificationId} gets "The requested resource could not be found&amp;amp</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/rest-v1-notifications-notificationId-gets-quot-The-requested/m-p/63153#M37333</link>
      <description>&lt;P&gt;The fix is done and its going through the QA cycle .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;will update once we have a release date for it .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 05:29:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/rest-v1-notifications-notificationId-gets-quot-The-requested/m-p/63153#M37333</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-05-22T05:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: /rest/v1/notifications/{notificationId} gets "The requested resource could not be found&amp;amp</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/rest-v1-notifications-notificationId-gets-quot-The-requested/m-p/63161#M37340</link>
      <description>&lt;P&gt;Thank you!! Please let us know.&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 14:39:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/rest-v1-notifications-notificationId-gets-quot-The-requested/m-p/63161#M37340</guid>
      <dc:creator>jonCherlin1</dc:creator>
      <dc:date>2018-05-22T14:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: /rest/v1/notifications/{notificationId} gets "The requested resource could not be found&amp;amp</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/rest-v1-notifications-notificationId-gets-quot-The-requested/m-p/63723#M37779</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try now. You should no longer see 404 for your scenario.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;~ Rajvi Patel&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 21:10:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/rest-v1-notifications-notificationId-gets-quot-The-requested/m-p/63723#M37779</guid>
      <dc:creator>rajvpate</dc:creator>
      <dc:date>2018-07-16T21:10:29Z</dc:date>
    </item>
  </channel>
</rss>

