<?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: Need help in testing webhooks in sandbox in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-in-testing-webhooks-in-sandbox/m-p/63724#M37780</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please try, posting your events to external bin like &lt;A href="http://webhookinbox.com/" target="_blank"&gt;http://webhookinbox.com/&lt;/A&gt; and see if it is working ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, then we can narrow down where the issue possibly could be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;~ Rajvi&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jul 2018 21:11:59 GMT</pubDate>
    <dc:creator>rajvpate</dc:creator>
    <dc:date>2018-07-16T21:11:59Z</dc:date>
    <item>
      <title>Need help in testing webhooks in sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-in-testing-webhooks-in-sandbox/m-p/63721#M37777</link>
      <description>&lt;P&gt;I've enrolled for all 21 events in my webhook and setup an endpoint to receive it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created an endpoint using ngrok for forwarding to localhost.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, I'm not getting any response or notification even when event happens in my account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody please tell what I'm doing wrong ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 16:38:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-in-testing-webhooks-in-sandbox/m-p/63721#M37777</guid>
      <dc:creator>asimneupane0089</dc:creator>
      <dc:date>2018-07-16T16:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in testing webhooks in sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-in-testing-webhooks-in-sandbox/m-p/63724#M37780</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please try, posting your events to external bin like &lt;A href="http://webhookinbox.com/" target="_blank"&gt;http://webhookinbox.com/&lt;/A&gt; and see if it is working ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, then we can narrow down where the issue possibly could be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;~ Rajvi&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 21:11:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-in-testing-webhooks-in-sandbox/m-p/63724#M37780</guid>
      <dc:creator>rajvpate</dc:creator>
      <dc:date>2018-07-16T21:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in testing webhooks in sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-in-testing-webhooks-in-sandbox/m-p/63727#M37782</link>
      <description>&lt;P&gt;Hello Ravi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for replying.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I get event response in webhookinbox.com.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, Is it the endpoint I'm using not in public (external) domain . I was able to access my controller action method using the end point I created using ngrok.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to get this response to one of my controller's action so that I can process it and take action appropriately based on events. Can you please point me some example showing how can I test my webhook using localhost so that it allows run in debug mode.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 02:24:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-in-testing-webhooks-in-sandbox/m-p/63727#M37782</guid>
      <dc:creator>asimneupane0089</dc:creator>
      <dc:date>2018-07-17T02:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in testing webhooks in sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-in-testing-webhooks-in-sandbox/m-p/63728#M37783</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/24742"&gt;@asimneupane0089&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your webhook callback url needs to be a external url which&amp;nbsp;is&amp;nbsp;&amp;nbsp;acessible via internet .&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>Tue, 17 Jul 2018 05:06:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-in-testing-webhooks-in-sandbox/m-p/63728#M37783</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-07-17T05:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in testing webhooks in sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-in-testing-webhooks-in-sandbox/m-p/63740#M37789</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21382"&gt;@Anurag&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My webhook callback url is accessible via internet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get response in my controller action. Do I have to do any additional setup other than making decorating it with HttpPost. For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[HttpPost]&lt;/P&gt;&lt;P&gt;public ActionResult Index() {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;var json = new StreamReader(Request.InputStream).ReadToEnd();&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ...&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 20:36:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-in-testing-webhooks-in-sandbox/m-p/63740#M37789</guid>
      <dc:creator>asimneupane0089</dc:creator>
      <dc:date>2018-07-17T20:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in testing webhooks in sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-in-testing-webhooks-in-sandbox/m-p/63746#M37795</link>
      <description>&lt;P&gt;I got this working.&lt;/P&gt;&lt;P&gt;No, other setup was required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just a side note:&amp;nbsp;&lt;/P&gt;&lt;P&gt;For anyone trying to test webhook in visual studio. To make your localhost to accessible through internet use conveyor. It is a visual studio extension and its very easy to setup.&lt;/P&gt;&lt;P&gt;Please note that I'm not related to this extension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just thought it was worth mentioning. May be it saves time for someone :)&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:07:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-in-testing-webhooks-in-sandbox/m-p/63746#M37795</guid>
      <dc:creator>asimneupane0089</dc:creator>
      <dc:date>2018-07-18T15:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in testing webhooks in sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-in-testing-webhooks-in-sandbox/m-p/79383#M49933</link>
      <description>&lt;P&gt;Hi same issue, i am running a rails application. am trying to implement webhooks for customer payment profile created. i am running in localhost but enabled to public using ngrok. when i trigger webhooks to "&lt;A href="http://webhookinbox.com/" target="_blank"&gt;http://webhookinbox.com/&lt;/A&gt;" it's working, but when i trigger to my ngrok url, it is not hitting the url and there is no proper error message. can someone help me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 13:30:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Need-help-in-testing-webhooks-in-sandbox/m-p/79383#M49933</guid>
      <dc:creator>dilip_earning</dc:creator>
      <dc:date>2021-10-22T13:30:13Z</dc:date>
    </item>
  </channel>
</rss>

