<?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 CIM: Allowing duplicate payment transactions in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Allowing-duplicate-payment-transactions/m-p/53513#M28626</link>
    <description>&lt;P&gt;I appreciate any help in advance. &amp;nbsp;As of about 3 days ago the CIM api has been creating duplicate authorization transaction randomly for the exact same transactions (same invoice number etc). &amp;nbsp;It doesnt seem to have any pattern as to when it happens, and we havent had any code changes on our application since October.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To try to stop this I am trying to add x_duplicate_window of 5 seconds to try to stop this; however, I can't seem to get it to work. &amp;nbsp;Below is the xml I am trying to send with no luck. &amp;nbsp;Anyone have any idea the format of how I am supposed to send this to stop these duplicate authorization transactions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;createCustomerProfileTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
    &amp;lt;merchantAuthentication&amp;gt;
        &amp;lt;name&amp;gt;ACCOUNT_ID&amp;lt;/name&amp;gt;
        &amp;lt;transactionKey&amp;gt;TRANS_KEY&amp;lt;/transactionKey&amp;gt;
    &amp;lt;/merchantAuthentication&amp;gt;
    &amp;lt;refId&amp;gt;&amp;lt;/refId&amp;gt;
    &amp;lt;transaction&amp;gt;
        &amp;lt;profileTransAuthOnly&amp;gt;
            &amp;lt;amount&amp;gt;5.97&amp;lt;/amount&amp;gt;
            &amp;lt;customerProfileId&amp;gt;CUST_PROFILE&amp;lt;/customerProfileId&amp;gt;
            &amp;lt;customerPaymentProfileId&amp;gt;PAY_PROFILE&amp;lt;/customerPaymentProfileId&amp;gt;
            &amp;lt;order&amp;gt;
                &amp;lt;invoiceNumber&amp;gt;4032486&amp;lt;/invoiceNumber&amp;gt;
                &amp;lt;description&amp;gt;&amp;lt;/description&amp;gt;
                &amp;lt;purchaseOrderNumber&amp;gt;&amp;lt;/purchaseOrderNumber&amp;gt;
            &amp;lt;/order&amp;gt;
        &amp;lt;/profileTransAuthOnly&amp;gt;
    &amp;lt;/transaction&amp;gt;
    &amp;lt;extraOptions&amp;gt;&amp;lt;![CDATA[x_duplicate_window=10]]&amp;gt;&amp;lt;/extraOptions&amp;gt;
&amp;lt;/createCustomerProfileTransactionRequest&amp;gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 13 Jan 2016 01:21:14 GMT</pubDate>
    <dc:creator>mrosenello</dc:creator>
    <dc:date>2016-01-13T01:21:14Z</dc:date>
    <item>
      <title>CIM: Allowing duplicate payment transactions</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Allowing-duplicate-payment-transactions/m-p/53513#M28626</link>
      <description>&lt;P&gt;I appreciate any help in advance. &amp;nbsp;As of about 3 days ago the CIM api has been creating duplicate authorization transaction randomly for the exact same transactions (same invoice number etc). &amp;nbsp;It doesnt seem to have any pattern as to when it happens, and we havent had any code changes on our application since October.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To try to stop this I am trying to add x_duplicate_window of 5 seconds to try to stop this; however, I can't seem to get it to work. &amp;nbsp;Below is the xml I am trying to send with no luck. &amp;nbsp;Anyone have any idea the format of how I am supposed to send this to stop these duplicate authorization transactions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;createCustomerProfileTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
    &amp;lt;merchantAuthentication&amp;gt;
        &amp;lt;name&amp;gt;ACCOUNT_ID&amp;lt;/name&amp;gt;
        &amp;lt;transactionKey&amp;gt;TRANS_KEY&amp;lt;/transactionKey&amp;gt;
    &amp;lt;/merchantAuthentication&amp;gt;
    &amp;lt;refId&amp;gt;&amp;lt;/refId&amp;gt;
    &amp;lt;transaction&amp;gt;
        &amp;lt;profileTransAuthOnly&amp;gt;
            &amp;lt;amount&amp;gt;5.97&amp;lt;/amount&amp;gt;
            &amp;lt;customerProfileId&amp;gt;CUST_PROFILE&amp;lt;/customerProfileId&amp;gt;
            &amp;lt;customerPaymentProfileId&amp;gt;PAY_PROFILE&amp;lt;/customerPaymentProfileId&amp;gt;
            &amp;lt;order&amp;gt;
                &amp;lt;invoiceNumber&amp;gt;4032486&amp;lt;/invoiceNumber&amp;gt;
                &amp;lt;description&amp;gt;&amp;lt;/description&amp;gt;
                &amp;lt;purchaseOrderNumber&amp;gt;&amp;lt;/purchaseOrderNumber&amp;gt;
            &amp;lt;/order&amp;gt;
        &amp;lt;/profileTransAuthOnly&amp;gt;
    &amp;lt;/transaction&amp;gt;
    &amp;lt;extraOptions&amp;gt;&amp;lt;![CDATA[x_duplicate_window=10]]&amp;gt;&amp;lt;/extraOptions&amp;gt;
&amp;lt;/createCustomerProfileTransactionRequest&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Jan 2016 01:21:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Allowing-duplicate-payment-transactions/m-p/53513#M28626</guid>
      <dc:creator>mrosenello</dc:creator>
      <dc:date>2016-01-13T01:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: CIM: Allowing duplicate payment transactions</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Allowing-duplicate-payment-transactions/m-p/53529#M28641</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi &lt;SPAN class="UserName lia-user-name lia-user-rank-Member"&gt;&lt;A id="link_1" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19514" target="_self"&gt;&lt;SPAN class=""&gt;mrosenello&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The default duplicate transaction window for all transactions is 120 seconds. So, unless you weren't previously setting the window to 0, identical transactions could not have been created within 2 minutes of one another. I would recommend that you reach out to developer@authorize.net so that you can provide some specific transaction IDs that we can look at.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Joy&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2016 19:50:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Allowing-duplicate-payment-transactions/m-p/53529#M28641</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2016-01-15T19:50:29Z</dc:date>
    </item>
  </channel>
</rss>

