<?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 Webhook tests send wrong event in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69033#M42127</link>
    <description>&lt;P&gt;We've created webhooks for each of several types of events we want to track.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When we go to test them, no matter which webhook we test (e.g.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;net.authorize.customer.subscription.suspended)&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;, the event that is sent is&amp;nbsp;&lt;STRONG&gt;"net.authorize.payment.authcapture.created".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the point of a webhook test if it doesn't actually simulate the webhook?&lt;/P&gt;</description>
    <pubDate>Wed, 11 Sep 2019 01:44:01 GMT</pubDate>
    <dc:creator>inLeague</dc:creator>
    <dc:date>2019-09-11T01:44:01Z</dc:date>
    <item>
      <title>Webhook tests send wrong event</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69033#M42127</link>
      <description>&lt;P&gt;We've created webhooks for each of several types of events we want to track.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When we go to test them, no matter which webhook we test (e.g.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;net.authorize.customer.subscription.suspended)&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;, the event that is sent is&amp;nbsp;&lt;STRONG&gt;"net.authorize.payment.authcapture.created".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the point of a webhook test if it doesn't actually simulate the webhook?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 01:44:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69033#M42127</guid>
      <dc:creator>inLeague</dc:creator>
      <dc:date>2019-09-11T01:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook tests send wrong event</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69039#M42132</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/32225"&gt;@inLeague&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;The test button as well as the POST request tests while on inactive mode serve one purpose- for you to know that the connection to your endpoint is working. Once you get a successful ping consistently, the next step is to place it on active and run test transactions. The test transactions you run will generate webhooks based on the type of transaction. It will work the way you want your tests to work</description>
      <pubDate>Wed, 11 Sep 2019 15:32:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69039#M42132</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-09-11T15:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook tests send wrong event</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69040#M42133</link>
      <description>&lt;P&gt;Alright, so it's not an actual webhook test, it's just a connectivity test.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We set up a public-facing test endpoint, but are receiving this message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The ping operation failed.&amp;nbsp;&amp;nbsp;This could be due to connectivity issues, invalid url or server downtime. Check the url details for the webhook and try again.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We've verified that the endpoitn we supplied is working and even put it through SSL labs: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.ssllabs.com/ssltest/analyze.html?d=orbit.inleague.io&amp;amp;hideResults=on" target="_blank"&gt;https://www.ssllabs.com/ssltest/analyze.html?d=orbit.inleague.io&amp;amp;hideResults=on&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We're not using a nonstandard port, we've got TLS 1.2, and I can submit test transactions via Postman from outside my local network.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there some reason the webhook ping can't dump the actual HTTP request it's making so that it might supply useful information rather than just 'the ping request failed' -- leaving aside that it's not really correct to call it a 'ping request' in the first place, since 'ping' has a specific meaning that isn't an HTTP request?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 15:38:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69040#M42133</guid>
      <dc:creator>inLeague</dc:creator>
      <dc:date>2019-09-11T15:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook tests send wrong event</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69042#M42135</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/32225"&gt;@inLeague&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;This sounds like a possible DNS resolution error. Auth.net can have slow DNS resolution at times. I would type the url in your browser to make sure you are getting a 200 response. The ping failed message is also triggered by 500 responses. The ping does send an http request and you can dump the request in a log when pings are successful. The pings can also be used to test your sha512 validation.</description>
      <pubDate>Wed, 11 Sep 2019 15:45:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69042#M42135</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-09-11T15:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook tests send wrong event</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69043#M42136</link>
      <description>&lt;P&gt;The URL works fine in my browser both within our company network and outside of it, and obviously SSL labs has no problem reaching the server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The request is not even hitting our server, so it isn't getting a 500; it's not connecting at all. The strange thing is that it was connecting for a few minutes yesterday and then it stopped.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I searched this forum and saw a couple cases of people reporting this error on the sandbox testing interface, but then the webhooks would actually fire. I guess we'll find out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I contacted authorize.net support via developer@authorize.net and they said that the only thing they can do is password resets.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we have no way to test these endpoints, we're not about to bet our company and our clients on this solution.&amp;nbsp; The documentation is also quite disorganized, and there are a few 'gotchas', like 'all webhook tests fire the same event,' which doesn't add up even if everybody here is used to it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 15:49:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69043#M42136</guid>
      <dc:creator>inLeague</dc:creator>
      <dc:date>2019-09-11T15:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook tests send wrong event</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69044#M42137</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/32225"&gt;@inLeague&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;What you are describing sounds like DNS resolution issues. The on and off working and not working is exactly what happens. If you give it another 2 or 3 days you will probably get better results. Another option is to move your site to a long established domain name. Idk why auth.net tends to be slower at resolving.&lt;BR /&gt;&lt;BR /&gt;If you want to move away from auth.net that is your choice, but I can tell you that what you have now is just a very temporary hurdle. Once you have the webhooks set up they work very well. I’ve ran over 1,000 test transactions with no confirmed failure from auth.net and very few failures (much less than 1%) period.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Sep 2019 17:17:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69044#M42137</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-09-11T17:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook tests send wrong event</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69045#M42138</link>
      <description>Just ran a few quick tests on some sites and it looks like you are not resolving consistently.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.whatsmydns.net/#A/Orbit.inleague.io" target="_blank"&gt;https://www.whatsmydns.net/#A/Orbit.inleague.io&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Sep 2019 17:24:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69045#M42138</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-09-11T17:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook tests send wrong event</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69046#M42139</link>
      <description>&lt;P&gt;Let's be precise, here: this is not a problem with my domain. There is no problem with the DNS record, which&amp;nbsp;is more than several days old with a TTL of 3600.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OpenDNS, Cloudflare, Google DNS - every major provider has no problem with it. Why would Authorize.net not be using a first tier DNS solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even so, if it were just DNS issues, OK, that kind of thing happens. I did try our production endpoints and those are working. But DNS resolution problems are rookie mistakes, not something one expects from a huge payment provider.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it were just that, I could see our way through here, but the documentation isn't written to any kind of standards; trying to get our transformers written correctly is an exercise in 'follow the dots and guess what is ACTUALLY required versus conditional, because the description of the API endpoint won't agree with the request fields.' If only there were standards for things like API documentation...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We had to guess our way through to the request structure for a refund against a payment profile, because the documentation is&lt;A href="https://community.developer.authorize.net/t5/Integration-and-Testing/Accept-Customer-Refund-with-paymentProfileId-and-transId-only/m-p/69005#M42107" target="_self"&gt; both incomplete and incorrect.&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate that Authorize.net has been around forever, and indeed that's part of why we elected to migrate to them from FirstData. But these sorts of issues smack of somebody going through and checking boxes rather than seriously evaluating the process against competing products in 2019. I don't need your webhook testing to work exactly the way that I would design it, but if it's going to be idioscynratic in some way, say so in the documentation and replace your 'test webhook' button with a 'test connectivity' button.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It isn't that any one of these things hasn't got an explanation - it's that running into this sort of thing when migrating a system that has to process millions of dollars a year that makes it look a bit slapdash, and that's not an attribute we want to associate with our payment gateway.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 17:35:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69046#M42139</guid>
      <dc:creator>inLeague</dc:creator>
      <dc:date>2019-09-11T17:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook tests send wrong event</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69048#M42141</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/32225"&gt;@inLeague&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Sure, I understand. And I wasn’t making any statement that there was something wrong with your domain or DNS record. I was pointing out that auth.net is slow to resolve sometimes and that if you moved to a well established domain you wouldn’t have this problem. I thought it was a good indicator that you had some endpoints online that were not resolving, including a few in the U.S. The idea was that since auth.net can be slow to resolve you are probably spinning your wheels until you can validate zero resolution issues with online tools.&lt;BR /&gt;&lt;BR /&gt;I wish you the best of luck wherever you move to. I understand the grievance with the documentation. They do leave a good bit of the work up to you. Little to no production ready code anywhere on the website. What they do have has thus far been plenty enough for me and I will be sticking around for a long time.</description>
      <pubDate>Wed, 11 Sep 2019 21:42:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69048#M42141</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-09-11T21:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook tests send wrong event</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69049#M42142</link>
      <description>&lt;P&gt;Having the same issue!! any updates?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 22:02:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69049#M42142</guid>
      <dc:creator>fawzytat</dc:creator>
      <dc:date>2019-09-11T22:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook tests send wrong event</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69050#M42143</link>
      <description>&lt;P&gt;I don't think its our domains issue, It was working perfectly yesterday on the same domain, Today stoppeed working and when testing it gives this error&amp;nbsp;&lt;BR /&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;</description>
      <pubDate>Wed, 11 Sep 2019 22:09:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69050#M42143</guid>
      <dc:creator>fawzytat</dc:creator>
      <dc:date>2019-09-11T22:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook tests send wrong event</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69052#M42145</link>
      <description>&lt;P&gt;&amp;gt; i&lt;SPAN&gt;f you moved to a well established domain you wouldn’t have this problem.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Or if we moved to a payment gateway that could be bothered to invest in DNS infrastructure that any startup in 2019 has, we wouldn't have this problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I get that if you've made the investment in Authorize.net, you're willing to put up with this sort of thing because you're already on board. You're hardly going to scrap your existing investment just because of a DNS issue on a sandbox. But imagine that that's your first ineraction with Authorize.net, and the 'legacy' provider you're moving off of never had any problems like that. How do you suppose it looks to us engineers, much less our customers?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It miraculously started working tonight, so it likely was DNS. Nothing like a black box with no detailed errors to instill confidence.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 03:29:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69052#M42145</guid>
      <dc:creator>inLeague</dc:creator>
      <dc:date>2019-09-12T03:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook tests send wrong event</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69054#M42147</link>
      <description>&lt;P&gt;mine also worked just right now, I hope Authorize.net team work on fixing their DNS issues, This my last time dealing with this payment gateway, I haven't slept for 18 hours&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 05:17:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69054#M42147</guid>
      <dc:creator>fawzytat</dc:creator>
      <dc:date>2019-09-12T05:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook tests send wrong event</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69062#M42155</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/32225"&gt;@inLeague&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;I get what you are saying. And it was DNS issues. I’ve done this many times and what you experienced is exactly what happens with DNS resolution issues. I know of no other circumstances that produce this issue. That your domain was only 3 days old makes sense with everything. I unfortunately have no experience with other gateways to say who is faster. I’ve only been doing this 2 and a half years and I stayed working only on the weekends for the first year and half.&lt;BR /&gt;&lt;BR /&gt;I wish you the best of luck with FirstData or whomever you decide to integrate with. If your question is answered (even with an answer that is disappointing to you) can you mark this thread as solved?</description>
      <pubDate>Thu, 12 Sep 2019 16:13:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69062#M42155</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-09-12T16:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook tests send wrong event</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69063#M42156</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/32721"&gt;@fawzytat&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;It is the DNS resolver. This is totally separate from your domain. No one is saying that your domain is faulty. It takes auth.net several days to consistently resolve a new domain name. During this time period (3 days seems to be kind of consistent thus far) connections to your endpoint will be on and off.</description>
      <pubDate>Thu, 12 Sep 2019 16:24:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69063#M42156</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-09-12T16:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook tests send wrong event</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69064#M42157</link>
      <description>&lt;P&gt;So they should add that to their documentation or the developer guide at least! I wasted too much time debugging the issue!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 16:28:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69064#M42157</guid>
      <dc:creator>fawzytat</dc:creator>
      <dc:date>2019-09-12T16:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook tests send wrong event</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69067#M42160</link>
      <description>&lt;P&gt;All the android apps supported for All platforms.Get the latest android emulator&amp;nbsp;&lt;A href="https://noxemulator.org/nox-offline-installer/" target="_self"&gt;https://noxemulator.org/nox-offline-installer/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 17:40:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69067#M42160</guid>
      <dc:creator>ferosious432</dc:creator>
      <dc:date>2019-09-12T17:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook tests send wrong event</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69462#M42473</link>
      <description>&lt;P&gt;This is marked as solved, but I'm still getting the wrong event even after a 3 day wait and double checking the url success... Can this issue be brought back?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 15:31:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-tests-send-wrong-event/m-p/69462#M42473</guid>
      <dc:creator>ray_wi1d</dc:creator>
      <dc:date>2019-10-21T15:31:25Z</dc:date>
    </item>
  </channel>
</rss>

