<?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: Invalid JSON in Webhooks Retrieve Notification History in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invalid-JSON-in-Webhooks-Retrieve-Notification-History/m-p/57198#M31928</link>
    <description>&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry about that. We actually updated that sample a little while ago, along with a lot of other text on that page, but there's a veritable sausage grinder of build/stage/release steps that things go through before they hit the public web site. I'm not in the office right now, but when I get in, I can pull the updated samples and post them here.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Mar 2017 12:58:42 GMT</pubDate>
    <dc:creator>Aaron</dc:creator>
    <dc:date>2017-03-08T12:58:42Z</dc:date>
    <item>
      <title>Invalid JSON in Webhooks Retrieve Notification History</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invalid-JSON-in-Webhooks-Retrieve-Notification-History/m-p/57193#M31923</link>
      <description>&lt;PRE&gt;[{
	"id": "c219bc4f-8d2e-41da-9c0a-3819f5f66793",
	"createdDate": "2016-02-05T16:24:21.757",
	"eventType": "customer.subscription.created",
	"eventDate": "0001-01-01T00:00:00",
	"correlationId": "00000000-0000-0000-0000-000000000000",
	"payload": {
		"m1": "payload test"
	} {
		"_links": {
			"self": {
				"href": "rest/v1/notifications/c219bc4f-8d2e-41da-9c0a-3819f5f66793"
			}
		},

	}
}, {
	"notificationId": "636d12fe-8232-431c-82b3-fdf4019d7333",
	"createdDate": "2016-02-06T16:24:21.757",
	"eventType": null,
	"eventDate": "0001-01-01T00:00:00",
	"correlationId": "00000000-0000-0000-0000-000000000000",
	"payload": {
		"m1": "payload test"
	} {
		"_links": {
			"self": {
				"href": "rest/v1/notifications/636d12fe-8232-431c-82b3-fdf4019d7333"
			}
		}
	}
}]&lt;/PRE&gt;
&lt;P&gt;This JSON is shown in the Webhooks documentation but is invalid. Can we get an updated sample response, please?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 02:01:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invalid-JSON-in-Webhooks-Retrieve-Notification-History/m-p/57193#M31923</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2017-03-08T02:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid JSON in Webhooks Retrieve Notification History</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invalid-JSON-in-Webhooks-Retrieve-Notification-History/m-p/57198#M31928</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry about that. We actually updated that sample a little while ago, along with a lot of other text on that page, but there's a veritable sausage grinder of build/stage/release steps that things go through before they hit the public web site. I'm not in the office right now, but when I get in, I can pull the updated samples and post them here.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 12:58:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invalid-JSON-in-Webhooks-Retrieve-Notification-History/m-p/57198#M31928</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-03-08T12:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid JSON in Webhooks Retrieve Notification History</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invalid-JSON-in-Webhooks-Retrieve-Notification-History/m-p/57200#M31930</link>
      <description>&lt;P&gt;Okay, here's a current sample:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
  "_links": {
    "self": {
      "href": "/rest/v1/notifications?offset=0&amp;amp;limit=100"
    }
  },
  "notifications": [
    {
      "_links": {
        "self": {
          "href": "/rest/v1/notifications/e35d5ede-27c5-46cc-aabb-131f10154ed3"
        }
      },
      "notificationId": "e35d5ede-27c5-46cc-aabb-131f10154ed3",
      "deliveryStatus": "Delivered",
      "eventType": "net.authorize.payment.authcapture.created",
      "eventDate": "2017-02-09T19:18:42.167"
    }
  ]
}&lt;/PRE&gt;&lt;P&gt;Not only is it valid, it represents what the system is &lt;EM&gt;actually&lt;/EM&gt; returning. The previous sample had information in it that's not actually returned in the response, so it fails on two counts.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 16:55:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invalid-JSON-in-Webhooks-Retrieve-Notification-History/m-p/57200#M31930</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-03-08T16:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid JSON in Webhooks Retrieve Notification History</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invalid-JSON-in-Webhooks-Retrieve-Notification-History/m-p/57208#M31938</link>
      <description>&lt;P&gt;Thank you for the updated example. That will make development and testing much easier. :)&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 13:05:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invalid-JSON-in-Webhooks-Retrieve-Notification-History/m-p/57208#M31938</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2017-03-09T13:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid JSON in Webhooks Retrieve Notification History</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invalid-JSON-in-Webhooks-Retrieve-Notification-History/m-p/64551#M38411</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you so much for the example. :)&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="UserSignature lia-message-signature"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Sep 2018 09:59:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invalid-JSON-in-Webhooks-Retrieve-Notification-History/m-p/64551#M38411</guid>
      <dc:creator>sherylbrock</dc:creator>
      <dc:date>2018-09-20T09:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid JSON in Webhooks Retrieve Notification History</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invalid-JSON-in-Webhooks-Retrieve-Notification-History/m-p/64552#M38412</link>
      <description>&lt;P&gt;Hi All ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;We&amp;nbsp;&amp;nbsp;also have a postman collection for Webhooks REST APIs at&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/webhooks-postman-collection" target="_blank"&gt;https://github.com/AuthorizeNet/webhooks-postman-collection&lt;/A&gt; .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps !!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 17:04:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invalid-JSON-in-Webhooks-Retrieve-Notification-History/m-p/64552#M38412</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-09-20T17:04:19Z</dc:date>
    </item>
  </channel>
</rss>

