<?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: How to capture a customers transaction and put it on hold in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-capture-a-customers-transaction-and-put-it-on-hold/m-p/54858#M29815</link>
    <description>&lt;P&gt;&lt;A href="http://developer.authorize.net/api/upgrade_guide/" target="_blank"&gt;http://developer.authorize.net/api/upgrade_guide/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.authorize.net/content/dam/authorize/documents/SIM_guide.pdf" target="_blank"&gt;http://www.authorize.net/content/dam/authorize/documents/SIM_guide.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use auth_only transaction&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2016 18:18:36 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2016-06-08T18:18:36Z</dc:date>
    <item>
      <title>How to capture a customers transaction and put it on hold</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-capture-a-customers-transaction-and-put-it-on-hold/m-p/54857#M29814</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a really simple form to take deposit from a customer and that form is dynamically populated with some simple php code. Right now all the transactions are being processed right away. I would like to change the transaction type so that all funds recieved are place on hold and I can go into my authorize.net account and realse them manually. My code is below can anyone tell me how to change the transaction type? Thank you in advance. I been looking on the site and could not find any answers. All the code I see is new and I am using a simple html form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;require_once 'anet_php_sdk/AuthorizeNet.php';
$api_login_id = ' ';
$transaction_key = ' ';
$amount = "1000.00";
$fp_timestamp = time();
$fp_sequence = "123" . time(); 
$fingerprint = AuthorizeNetSIM_Form::getFingerprint($api_login_id, $transaction_key, $amount, $fp_sequence, $fp_timestamp)

&amp;lt;form method='post' action="https://secure.authorize.net/gateway/transact.dll" target="_blank"&amp;gt;
 &amp;lt;input type=hidden name="x_header2_html_payment_form" value=""&amp;gt; 
 &amp;lt;input type=hidden name="x_header_html_payment_form" value=""&amp;gt;
 &amp;lt;input type=hidden name="x_description" value="&amp;lt;?php echo $year?&amp;gt; &amp;lt;?php echo $make?&amp;gt; &amp;lt;?php echo $model?&amp;gt; &amp;lt;?php echo $Submodel?&amp;gt;"&amp;gt;
 &amp;lt;input type=hidden name="x_invoice_num" value="&amp;lt;?php echo $id?&amp;gt;"&amp;gt;
 &amp;lt;input type='hidden' name="x_login" value="&amp;lt;?php echo $api_login_id?&amp;gt;" /&amp;gt;
 &amp;lt;input type='hidden' name="x_fp_hash" value="&amp;lt;?php echo $fingerprint?&amp;gt;" /&amp;gt;
 &amp;lt;input type='hidden' name="x_amount" value="&amp;lt;?php echo $amount?&amp;gt;" /&amp;gt;
 &amp;lt;input type='hidden' name="x_fp_timestamp" value="&amp;lt;?php echo $fp_timestamp?&amp;gt;" /&amp;gt;
 &amp;lt;input type='hidden' name="x_fp_sequence" value="&amp;lt;?php echo $fp_sequence?&amp;gt;" /&amp;gt;
 &amp;lt;input type='hidden' name="x_version" value="3.1"&amp;gt;
 &amp;lt;input type='hidden' name="x_show_form" value="payment_form"&amp;gt; 
 &amp;lt;input type='hidden' name="x_test_request" value="false" /&amp;gt;
 &amp;lt;input type='hidden' name="x_method" value="cc"&amp;gt;
 &amp;lt;input type="image" class="btn btn-success" name="submit" value="Secure Payment" &amp;gt;
&amp;lt;/form&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Jun 2016 17:50:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-capture-a-customers-transaction-and-put-it-on-hold/m-p/54857#M29814</guid>
      <dc:creator>TwsitedNy7</dc:creator>
      <dc:date>2016-06-08T17:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture a customers transaction and put it on hold</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-capture-a-customers-transaction-and-put-it-on-hold/m-p/54858#M29815</link>
      <description>&lt;P&gt;&lt;A href="http://developer.authorize.net/api/upgrade_guide/" target="_blank"&gt;http://developer.authorize.net/api/upgrade_guide/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.authorize.net/content/dam/authorize/documents/SIM_guide.pdf" target="_blank"&gt;http://www.authorize.net/content/dam/authorize/documents/SIM_guide.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use auth_only transaction&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 18:18:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-capture-a-customers-transaction-and-put-it-on-hold/m-p/54858#M29815</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-06-08T18:18:36Z</dc:date>
    </item>
  </channel>
</rss>

