<?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: Reason Code 76: &amp;quot;The tax amount is invalid.&amp;quot; in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Reason-Code-76-quot-The-tax-amount-is-invalid-quot/m-p/40874#M22173</link>
    <description>&lt;P&gt;The documentation says the structured tax item is one format, but the other format is pure numeric. After years with no problem, today I received an error with text "The tax amount is invalid". I am using simply "0". Maybe a decimal is now required. I will be searching for a more precise format description, and/or testing with "0.00" as the tax amount. But it sounds like you have tried a number of formats already.&lt;/P&gt;</description>
    <pubDate>Sat, 03 May 2014 14:09:55 GMT</pubDate>
    <dc:creator>opalcomp1</dc:creator>
    <dc:date>2014-05-03T14:09:55Z</dc:date>
    <item>
      <title>Reason Code 76: "The tax amount is invalid."</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Reason-Code-76-quot-The-tax-amount-is-invalid-quot/m-p/40704#M22097</link>
      <description>&lt;P&gt;Hi all, using the PHP SDK I have the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$transaction = new AuthorizeNetTransaction;&lt;BR /&gt;$transaction-&amp;gt;amount = $amount;&lt;BR /&gt;$transaction-&amp;gt;tax-&amp;gt;amount = 19.8000;&lt;BR /&gt;$transaction-&amp;gt;tax-&amp;gt;description = 'UK Value Added Tax';&lt;BR /&gt;$transaction-&amp;gt;customerProfileId = $customerProfileId;&lt;BR /&gt;$transaction-&amp;gt;customerPaymentProfileId = $paymentProfileId;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The creation of the customer profile and payments profile works, but the transaction fails with the error mentioned in the subject.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="line-height: 16px;"&gt;'19.80'&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="line-height: 16px;"&gt;19.80&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="line-height: 16px;"&gt;$amount * 0.2&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="line-height: 16px;"&gt;19.8000&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="line-height: 16px;"&gt;"19.80"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="line-height: 16px;"&gt;19.8&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="line-height: 16px;"&gt;Any thoughts? The docs state&amp;nbsp;&lt;STRONG&gt;The value submitted in x_tax failed format validation,&lt;/STRONG&gt;&amp;nbsp;but I don't think that's true.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 16px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 16px;"&gt;Michael&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 10:46:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Reason-Code-76-quot-The-tax-amount-is-invalid-quot/m-p/40704#M22097</guid>
      <dc:creator>mmcdonald</dc:creator>
      <dc:date>2014-04-23T10:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reason Code 76: "The tax amount is invalid."</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Reason-Code-76-quot-The-tax-amount-is-invalid-quot/m-p/40708#M22099</link>
      <description>&lt;P&gt;the x_tax have 3 components&lt;/P&gt;&lt;P&gt;name, description, and amount, my guess it that it need the name.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 11:26:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Reason-Code-76-quot-The-tax-amount-is-invalid-quot/m-p/40708#M22099</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-04-23T11:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reason Code 76: "The tax amount is invalid."</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Reason-Code-76-quot-The-tax-amount-is-invalid-quot/m-p/40712#M22101</link>
      <description>&lt;P&gt;Thanks, I thought it was optional, but I think that's a lack of clarity in the docs. The API docs say it's optional period, not required if another value is provided. Thanks for the clarification!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 11:35:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Reason-Code-76-quot-The-tax-amount-is-invalid-quot/m-p/40712#M22101</guid>
      <dc:creator>mmcdonald</dc:creator>
      <dc:date>2014-04-23T11:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reason Code 76: "The tax amount is invalid."</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Reason-Code-76-quot-The-tax-amount-is-invalid-quot/m-p/40874#M22173</link>
      <description>&lt;P&gt;The documentation says the structured tax item is one format, but the other format is pure numeric. After years with no problem, today I received an error with text "The tax amount is invalid". I am using simply "0". Maybe a decimal is now required. I will be searching for a more precise format description, and/or testing with "0.00" as the tax amount. But it sounds like you have tried a number of formats already.&lt;/P&gt;</description>
      <pubDate>Sat, 03 May 2014 14:09:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Reason-Code-76-quot-The-tax-amount-is-invalid-quot/m-p/40874#M22173</guid>
      <dc:creator>opalcomp1</dc:creator>
      <dc:date>2014-05-03T14:09:55Z</dc:date>
    </item>
  </channel>
</rss>

