<?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: Verify Credit Card With Random Amount? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Verify-Credit-Card-With-Random-Amount/m-p/23709#M12751</link>
    <description>&lt;P&gt;Ok, thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like you mentioned; I think I will go with "authorize and capture" and wait for the amount to settle; then issue a "refund" once they verify the amount or a couple days after it has settled this way it shows up on their bank records.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;olimits7&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2012 17:23:03 GMT</pubDate>
    <dc:creator>olimits7</dc:creator>
    <dc:date>2012-02-28T17:23:03Z</dc:date>
    <item>
      <title>Verify Credit Card With Random Amount?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Verify-Credit-Card-With-Random-Amount/m-p/23679#M12736</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to implement a "verify credit card" feature where the user will need to verify a random&amp;nbsp;amount (e.g.&amp;nbsp;$3-$10) that has been charged to their credit card before they are able to use this&amp;nbsp;credit card for future orders.&amp;nbsp; I will be saving the credit card information using the&amp;nbsp;"standard CIM" API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to be able to "charge" and then immediately "void" the transaction, but if I do this will the charge amount still show up on the customer's credit card statement when they receive it this way they can enter this random amount on my website?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, do I need to "auth and capture" then "void" the random amount for it to show up on the customer's credit card statement?&amp;nbsp; Or would&amp;nbsp;it show up properly by just&amp;nbsp;doing an&amp;nbsp;"auth only" and then "void" the random amount?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;olimits7&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 05:16:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Verify-Credit-Card-With-Random-Amount/m-p/23679#M12736</guid>
      <dc:creator>olimits7</dc:creator>
      <dc:date>2012-02-28T05:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Verify Credit Card With Random Amount?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Verify-Credit-Card-With-Random-Amount/m-p/23695#M12744</link>
      <description>&lt;P&gt;Given that void only works when the transaction hasn't been settled yet, I would guess that the transaction disappears as soon as it's voided. Before then, it might show as "pending" on an online banking interface, but I'd have to test that to be sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Void&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This transaction type can be used to cancel either an original transaction that is not yet settled, or an entire order composed of more than one transactions. A void prevents the transaction or the order from being sent for settlement. A Void can be submitted against any other transaction type.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Credit &amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;This transaction type is used to refund a customer for a transaction processed and successfully settled through the payment gateway. &amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;As seen above, you can always authorize and capture for a random amount, then after they verify the charge, void (if it hasn't settled yet) or credit (if it has settled but is still within 120 days). If the latter, it's likely permanently on their bank records, as an initial transaction and then a later credit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Authorizations are probably not going to show up, as they're just reserved amounts and not actual transactions. They expire on their own if left alone long enough (30 days) I'd go with authorize and capture just to make sure.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 16:13:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Verify-Credit-Card-With-Random-Amount/m-p/23695#M12744</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-02-28T16:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Verify Credit Card With Random Amount?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Verify-Credit-Card-With-Random-Amount/m-p/23709#M12751</link>
      <description>&lt;P&gt;Ok, thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like you mentioned; I think I will go with "authorize and capture" and wait for the amount to settle; then issue a "refund" once they verify the amount or a couple days after it has settled this way it shows up on their bank records.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;olimits7&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 17:23:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Verify-Credit-Card-With-Random-Amount/m-p/23709#M12751</guid>
      <dc:creator>olimits7</dc:creator>
      <dc:date>2012-02-28T17:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Verify Credit Card With Random Amount?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Verify-Credit-Card-With-Random-Amount/m-p/24069#M12923</link>
      <description>&lt;P&gt;I would strongly recommend that you discuss this type of validation with your merchant account provider to see if it is allowed.&amp;nbsp;&amp;nbsp;For Visa, I know that it is not allowed to run a real transaction simply for card validation.&amp;nbsp; The $0 Authorization (Also known as 'AVS Only') is there specifically for the purpose of validating a card without tying up cardholder funds.&amp;nbsp; For other card types, I would guess that you should be running test transactions for as small of an amount as possible and then voiding those transactions immediately, not waiting for them to settle.&amp;nbsp; Not only will this prevent the customers from having funds improperly held on their account, but it will minimize the fees that you have to pay for running a charge and refund.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2012 19:56:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Verify-Credit-Card-With-Random-Amount/m-p/24069#M12923</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2012-03-06T19:56:17Z</dc:date>
    </item>
  </channel>
</rss>

