<?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 Authorization error in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-Authorization-error/m-p/63480#M37591</link>
    <description>&lt;P&gt;I have been trying to get webhooks to work to get additional information (billing address and custom fields) about transactions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the code given below to test authentication.&amp;nbsp; I have verified that login and key values are present, but keep getting the message "{ "message": "Authorization has been denied for this request." }";&amp;nbsp; I have regenerated via the key via sandbox-&amp;gt;settings-&amp;gt;webhooks just to make sure that was not the issue.&amp;nbsp; I am able to succefully get a token and complete payment using the same login and key.&amp;nbsp; Are there other settings in the admin interface which must updated?&amp;nbsp; So far I have just created the key and the signature values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;&lt;BR /&gt;$login_transKey = AUTHNET_LOGIN . ':' . AUTHNET_TRANSKEY; //Login and Transaction Key of Authorize.net&lt;BR /&gt;$url = "&lt;A href="https://apitest.authorize.net/rest/v1/eventtypes" target="_blank"&gt;https://apitest.authorize.net/rest/v1/eventtypes&lt;/A&gt;";&lt;BR /&gt;&lt;BR /&gt;$ch = curl_init();&lt;BR /&gt;curl_setopt($ch, CURLOPT_URL, $url);&lt;BR /&gt;curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json'));&lt;BR /&gt;curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);&lt;BR /&gt;curl_setopt($ch, CURLOPT_USERPWD, $login_transkey);&lt;BR /&gt;$content = curl_exec($ch);&lt;BR /&gt;echo '&amp;lt;pre&amp;gt;'; print_r($content); die();&lt;BR /&gt;curl_close($ch);&lt;/P&gt;&lt;P&gt;&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;/P&gt;</description>
    <pubDate>Sun, 24 Jun 2018 08:31:32 GMT</pubDate>
    <dc:creator>kumar111</dc:creator>
    <dc:date>2018-06-24T08:31:32Z</dc:date>
    <item>
      <title>Webhook Authorization error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-Authorization-error/m-p/63480#M37591</link>
      <description>&lt;P&gt;I have been trying to get webhooks to work to get additional information (billing address and custom fields) about transactions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the code given below to test authentication.&amp;nbsp; I have verified that login and key values are present, but keep getting the message "{ "message": "Authorization has been denied for this request." }";&amp;nbsp; I have regenerated via the key via sandbox-&amp;gt;settings-&amp;gt;webhooks just to make sure that was not the issue.&amp;nbsp; I am able to succefully get a token and complete payment using the same login and key.&amp;nbsp; Are there other settings in the admin interface which must updated?&amp;nbsp; So far I have just created the key and the signature values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;pre&amp;gt;&amp;lt;code&amp;gt;&lt;BR /&gt;$login_transKey = AUTHNET_LOGIN . ':' . AUTHNET_TRANSKEY; //Login and Transaction Key of Authorize.net&lt;BR /&gt;$url = "&lt;A href="https://apitest.authorize.net/rest/v1/eventtypes" target="_blank"&gt;https://apitest.authorize.net/rest/v1/eventtypes&lt;/A&gt;";&lt;BR /&gt;&lt;BR /&gt;$ch = curl_init();&lt;BR /&gt;curl_setopt($ch, CURLOPT_URL, $url);&lt;BR /&gt;curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json'));&lt;BR /&gt;curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);&lt;BR /&gt;curl_setopt($ch, CURLOPT_USERPWD, $login_transkey);&lt;BR /&gt;$content = curl_exec($ch);&lt;BR /&gt;echo '&amp;lt;pre&amp;gt;'; print_r($content); die();&lt;BR /&gt;curl_close($ch);&lt;/P&gt;&lt;P&gt;&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jun 2018 08:31:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-Authorization-error/m-p/63480#M37591</guid>
      <dc:creator>kumar111</dc:creator>
      <dc:date>2018-06-24T08:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook Authorization error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-Authorization-error/m-p/80923#M50998</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;I understand, but what it's the current timeout? How can I troubleshoot this, to tune on my side? This is having impact on our customers.&lt;/P&gt;&lt;P&gt;And where I open that?&lt;/P&gt;&lt;P&gt;BTW Cache_Control is also not being reinforced...&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 08:03:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-Authorization-error/m-p/80923#M50998</guid>
      <dc:creator>EdwardCandisMaT</dc:creator>
      <dc:date>2022-01-24T08:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook Authorization error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-Authorization-error/m-p/83117#M52402</link>
      <description>&lt;P&gt;hey bro, is your problem solved? if not&lt;A href="https://aanhangwagen.startpagina.nl/forum/topic/2593930/4-things-to-remember-while-experiencing-long-distance-parenting/?page=7#post-14932377" target="_self"&gt;&lt;FONT color="#000000"&gt;,&lt;/FONT&gt;&lt;/A&gt; what error are you getting do let me know&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 11:06:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-Authorization-error/m-p/83117#M52402</guid>
      <dc:creator>nax_ezy</dc:creator>
      <dc:date>2022-06-14T11:06:05Z</dc:date>
    </item>
  </channel>
</rss>

