<?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 notifications not being sent in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/70826#M43537</link>
    <description>&lt;P&gt;This is getting more and more irritating had five notification back to back&amp;nbsp;&lt;A href="http://www.prepaidcardstatus.tips/" target="_self"&gt;visit official site&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Feb 2020 07:21:50 GMT</pubDate>
    <dc:creator>Porphyry</dc:creator>
    <dc:date>2020-02-27T07:21:50Z</dc:date>
    <item>
      <title>Webhook notifications not being sent</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/68637#M41802</link>
      <description>&lt;P&gt;I'm currently dealing with an Accept Hosted payment solution for my company's website (coded in PHP), which using the iframe method.&amp;nbsp;The transaction type is set to "authCaptureTransaction" and has a webhook endpoint set up to receive notifications for only one event:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&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;which is used to send a confirmation email to the customer. &lt;STRONG&gt;However, we are not receiving the webhook notifications for transactions which have not yet been authorized. &lt;/STRONG&gt;This is a problem since many of our transactions get marked as suspicious before going through. I want the confirmation email to be sent to the customer as soon as the transaction has been created, not after the payment has been authorized. The documentation doesn't say much about these notification events.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone shed some more light on when exactly these notifications get sent, and how to ensure the webhook endpoint always receives a notification right after the transaction is created?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 16:35:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/68637#M41802</guid>
      <dc:creator>takumi</dc:creator>
      <dc:date>2019-08-05T16:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook notifications not being sent</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/68638#M41803</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/28023"&gt;@takumi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could set up a FDS events. I think that would help you.&amp;nbsp; My first client uses authonly, and the suspicious transactions are processed as normal.&amp;nbsp; I would double triple check that you are not receiving anything. Also, you can use the merchant interface to set up automatic emails.&amp;nbsp; They will receive an invoice in the email (not attached as a pdf but part of the HTML of the email, and it looks exactly like what you print from the interface). Any custom text you want can be put in the email through the interface.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 17:35:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/68638#M41803</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-08-05T17:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook notifications not being sent</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/68639#M41804</link>
      <description>&lt;P&gt;Thanks for your response! Unfortunately the automatic emails don't provide much in terms of customization; all other emails from our website use the same HTML template, so it is preferred to send the confirmations on our end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the notifications REST API (&lt;A href="https://api.authorize.net/rest/v1/notifications" target="_blank"&gt;https://api.authorize.net/rest/v1/notifications&lt;/A&gt;) to double check; no notifications have been created for any of the affected orders. I'm not sure that switching to authorization only will help in our case, since the webhooks seem to not send until payment has been authorized.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's a bit confusing that the API says that the event "Notifies you that an authorization transaction was created.", but the event doesn't actually get triggered when the transaction was created. Is there really no event that just gets triggered when the transaction is created?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 18:33:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/68639#M41804</guid>
      <dc:creator>takumi</dc:creator>
      <dc:date>2019-08-05T18:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook notifications not being sent</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/68667#M41829</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/28023"&gt;@takumi&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;The authorization is the transaction. Anything that generates a transaction Id is a transaction. If you are not getting a webhook for transactions you have something configured wrong somewhere. To be 100% clear, if you run a sandbox or production payment form, enter cardholder data and on the next page there is a transaction id and/or there is a transaction id in your auth.net interface, you should be able to get a webhook for that exact event.</description>
      <pubDate>Wed, 07 Aug 2019 22:16:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/68667#M41829</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-08-07T22:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook notifications not being sent</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/68668#M41830</link>
      <description>If you need something to happen before the payment is authorized or captured, you just put that directly in your script. If it is independent of auth.net you don’t care what auth.net does and can do whatever you want.</description>
      <pubDate>Wed, 07 Aug 2019 22:18:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/68668#M41830</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-08-07T22:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook notifications not being sent</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/68670#M41832</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/26959"&gt;@Renaissance&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help! I ended up figuring out the issue -- If a transaction is marked as "Suspicious Transaction" (and many are for us), the &lt;STRONG&gt;net.authorize.payment.authcapture.created&lt;/STRONG&gt; event does &lt;EM&gt;not&lt;/EM&gt; occur, ever.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our payment system uses 'authCaptureTransaction' as the transaction type, so naturally I set up my webhook endpoint to listen for &lt;STRONG&gt;net.authorize.payment.authcapture.created&lt;/STRONG&gt;. But in reality, what happens is that if the transaction is marked as suspicious, the &lt;STRONG&gt;net.authorize.payment.fraud.held&lt;/STRONG&gt; event is triggered instead. Then, sometime later, after the transaction has been approved, the &lt;STRONG&gt;net.authorize.payment.fraud.approved&lt;/STRONG&gt; event is triggered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know it's only semantics, but the webhook event names don't really seem to properly communicate this. The docs also don't mention that the&amp;nbsp;&lt;STRONG&gt;net.authorize.payment.authcapture.created&lt;/STRONG&gt; event is abandoned entirely if the fraud detection system decides to hold a transaction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 22:59:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/68670#M41832</guid>
      <dc:creator>takumi</dc:creator>
      <dc:date>2019-08-07T22:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook notifications not being sent</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/68671#M41833</link>
      <description>&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/28023"&gt;@takumi&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;You are welcome. The solution you found was what I was referring to when I said this in the post above-&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You could set up a FDS events. I think that would help you.&lt;BR /&gt;&lt;BR /&gt;I was referring to fraud detection. Glad you were able to get it working. Could you mark this thread as solved?&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Aug 2019 23:03:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/68671#M41833</guid>
      <dc:creator>Renaissance</dc:creator>
      <dc:date>2019-08-07T23:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook notifications not being sent</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/70826#M43537</link>
      <description>&lt;P&gt;This is getting more and more irritating had five notification back to back&amp;nbsp;&lt;A href="http://www.prepaidcardstatus.tips/" target="_self"&gt;visit official site&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 07:21:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/70826#M43537</guid>
      <dc:creator>Porphyry</dc:creator>
      <dc:date>2020-02-27T07:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook notifications not being sent</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/72505#M44789</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Capital One, one of the most reliable banks in entire America now has an authorized website, &lt;A href="https://getmyoffer-capital.online/" target="_self"&gt;check here.&amp;nbsp;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 17:46:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/72505#M44789</guid>
      <dc:creator>Jasonlove</dc:creator>
      <dc:date>2020-07-14T17:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Webhook notifications not being sent</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/78150#M49059</link>
      <description>&lt;P class="p1"&gt;I definitely enjoying every little bit of it. It is a great website and nice share.&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;A href="https://prepaidcardstatus.rocks/" target="_self"&gt;prepaidcardstatus&lt;/A&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;A href="https://prepaidcardstatus.life/" target="_self"&gt;prepaidcardstatus login&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Aug 2021 12:14:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Webhook-notifications-not-being-sent/m-p/78150#M49059</guid>
      <dc:creator>nemonboi</dc:creator>
      <dc:date>2021-08-23T12:14:08Z</dc:date>
    </item>
  </channel>
</rss>

