<?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: POS - Auth_Only showing up as duplicate charges using Card Present Integration (CPI) in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/POS-Auth-Only-showing-up-as-duplicate-charges-using-Card-Present/m-p/30568#M15984</link>
    <description>&lt;P&gt;or use CIM. monthly and other fees.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Call Prior_Auth_Capture with the existing Authorization Code&lt;/P&gt;&lt;P&gt;Prior_auth_capture use transactionID, Capture_only use authorization code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Turns out the "Auth_Only" call acually puts a temporary charge on the card.&lt;/P&gt;&lt;P&gt;Yes that how it works. auth_only put a hold on that amount on the credit/debit card.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;problem with what you did is using your 5+1 example, if the customer have only $9 on their debit it will fail, and if they only have $10 and need the $4 for something like train fare or something it will fail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 14 Oct 2012 10:27:42 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2012-10-14T10:27:42Z</dc:date>
    <item>
      <title>POS - Auth_Only showing up as duplicate charges using Card Present Integration (CPI)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/POS-Auth-Only-showing-up-as-duplicate-charges-using-Card-Present/m-p/30566#M15983</link>
      <description>&lt;P&gt;I have built a POS system that is used in a bar setting. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the customer wants to close their tab we:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;swipe the card&lt;/LI&gt;&lt;LI&gt;Call Auth_Only for twice the amount and store Authorization Code returned&lt;/LI&gt;&lt;LI&gt;Print Reciept with Amount, Tip, Total, and Signature line (like in any bar or restaurant)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The customer then fills out the tip, total, and signature, we now&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Put in the tip and total numbers&lt;/LI&gt;&lt;LI&gt;Call Prior_Auth_Capture with the existing Authorization Code&lt;/LI&gt;&lt;LI&gt;Display a confirmation of tab closing&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The issue we are having is customers are seeing multipe charges on their cards. &amp;nbsp;About 1/3rd of our customers are calling complaining they are seeing multiple "charges" on their card. &amp;nbsp;We reassure them that they have not been double charged and that the first "charge" they are seeing will drop off of their statement in a few days.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Turns out the "Auth_Only" call acually puts a temporary charge on the card. &amp;nbsp;For example. &amp;nbsp;Someone buys a beer for $5, we Auth_Only for $10 to compensate for tip amount. &amp;nbsp;Then the customer tips $1. &amp;nbsp;We Prior_Auth_Capture for $6 ($5 beer and $1 tip). &amp;nbsp;The customer is seeing one of two scenarios on their statement, both very confusing for them...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Scenario 1:&lt;/P&gt;&lt;P&gt;Our Company &amp;nbsp; Debit $10&lt;/P&gt;&lt;P&gt;Our Company &amp;nbsp; Credit $10&lt;/P&gt;&lt;P&gt;Our Company &amp;nbsp; Debit $6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Scenario 2:&lt;/P&gt;&lt;P&gt;Our Company &amp;nbsp; Debit $10 (This eventually goes away in 24 to 48 hours)&lt;/P&gt;&lt;P&gt;Our Company &amp;nbsp; Debit $6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After calling Authorize.net they explained this is just how it works with CP. &amp;nbsp;As a bar and restaurant customer I know that they are many POS systems that do not do this to my credit card. &amp;nbsp;Every blue moon I see similar things from a bar or reaturant on my credit card but realize what is going on. &amp;nbsp;Maybe they are also using Authorize.Net. &amp;nbsp;I'm hoping and praying someone on this forumn know a setting or tweak that I can do to stop this from happening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it something I am doing in my calls to Autho.Net? &amp;nbsp;I am using WellsFargo as my merchant provider, could it be them or Authorize.Net that is causing this? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are my two known alternatives that are not favorable, please do not re-suggest these:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use a different Gateway, not looking to re-write my gateway code&lt;/LI&gt;&lt;LI&gt;Make my customer fill out the tip first, then swipe the card and call a Auth_Capture with the final amount&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any HELP would be much much appreciated!!!!!&lt;/P&gt;</description>
      <pubDate>Sat, 13 Oct 2012 16:10:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/POS-Auth-Only-showing-up-as-duplicate-charges-using-Card-Present/m-p/30566#M15983</guid>
      <dc:creator>cceccanti</dc:creator>
      <dc:date>2012-10-13T16:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: POS - Auth_Only showing up as duplicate charges using Card Present Integration (CPI)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/POS-Auth-Only-showing-up-as-duplicate-charges-using-Card-Present/m-p/30568#M15984</link>
      <description>&lt;P&gt;or use CIM. monthly and other fees.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Call Prior_Auth_Capture with the existing Authorization Code&lt;/P&gt;&lt;P&gt;Prior_auth_capture use transactionID, Capture_only use authorization code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Turns out the "Auth_Only" call acually puts a temporary charge on the card.&lt;/P&gt;&lt;P&gt;Yes that how it works. auth_only put a hold on that amount on the credit/debit card.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;problem with what you did is using your 5+1 example, if the customer have only $9 on their debit it will fail, and if they only have $10 and need the $4 for something like train fare or something it will fail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Oct 2012 10:27:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/POS-Auth-Only-showing-up-as-duplicate-charges-using-Card-Present/m-p/30568#M15984</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-10-14T10:27:42Z</dc:date>
    </item>
  </channel>
</rss>

