<?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 not  working on my end in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/57261#M31990</link>
    <description>&lt;P&gt;Sorry, I missed your last post while I was typing my reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you register your URL as http for a webhook, the pings command will still fail because of the redirect you have in place. We'll try to send the notification to the http URL, and your server will respond with a "302" instead of a "200". Instead of doing a new request, we just report an error since we didn't receive a "200" response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, if you wanted to use the http URL, you'd need to not redirect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I think you'd prefer to use the https url, and I still don't know why that won't work. If you hit it directly there's no redirect to confuse things, so why can I post the same data from curl or postman, but when the Webhooks system posts it it fails?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any log on your side of a connection from our Webhooks system and what exactly it's posting to you?&lt;/P&gt;</description>
    <pubDate>Tue, 14 Mar 2017 16:58:39 GMT</pubDate>
    <dc:creator>Aaron</dc:creator>
    <dc:date>2017-03-14T16:58:39Z</dc:date>
    <item>
      <title>Webhook not  working on my end</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/57246#M31975</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a webhook to&amp;nbsp;requestb.in, it's&amp;nbsp;working fine.&lt;/P&gt;&lt;P&gt;then I created a new webhook to my website:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://docbotdev.short-save.com/webhooks/authorizenet" target="_blank"&gt;https://docbotdev.short-save.com/webhooks/authorizenet&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't receive any notification.&lt;/P&gt;&lt;P&gt;So I try to test the webhook, but it's return 500 error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Webhook:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="sf-dump-key"&gt;webhookId&lt;/SPAN&gt;" =&amp;gt; "&lt;SPAN class="sf-dump-str"&gt;16b909ea-7a57-4602-a227-d031ecb2eb73&lt;/SPAN&gt;"
  "&lt;SPAN class="sf-dump-key"&gt;status&lt;/SPAN&gt;" =&amp;gt; "&lt;SPAN class="sf-dump-str"&gt;inactive&lt;/SPAN&gt;"
  "&lt;SPAN class="sf-dump-key"&gt;url&lt;/SPAN&gt;" =&amp;gt; "&lt;SPAN class="sf-dump-str"&gt;https://docbotdev.short-save.com/webhooks/authorizenet&lt;/SPAN&gt;"
  "&lt;SPAN class="sf-dump-key"&gt;eventTypes&lt;/SPAN&gt;" =&amp;gt; &lt;SPAN class="sf-dump-note"&gt;array:1&lt;/SPAN&gt; [&lt;A title="[Ctrl+click] Expand all children" target="_blank"&gt;&lt;SPAN&gt;▼&lt;/SPAN&gt;&lt;/A&gt;
    &lt;SPAN class="sf-dump-index"&gt;0&lt;/SPAN&gt; =&amp;gt; "&lt;SPAN class="sf-dump-str"&gt;net.authorize.customer.subscription.created&lt;/SPAN&gt;"
  ]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;and the response from: &lt;A href="https://apitest.authorize.net/rest/v1/webhooks/16b909ea-7a57-4602-a227-d031ecb2eb73/pings" target="_blank"&gt;https://apitest.authorize.net/rest/v1/webhooks/16b909ea-7a57-4602-a227-d031ecb2eb73/pings&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="sf-dump-note"&gt;array:4&lt;/SPAN&gt; [&lt;A title="[Ctrl+click] Expand all children" target="_blank"&gt;&lt;SPAN&gt;▼&lt;/SPAN&gt;&lt;/A&gt;  "&lt;SPAN class="sf-dump-key"&gt;status&lt;/SPAN&gt;" =&amp;gt; &lt;SPAN class="sf-dump-num"&gt;500&lt;/SPAN&gt;
  "&lt;SPAN class="sf-dump-key"&gt;reason&lt;/SPAN&gt;" =&amp;gt; "&lt;SPAN class="sf-dump-str"&gt;PING_FAILED&lt;/SPAN&gt;"
  "&lt;SPAN class="sf-dump-key"&gt;message&lt;/SPAN&gt;" =&amp;gt; "&lt;SPAN class="sf-dump-str"&gt;The ping operation failed. This could be due to connectivity issues, invalid url or server downtime. Check the url details for the webhook and try again.&lt;/SPAN&gt;"
  "&lt;SPAN class="sf-dump-key"&gt;correlationId&lt;/SPAN&gt;" =&amp;gt; "&lt;SPAN class="sf-dump-str"&gt;e5a64aa4-bca1-4777-9778-f6f016511e5f&lt;/SPAN&gt;"]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but my end is not down. The website&amp;nbsp;&lt;A href="https://httpstatus.io/" target="_blank"&gt;https://httpstatus.io/&lt;/A&gt; can check my url and it returns code 200&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;&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;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 21:50:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/57246#M31975</guid>
      <dc:creator>DanDrix</dc:creator>
      <dc:date>2017-03-13T21:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook not  working on my end</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/57248#M31977</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21379"&gt;@DanDrix&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like httpstatus.io or just checking your URL in a browser isn't a sufficient test. That will test that your server is up and able to respond to a GET request at that URL. However, a Webhooks notification is an HTTP POST to that URL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our server attempts to post to that URL using a content-type of application/json and a body containing the JSON object with all of the notification info. If you don't have that URL set up to accept a POST, it won't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I verified from my end that I get no response when I connect to that URL and do a POST like the Webhooks system. If I just do a regular form post to that URL (like with application/x-www-form-urlencoded), that works, but to try to post some JSON data with a content-type of application/json fails. You'll need to adjust things on your end to be able to recognize that content-type and pass the notification object into your code.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 23:28:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/57248#M31977</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-03-13T23:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook not  working on my end</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/57249#M31978</link>
      <description>&lt;P&gt;Wait, it's working now when I test it. I don't know if you were changing things as I was typing, but I get a 200 response now. You should get a succesful response from the pings command now.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 23:32:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/57249#M31978</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-03-13T23:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook not  working on my end</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/57254#M31983</link>
      <description>&lt;P&gt;My site allows POST with&amp;nbsp;json, I tested with postman and returns code 200.&lt;BR /&gt;&lt;BR /&gt;I didn't change anything&lt;BR /&gt;But I still get code 500 when i am trying to ping&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 13:33:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/57254#M31983</guid>
      <dc:creator>DanDrix</dc:creator>
      <dc:date>2017-03-14T13:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook not  working on my end</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/57259#M31988</link>
      <description>&lt;P&gt;I believe I figured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did some tests and secure url (http&lt;STRONG&gt;s&lt;/STRONG&gt;://) was return error code 500 when I was trying to ping.&lt;/P&gt;&lt;P&gt;But &amp;nbsp;with non-secure url (http://) it works as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And my website auto redirect to https.&lt;/P&gt;&lt;P&gt;My server&amp;nbsp;accepts HTTP POST and it's working with postman (app to test HTTP requests) and &amp;nbsp;the website &lt;A href="http://www.hurl.it" target="_blank"&gt;www.hurl.it&lt;/A&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>Tue, 14 Mar 2017 16:35:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/57259#M31988</guid>
      <dc:creator>DanDrix</dc:creator>
      <dc:date>2017-03-14T16:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook not  working on my end</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/57260#M31989</link>
      <description>&lt;P&gt;Yeah, you're right. There's something funny going on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using requestb.in, I can see what headers come in a notification request, and then I create a curl command using those same headers:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;curl -v -X POST -H "Accept:" -H "User-Agent:" -H "Accept-Encoding: gzip" -H "Content-Length: 209" -H "Expect: 100-continue" -H "X-Anet-Signature: sha512=38546842C5CE9A54DAB16B66FE7F501E45A0CB9144E5BB568017643901BD71205B44484B4C26E739FD5A87C28E5E5A483D0929FD461A3AAC4F84879AB388CE4E" -H "Content-Type: application/json" -d '{"notificationId":"1947e7d0-4fb6-403d-913c-5ee33c4ab10f","eventDate":"2017-03-14T15:41:01.9004341Z","webhookId":"ce6d9f1f-16ea-43b0-b212-52238af7986a","payload":["net.authorize.customer.subscription.created"]}' "https://docbotdev.short-save.com/webhooks/authorizenet"&lt;/PRE&gt;&lt;P&gt;If I run that from my machine, I get a 200 response from your server. But, the Webhooks "pings" command, which should be doing the same thing, is reporting an error. I've got to look into this deeper on our end, but first, any more information you can give?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any firewall setup on your end that might be blocking the incoming requests from our IPs? Any way for you to check a firewall or router log to see if any traffic from our IPs are even hitting your network at the correct times?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 16:51:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/57260#M31989</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-03-14T16:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook not  working on my end</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/57261#M31990</link>
      <description>&lt;P&gt;Sorry, I missed your last post while I was typing my reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you register your URL as http for a webhook, the pings command will still fail because of the redirect you have in place. We'll try to send the notification to the http URL, and your server will respond with a "302" instead of a "200". Instead of doing a new request, we just report an error since we didn't receive a "200" response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, if you wanted to use the http URL, you'd need to not redirect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I think you'd prefer to use the https url, and I still don't know why that won't work. If you hit it directly there's no redirect to confuse things, so why can I post the same data from curl or postman, but when the Webhooks system posts it it fails?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any log on your side of a connection from our Webhooks system and what exactly it's posting to you?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 16:58:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/57261#M31990</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-03-14T16:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook not  working on my end</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/57262#M31991</link>
      <description>&lt;P&gt;So, I register the URL with http&lt;STRONG&gt;s &lt;/STRONG&gt;to avoid redirects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I am seeing the http:// works but http&lt;STRONG&gt;s&lt;/STRONG&gt;:// doesn't&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;http&lt;STRONG&gt;s&lt;/STRONG&gt;://&lt;STRONG&gt;docbotdev&lt;/STRONG&gt;.short-save.com/test-dan123.php (secure URL, &lt;SPAN&gt;it&amp;nbsp;&lt;/SPAN&gt;doesn't work)&lt;BR /&gt;http://&lt;STRONG&gt;sandbox&lt;/STRONG&gt;.short-save.com/test-dan123.php &amp;nbsp; &amp;nbsp; &amp;nbsp;(non-secure URL, it works )&lt;BR /&gt;http&lt;STRONG&gt;s&lt;/STRONG&gt;://&lt;STRONG&gt;secure&lt;/STRONG&gt;.short-save.com/test-dan123.php &amp;nbsp; &amp;nbsp; &amp;nbsp; (&lt;SPAN&gt;secure URL, it doesn't work)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;all the links are in the same enviroment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I don't think it's some kind of firewall.&lt;BR /&gt;&lt;BR /&gt;I believe it's something related to the SSL&lt;BR /&gt;because your server have to have a SSL certificate as well to communicate with mine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 17:15:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/57262#M31991</guid>
      <dc:creator>DanDrix</dc:creator>
      <dc:date>2017-03-14T17:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook not  working on my end</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/68261#M41504</link>
      <description>&lt;P&gt;I have a similar issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have several custom wordpress endpoints &lt;A href="https://devjesse.gettveverywhere.com/wp-json/authorizenet/" target="_blank"&gt;https://devjesse.gettveverywhere.com/wp-json/authorizenet/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However, if i setup an inactive webhook on authorizenet and use the online test webhook button i receive the following error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;The ping operation failed. This could be due to connectivity issues, invalid url or server downtime. Check the url details for the webhook and try again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Using a php curl script i can get the current webhooks:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[
  {
    "_links": {
      "self": {
        "href": "/rest/v1/webhooks/b8f7a92b-3d14-45d0-897f-95271faaf44b"
      }
    },
    "webhookId": "b8f7a92b-3d14-45d0-897f-95271faaf44b",
    "name": "dev_sub",
    "status": "inactive",
    "url": "https://devjesse.gettveverywhere.com/wp-json/authorizenet/subscription",
    "eventTypes": [
      "net.authorize.customer.subscription.updated",
      "net.authorize.customer.subscription.created",
      "net.authorize.customer.subscription.expiring",
      "net.authorize.customer.subscription.suspended",
      "net.authorize.customer.subscription.cancelled",
      "net.authorize.customer.subscription.terminated"
    ]
  }
]&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;and when calling the ping with my php curl script:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;$ch = curl_init();

