<?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 Authorize.Net error when attempting to Capture a recurring order [Error: 3|2|33|] in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-Net-error-when-attempting-to-Capture-a-recurring-order/m-p/56803#M31581</link>
    <description>&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class="posttext"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am receiving this error in the UI when I attempt to capture any recurring orders.&lt;BR /&gt;&lt;BR /&gt;"Error: 3|2|33|A valid referenced transaction ID is required.||P|0|||64.95|CC|prior_auth_capture||||||||||||||||||||||||||4AEE3052F8BB450E5B24EBE753F9557B|||||||||||||||||||||||||||||||"&lt;BR /&gt;&lt;BR /&gt;The account is in sandbox, and &lt;EM&gt;live&lt;/EM&gt;. Also I can capture standard orders without any errors.&lt;BR /&gt;Does anyone have any insight into this issue?&lt;BR /&gt;&lt;BR /&gt;After digging through the code, I believe Authorize.Net is not returning a Transaction ID from the ARBCreateSubscriptionRequest. However standard orders appear to do so, not sure why.&lt;/DIV&gt;&lt;DIV class="posttext"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="posttext"&gt;We are using NopCommerce&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="posttext"&gt;&lt;BR /&gt;Any suggestions would be appreciated.&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
    <pubDate>Thu, 26 Jan 2017 18:43:49 GMT</pubDate>
    <dc:creator>Ehsan</dc:creator>
    <dc:date>2017-01-26T18:43:49Z</dc:date>
    <item>
      <title>Authorize.Net error when attempting to Capture a recurring order [Error: 3|2|33|]</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-Net-error-when-attempting-to-Capture-a-recurring-order/m-p/56803#M31581</link>
      <description>&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class="posttext"&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am receiving this error in the UI when I attempt to capture any recurring orders.&lt;BR /&gt;&lt;BR /&gt;"Error: 3|2|33|A valid referenced transaction ID is required.||P|0|||64.95|CC|prior_auth_capture||||||||||||||||||||||||||4AEE3052F8BB450E5B24EBE753F9557B|||||||||||||||||||||||||||||||"&lt;BR /&gt;&lt;BR /&gt;The account is in sandbox, and &lt;EM&gt;live&lt;/EM&gt;. Also I can capture standard orders without any errors.&lt;BR /&gt;Does anyone have any insight into this issue?&lt;BR /&gt;&lt;BR /&gt;After digging through the code, I believe Authorize.Net is not returning a Transaction ID from the ARBCreateSubscriptionRequest. However standard orders appear to do so, not sure why.&lt;/DIV&gt;&lt;DIV class="posttext"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="posttext"&gt;We are using NopCommerce&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="posttext"&gt;&lt;BR /&gt;Any suggestions would be appreciated.&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 26 Jan 2017 18:43:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-Net-error-when-attempting-to-Capture-a-recurring-order/m-p/56803#M31581</guid>
      <dc:creator>Ehsan</dc:creator>
      <dc:date>2017-01-26T18:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.Net error when attempting to Capture a recurring order [Error: 3|2|33|]</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-Net-error-when-attempting-to-Capture-a-recurring-order/m-p/56804#M31582</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21155"&gt;@Ehsan&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ARBCreateSubscriptionRequest does not return a transaction id, instead it returns&amp;nbsp;a subscriptionId. If you need to make an initial transaction and then a subscription for follow-on payments, may I suggest the following:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Use &lt;A href="https://developer.authorize.net/api/reference/#payment-transactions-charge-a-credit-card" target="_self"&gt;createTransactionRequest &lt;/A&gt;for the initial transaction and set createProfile as true. &amp;nbsp;If the transaction is successful, the response will include a customer profile id.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Use &lt;A href="https://developer.authorize.net/api/reference/#recurring-billing-create-a-subscription-from-customer-profile" target="_self"&gt;ARBCreateSubscriptionRequest&lt;/A&gt; with the customer profile to create a subscription&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 19:36:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-Net-error-when-attempting-to-Capture-a-recurring-order/m-p/56804#M31582</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-01-26T19:36:15Z</dc:date>
    </item>
  </channel>
</rss>

