<?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 Idempotency Protection for payment requests in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Idempotency-Protection-for-payment-requests/m-p/79738#M50195</link>
    <description>&lt;P&gt;Does Authorize.net's API offer idempotency protection in some form?&lt;BR /&gt;&lt;BR /&gt;I've seen idempotency protection in the form of unique ids in headers (e.g. Stripe), or in the form of some behind-the-scenes heuristics (i.e. Repay).&lt;/P&gt;</description>
    <pubDate>Tue, 09 Nov 2021 20:39:13 GMT</pubDate>
    <dc:creator>DennisDang</dc:creator>
    <dc:date>2021-11-09T20:39:13Z</dc:date>
    <item>
      <title>Idempotency Protection for payment requests</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Idempotency-Protection-for-payment-requests/m-p/79738#M50195</link>
      <description>&lt;P&gt;Does Authorize.net's API offer idempotency protection in some form?&lt;BR /&gt;&lt;BR /&gt;I've seen idempotency protection in the form of unique ids in headers (e.g. Stripe), or in the form of some behind-the-scenes heuristics (i.e. Repay).&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 20:39:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Idempotency-Protection-for-payment-requests/m-p/79738#M50195</guid>
      <dc:creator>DennisDang</dc:creator>
      <dc:date>2021-11-09T20:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Idempotency Protection for payment requests</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Idempotency-Protection-for-payment-requests/m-p/80154#M50499</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/55614"&gt;@DennisDang&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Authorize.net offer a duplicateWindow setting that can be set up to 8hours, this will prevent processing duplicate transactions within the set window. Read more on the Payment Transaction Developer Guide (&lt;A href="https://developer.authorize.net/api/reference/features/payment_transactions.html#Transaction_Settings" target="_self"&gt;Transaction Settings -&amp;gt; duplicateWindow&lt;/A&gt;), duplicate transactions requests will return &lt;A href="https://developer.authorize.net/api/reference/responseCodes.html?code=11" target="_self"&gt;error code 11.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;-Mansour&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 16:10:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Idempotency-Protection-for-payment-requests/m-p/80154#M50499</guid>
      <dc:creator>MansourH</dc:creator>
      <dc:date>2021-11-29T16:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Idempotency Protection for payment requests</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Idempotency-Protection-for-payment-requests/m-p/80158#M50503</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/16657"&gt;@MansourH&lt;/a&gt;. I didn't realize I had double-posted. Sorry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What data are you using to deduplicate? Is it a conglomerate of things?&amp;nbsp; In addition to setting the duplicateWindow time, is there a unique constraint of sorts on txn refIds? If that's the case, I imagine duplicateWindow + unique refIds will serve me well enough.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 17:20:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Idempotency-Protection-for-payment-requests/m-p/80158#M50503</guid>
      <dc:creator>DennisDang</dc:creator>
      <dc:date>2021-11-29T17:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Idempotency Protection for payment requests</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Idempotency-Protection-for-payment-requests/m-p/80161#M50506</link>
      <description>&lt;P&gt;There are a bunch of fields that are validated for duplicate requests, I've included a link to error code 11 that list these fields:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/responseCodes.html?code=11" target="_self"&gt;https://developer.authorize.net/api/reference/responseCodes.html?code=11&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;-Mansour&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 17:52:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Idempotency-Protection-for-payment-requests/m-p/80161#M50506</guid>
      <dc:creator>MansourH</dc:creator>
      <dc:date>2021-11-29T17:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Idempotency Protection for payment requests</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Idempotency-Protection-for-payment-requests/m-p/87893#M55358</link>
      <description>&lt;P&gt;Hey did you find out if refId could be use for the duplicate window?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm looking to use 1 of the fields in&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/16657"&gt;@MansourH&lt;/a&gt;&amp;nbsp;'s link but it's not obvious wich of those fields can be a UUID generated by my application to ensure the idempotency of payments.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 18:00:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Idempotency-Protection-for-payment-requests/m-p/87893#M55358</guid>
      <dc:creator>payment123</dc:creator>
      <dc:date>2023-10-25T18:00:26Z</dc:date>
    </item>
  </channel>
</rss>