curl_setopt($ch, CURLOPT_URL, 'https://apitest.authorize.net/rest/v1/webhooks/b8f7a92b-3d14-45d0-897f-95271faaf44b/pings');
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
    'Authorization: Basic ' . base64_encode(API_LOGIN_ID . ':' . TRANSACTION_KEY),
    'Content-Type: application/json'
));
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, '');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$response = curl_exec($ch);

curl_close($ch);

echo $response;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;i receive the following error:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;{
  "status": 500,
  "reason": "PING_FAILED",
  "message": "The ping operation failed. This could be due to connectivity issues, invalid url or server downtime. Check the url details for the webhook and try again.",
  "correlationId": "5003a88f-4a1f-4c77-b374-84bdc1256082"
}&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;I am unsure why authorizenet webhook is failing here. The endpoint works if i use my own php curl script with a copy of the notification info:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$ch = curl_init();

curl_setopt($ch, CURLOPT_URL, 'http://devjesse.gettveverywhere.com/wp-json/authorizenet/customer');
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
    'Content-Type: application/json',
    'Content-Length: 410',
    'X-Opnet-Transaction-Trace: 676a6e12-d5d2-4f72-b14f-fac44a714d87-15432-570877 Expect 100-continue',
    'X-Anet-Signature: sha512=5860384727AC755D0AAFB387EB775F1436C409E2F2BF38C6ED08717399A23FB1275A2363DC16A35A89E5541DBB3CED599A515A2165AA02EFB54596BD920ECA93'
));
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, '{"notificationId":"365a8c21-088e-4303-a11a-6d3d827cc9a4","eventType":"net.authorize.customer.created","eventDate":"2019-07-02T16:27:41.5972635Z","webhookId":"5be521cb-5805-4b25-9952-1fb661c70e71","payload":{"paymentProfiles":[{"customerType":"individual","id":"1507794447"}],"merchantCustomerId":"2200","description":"Profile created by Subscription: 5869582","entityName":"customerProfile","id":"1508341513"}}');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$response = curl_exec($ch);

curl_close($ch);

echo $response;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Jul 2019 13:56:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/68261#M41504</guid>
      <dc:creator>jessequinn2019</dc:creator>
      <dc:date>2019-07-03T13:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook not  working on my end</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/72349#M44685</link>
      <description>&lt;P&gt;Any solutions to these? I'm having similar issues.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2020 02:16:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-not-working-on-my-end/m-p/72349#M44685</guid>
      <dc:creator>raisedonors</dc:creator>
      <dc:date>2020-06-30T02:16:41Z</dc:date>
    </item>
  </channel>
</rss>

