<?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: Testing Webhooks in Sandbox (Cybersource) in cybersource APIs</title>
    <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Testing-Webhooks-in-Sandbox-Cybersource/m-p/90678#M1925</link>
    <description>&lt;P&gt;Thanks for the suggestion JasonPaul. After explicitly creating secrets via the API (previously I had done so only via the UI), I subscribed to certain events, and started receiving healthchecks. However whenever I actually create payments I don't get any events.&lt;/P&gt;&lt;P&gt;I subscribed to:&lt;/P&gt;&lt;P&gt;```&lt;BR /&gt;"productId": "tokenManagement",&lt;BR /&gt;"eventTypes": [&lt;BR /&gt;"tms.networktoken.provisioned",&lt;BR /&gt;"tms.token.updated",&lt;BR /&gt;"tms.token.pan_updated",&lt;BR /&gt;"tms.token.created",&lt;BR /&gt;"tms.networktoken.updated"&lt;BR /&gt;],&lt;BR /&gt;&lt;BR /&gt;and&lt;/P&gt;&lt;P&gt;"productId": "cardProcessing",&lt;BR /&gt;"eventTypes": [&lt;BR /&gt;"payments.captures.accept",&lt;BR /&gt;"payments.captures.review",&lt;BR /&gt;"payments.payments.accept",&lt;BR /&gt;"payments.payments.review"&lt;BR /&gt;],&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, even when creating tokens and payments I'm not receiving anything.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2024 07:49:31 GMT</pubDate>
    <dc:creator>rsaxena</dc:creator>
    <dc:date>2024-11-06T07:49:31Z</dc:date>
    <item>
      <title>Testing Webhooks in Sandbox (Cybersource)</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Testing-Webhooks-in-Sandbox-Cybersource/m-p/90148#M1739</link>
      <description>&lt;P&gt;Hello, I'm trying to use Secure Acceptance to allow users to setup a card, and then use the API to capture payments on the card.&lt;/P&gt;&lt;P&gt;I wanted to be able to listen to webhooks regarding payment events, but so far in Sandbox (&lt;A href="https://businesscentertest.cybersource.com/ebc2/app/)" target="_blank"&gt;https://businesscentertest.cybersource.com/ebc2/app/)&lt;/A&gt; I've not been able to set them up successfully.&lt;/P&gt;&lt;P&gt;I first navigated to Webhooks in the Sandbox UI and added it, but that didn't seem to do anything, and I didn't receive any notifications after that. This is what it looks like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dash_hook.png" style="width: 999px;"&gt;&lt;img src="https://community.developer.cybersource.com/t5/image/serverpage/image-id/2566iA42DBD5B33820C6C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="dash_hook.png" alt="dash_hook.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After browsing some other threads, it seems like I need to explicitly subscribe to the webhook events I am interested in. There didn't seem to be any way to do it via the UI, so I found this API testing tool from Cybersource: &lt;A href="https://developer.cybersource.com/api-reference-assets/index.html?stage=pilot#webhooks_create-new-webhooks_create-a-webhook" target="_blank"&gt;https://developer.cybersource.com/api-reference-assets/index.html?stage=pilot#webhooks_create-new-webhooks_create-a-webhook&lt;/A&gt; , and created a webhook using this, for the event type: `"payments.payments.accept", "payments.payments.review", "payments.captures.accept", "payments.captures.review"`.&lt;/P&gt;&lt;P&gt;However, even after that, I didn't receive any webhooks when I created payments using the API.&lt;/P&gt;&lt;P&gt;Is there something I'm doing wrong? Or is this just not supported?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 09:42:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Testing-Webhooks-in-Sandbox-Cybersource/m-p/90148#M1739</guid>
      <dc:creator>rsaxena</dc:creator>
      <dc:date>2024-09-05T09:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Webhooks in Sandbox (Cybersource)</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Testing-Webhooks-in-Sandbox-Cybersource/m-p/90205#M1748</link>
      <description>&lt;P&gt;Thank you so much sharing for this informative information, I follow all these.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 11:43:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Testing-Webhooks-in-Sandbox-Cybersource/m-p/90205#M1748</guid>
      <dc:creator>kalemargret</dc:creator>
      <dc:date>2024-09-10T11:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Webhooks in Sandbox (Cybersource)</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Testing-Webhooks-in-Sandbox-Cybersource/m-p/90266#M1763</link>
      <description>&lt;P&gt;In my view to set up webhooks for Secure Acceptance:&lt;/P&gt;&lt;P&gt;1. Verify your webhook URL is correct and publicly accessible.&lt;BR /&gt;2. Use the API to subscribe to specific event types you need.&lt;BR /&gt;3. Test your endpoint using CyberSource's webhook testing tool.&lt;BR /&gt;4. Check server logs for incoming webhook attempts.&lt;BR /&gt;5. If issues persist in sandbox, try testing with production test credentials.&lt;BR /&gt;Remember to implement proper security measures for webhooks in production&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cybersource.com/api-reference-assets/index.html?stage=pilot#webhooks_create-new-webhooks_create-a-webhook" target="_self"&gt;https://developer.cybersource.com/api-reference-assets&lt;/A&gt;&lt;A href="https://goldprice.qa/24k/" target="_self"&gt;/&lt;/A&gt;&lt;A href="https://developer.cybersource.com/api-reference-assets/index.html?stage=pilot#webhooks_create-new-webhooks_create-a-webhook" target="_self"&gt;index.html?stage=pilot#webhooks_create-new-webhooks_create-a-webhook&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Did you perform this as mention in the above link "&lt;SPAN&gt;Create a new webhook subscription. Before creating a webhook, ensure that a security key has been created at the top of this developer center section.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;You will not need to pass us back the key during the creation of the webhook, but you will receive an error if you did not already create a key or store one on file."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 12:55:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Testing-Webhooks-in-Sandbox-Cybersource/m-p/90266#M1763</guid>
      <dc:creator>JasonPaul</dc:creator>
      <dc:date>2024-09-17T12:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Webhooks in Sandbox (Cybersource)</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Testing-Webhooks-in-Sandbox-Cybersource/m-p/90678#M1925</link>
      <description>&lt;P&gt;Thanks for the suggestion JasonPaul. After explicitly creating secrets via the API (previously I had done so only via the UI), I subscribed to certain events, and started receiving healthchecks. However whenever I actually create payments I don't get any events.&lt;/P&gt;&lt;P&gt;I subscribed to:&lt;/P&gt;&lt;P&gt;```&lt;BR /&gt;"productId": "tokenManagement",&lt;BR /&gt;"eventTypes": [&lt;BR /&gt;"tms.networktoken.provisioned",&lt;BR /&gt;"tms.token.updated",&lt;BR /&gt;"tms.token.pan_updated",&lt;BR /&gt;"tms.token.created",&lt;BR /&gt;"tms.networktoken.updated"&lt;BR /&gt;],&lt;BR /&gt;&lt;BR /&gt;and&lt;/P&gt;&lt;P&gt;"productId": "cardProcessing",&lt;BR /&gt;"eventTypes": [&lt;BR /&gt;"payments.captures.accept",&lt;BR /&gt;"payments.captures.review",&lt;BR /&gt;"payments.payments.accept",&lt;BR /&gt;"payments.payments.review"&lt;BR /&gt;],&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, even when creating tokens and payments I'm not receiving anything.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 07:49:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Testing-Webhooks-in-Sandbox-Cybersource/m-p/90678#M1925</guid>
      <dc:creator>rsaxena</dc:creator>
      <dc:date>2024-11-06T07:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Webhooks in Sandbox (Cybersource)</title>
      <link>https://community.developer.cybersource.com/t5/cybersource-APIs/Testing-Webhooks-in-Sandbox-Cybersource/m-p/90882#M1960</link>
      <description>&lt;P&gt;Did you find the solution for this one? If so can you share?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 21:14:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/cybersource-APIs/Testing-Webhooks-in-Sandbox-Cybersource/m-p/90882#M1960</guid>
      <dc:creator>leobispo</dc:creator>
      <dc:date>2024-12-04T21:14:24Z</dc:date>
    </item>
  </channel>
</rss>

