<?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: AIM Prior_auth_capture in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/23427#M12613</link>
    <description>&lt;P&gt;The PHP API uses transaction ID, that's what I'd use.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Feb 2012 16:58:23 GMT</pubDate>
    <dc:creator>TJPride</dc:creator>
    <dc:date>2012-02-22T16:58:23Z</dc:date>
    <item>
      <title>AIM Prior_auth_capture</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/23421#M12611</link>
      <description>&lt;P&gt;Hi I am trying to do a Prior_auth_capture and i notice that i can supply EITHER the auth code or the transaction ID. The API reference says to go with the auth code. Does it make a difference? Is one preferred for any reason?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2012 16:04:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/23421#M12611</guid>
      <dc:creator>SimpSam</dc:creator>
      <dc:date>2012-02-22T16:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: AIM Prior_auth_capture</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/23427#M12613</link>
      <description>&lt;P&gt;The PHP API uses transaction ID, that's what I'd use.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2012 16:58:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/23427#M12613</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-02-22T16:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: AIM Prior_auth_capture</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/23429#M12614</link>
      <description>&lt;P&gt;ok thanks! one more quick question on the subject:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x_amount is only required when less than auth. if i omit the amount&amp;nbsp; field 10 returns 0.00. does that reflect what the customer is actually charged?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also, I am under the impression that capture only can go up to 110% of auth, is this true?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the quick responses&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2012 17:33:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/23429#M12614</guid>
      <dc:creator>SimpSam</dc:creator>
      <dc:date>2012-02-22T17:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: AIM Prior_auth_capture</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/23471#M12633</link>
      <description>&lt;P&gt;Documentation says:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The amount being requested for capture is &lt;STRONG&gt;less than or equal to the original authorized amount&lt;/STRONG&gt;. Only a single Prior Authorization and Capture transaction can be submitted against an Authorization Only.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for the 0.00, that I don't know. Depending on implementation, it's remotely possible that a 0.00 value is being passed by the API and translated as same, rather than the field being left out entirely. My advice is to test and find out, I always just used the full amount myself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2012 01:49:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/23471#M12633</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-02-23T01:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: AIM Prior_auth_capture</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/23589#M12692</link>
      <description>&lt;P&gt;Field 10 for a Prior Authorization Capture transaction currently only echoes the amount that you submitted for the request.&amp;nbsp; If you do not submit an amount, it will alwyas be $0.&amp;nbsp; This does not reflect the actual captured amount.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In regards to your initial question about capturing a transaction using either the transaction ID &lt;EM&gt;or&lt;/EM&gt; the authorization code, I believe you are actually confusing two different transaction types.&amp;nbsp; Capturing a transaction by transaction ID is what we call a "Prior Authorization Capture" and it is always the preferred way to capture a transaction.&amp;nbsp; Capturing a transaction by Authorization Code is what we call a "Capture Only" transaction, this is also known as "Ticket Only" by many banks.&amp;nbsp; Capture Only transactions should only be used if the initial Authorization did not originate through Authorize.Net.&amp;nbsp; For example, in a rare case where you have to call the customer's bank for a verbal authorization.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2012 00:10:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/23589#M12692</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2012-02-25T00:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: AIM Prior_auth_capture</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/31234#M16297</link>
      <description>&lt;P&gt;hai all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just done an application with AIM with successfull output in AUTH_CAPTURE, AUTH_ONLY and PRIOR_AUTH_CAPTURE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am stuck with two doubts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; in AUTH_ONLY i gave 400 USD, and in next PRIOR_AUTH_CAPTURE i gave 200. It showed me successfull. But i dint received any info emails, then when i checked my mercharnt account the transaction hapened for 200 and no detail about balance amount. so is there a provision to make balance payment later. if YES then HOW.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)&amp;nbsp; to confirm Affiliate Partner program i need to configure 4 cases i done 3, for the rest one i am left with 5 options&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. eCheck.Net TEL AUTH_CAPTURE&lt;BR /&gt;5. CAPTURE_ONLY&lt;BR /&gt;6. VOID&lt;BR /&gt;7. CREDIT&lt;BR /&gt;8. CREDIT (Unlinked)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which 4 and 5 are not needed. and so HOW&amp;nbsp; to do the REST 6, 7 , 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;help from all hands accepted.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2012 07:37:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/31234#M16297</guid>
      <dc:creator>Sreejith_5</dc:creator>
      <dc:date>2012-11-07T07:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: AIM Prior_auth_capture</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/31240#M16300</link>
      <description>&lt;P&gt;1)Email are only send on authorize phase, if you want it any different, you will need to do your own email. You can only do 1 Prior_auth_capture for a successfuly auth_only, so there is no balance amount.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)&lt;A href="http://developer.authorize.net/guides/AIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=A_TransTypeFields.html" target="_blank"&gt;http://developer.authorize.net/guides/AIM/wwhelp/wwhimpl/js/html/wwhelp.htm#href=A_TransTypeFields.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;show the Minimum Required Fields&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2012 12:30:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/31240#M16300</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-11-07T12:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: AIM Prior_auth_capture</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/31242#M16301</link>
      <description>&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can u help in my second doubt too. I have already Quated it there in the previous message. Can u refer it and help me in that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help from all hands are accepted.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2012 13:07:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/31242#M16301</guid>
      <dc:creator>Sreejith_5</dc:creator>
      <dc:date>2012-11-07T13:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: AIM Prior_auth_capture</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/38523#M21067</link>
      <description>&lt;P&gt;Invoice # does not get updated when send with prior_auth_capture.&lt;/P&gt;&lt;P&gt;I do not send x_invoice_num with auth_only...what should I do....&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2014 05:12:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/38523#M21067</guid>
      <dc:creator>vivek</dc:creator>
      <dc:date>2014-01-21T05:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: AIM Prior_auth_capture</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/38535#M21073</link>
      <description>&lt;P&gt;save the info on your own database along with the transationID from the auth_only.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2014 12:39:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/AIM-Prior-auth-capture/m-p/38535#M21073</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-01-21T12:39:31Z</dc:date>
    </item>
  </channel>
</rss>

