<?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 Make sure CC info entered is valid, without charging anything in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Make-sure-CC-info-entered-is-valid-without-charging-anything/m-p/16742#M9420</link>
    <description>&lt;P&gt;I'm very new to Auth.net, so I'm afraid that I don't know the terminology to use here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm wanting the system to verify that the card number, expiry, CVC2, cardholder name, and billing address are correct, but NOT actually charge anything yet. What steps do I take for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it matters, I'm playing in the sandbox right now, but am hoping to take it live by the end of the week.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Further, do transaction fees apply when doing this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;</description>
    <pubDate>Tue, 06 Sep 2011 02:18:17 GMT</pubDate>
    <dc:creator>jwcarlton</dc:creator>
    <dc:date>2011-09-06T02:18:17Z</dc:date>
    <item>
      <title>Make sure CC info entered is valid, without charging anything</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Make-sure-CC-info-entered-is-valid-without-charging-anything/m-p/16742#M9420</link>
      <description>&lt;P&gt;I'm very new to Auth.net, so I'm afraid that I don't know the terminology to use here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm wanting the system to verify that the card number, expiry, CVC2, cardholder name, and billing address are correct, but NOT actually charge anything yet. What steps do I take for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it matters, I'm playing in the sandbox right now, but am hoping to take it live by the end of the week.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Further, do transaction fees apply when doing this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2011 02:18:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Make-sure-CC-info-entered-is-valid-without-charging-anything/m-p/16742#M9420</guid>
      <dc:creator>jwcarlton</dc:creator>
      <dc:date>2011-09-06T02:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Make sure CC info entered is valid, without charging anything</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Make-sure-CC-info-entered-is-valid-without-charging-anything/m-p/16750#M9424</link>
      <description>&lt;P&gt;You would authorize the transaction but not capture it yet. It's as simple as changing the type to AUTH_ONLY (or using the API function for authorizeOnly). This is if you're using AIM, of course - you could also theoretically use CIM if you need ongoing subscriptions, and in that case there's something called validation mode that lets you test credit cards in billing profiles without actually entering an official transaction, even just an authorized ones (internally, it generates a charge of $0.01 and then immediately voids it).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure about transaction fees, but would guess they only apply if you capture.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2011 13:41:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Make-sure-CC-info-entered-is-valid-without-charging-anything/m-p/16750#M9424</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-09-06T13:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Make sure CC info entered is valid, without charging anything</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Make-sure-CC-info-entered-is-valid-without-charging-anything/m-p/16766#M9432</link>
      <description>&lt;P&gt;You're right, I'm using AIM, and trying to use the API. I couldn't find that function anywhere, so that helps a lot! Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2011 01:31:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Make-sure-CC-info-entered-is-valid-without-charging-anything/m-p/16766#M9432</guid>
      <dc:creator>jwcarlton</dc:creator>
      <dc:date>2011-09-07T01:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Make sure CC info entered is valid, without charging anything</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Make-sure-CC-info-entered-is-valid-without-charging-anything/m-p/16794#M9444</link>
      <description>&lt;P&gt;FYI for future readers, my processing company confirmed that yes, all transaction fees do apply to Authorize Only transactions. Which kind of blows; it sounds like I'll be doubling up on fees for a little added security.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2011 17:01:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Make-sure-CC-info-entered-is-valid-without-charging-anything/m-p/16794#M9444</guid>
      <dc:creator>jwcarlton</dc:creator>
      <dc:date>2011-09-07T17:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Make sure CC info entered is valid, without charging anything</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Make-sure-CC-info-entered-is-valid-without-charging-anything/m-p/16816#M9454</link>
      <description>&lt;P&gt;Do they charge once for authorize and once per capture or once for both regardless of whether you do them together or separate?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2011 20:04:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Make-sure-CC-info-entered-is-valid-without-charging-anything/m-p/16816#M9454</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-09-07T20:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Make sure CC info entered is valid, without charging anything</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Make-sure-CC-info-entered-is-valid-without-charging-anything/m-p/16864#M9475</link>
      <description>&lt;P&gt;My understanding is that it's once, regardless of whether they're done together or separate. But my plan to authorize $0.01, then void it, and later do an authorizeAndCapture() on a real transaction, would inevitably become too expensive.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2011 04:50:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Make-sure-CC-info-entered-is-valid-without-charging-anything/m-p/16864#M9475</guid>
      <dc:creator>jwcarlton</dc:creator>
      <dc:date>2011-09-08T04:50:37Z</dc:date>
    </item>
  </channel>
</rss>

