<?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: Card Type Missing from Java Reporting API Result in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Type-Missing-from-Java-Reporting-API-Result/m-p/40200#M21863</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This issue is now resolved and an updated SDK is available from GitHub:&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/sdk-java/" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-java/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
    <pubDate>Wed, 02 Apr 2014 13:51:57 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2014-04-02T13:51:57Z</dc:date>
    <item>
      <title>Card Type Missing from Java Reporting API Result</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Type-Missing-from-Java-Reporting-API-Result/m-p/37977#M20803</link>
      <description>&lt;P&gt;We are using the Java API to retrieve transaction details so that we can build some custom reports for our customers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;During the process of building out one of the reports, I noticed that the CardType was always coming back as unknown.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That issue turned out to be because of the following line of the net.authorize.reporting.Result:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;creditCard.setCardType(CardType.findByValue(getElementText(credit_card_el, AuthNetField.ELEMENT_ACCOUNT_TYPE.getFieldName())));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which pulls the "accountType" value out of the message and then maps it to a CardType value. The problem is that on a credit transaction, the value comes from this field "cardType".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I added a new value to the AuthNetField enum:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ELEMENT_CARD_TYPE("cardType")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And then changed the line above to be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;creditCard.setCardType(CardType.findByValue(getElementText(credit_card_el, AuthNetField.ELEMENT_CARD_TYPE.getFieldName())));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please update the Java API at your earliest convenience so that I can run against an official version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, please take a look at the fix I submitted for the missing for incorrect shipping/billing information in the java reporting sdk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.developer.cybersource.com/t5/Integration-and-Testing/Java-SDK-TransactionDetails-isFullTransactionDetails-returning/m-p/37125#M20592" target="_blank"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/Java-SDK-TransactionDetails-isFullTransactionDetails-returning/m-p/37125#M20592&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2013 04:16:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Type-Missing-from-Java-Reporting-API-Result/m-p/37977#M20803</guid>
      <dc:creator>bkiefer</dc:creator>
      <dc:date>2013-12-21T04:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Card Type Missing from Java Reporting API Result</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Type-Missing-from-Java-Reporting-API-Result/m-p/38179#M20902</link>
      <description>&lt;P&gt;Hello bkiefer,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've forwarded your report to our product development team for analysis. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd recommend subscribing to this topic so that you'll be alerted via email for updates. To subscribe, click &lt;STRONG&gt;Topic Options&lt;/STRONG&gt; at the top of this thread and then select &lt;STRONG&gt;Subscribe&lt;/STRONG&gt;. You'll then receive an email once anyone replies to your post.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Richard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2014 16:49:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Type-Missing-from-Java-Reporting-API-Result/m-p/38179#M20902</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-01-06T16:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Card Type Missing from Java Reporting API Result</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Type-Missing-from-Java-Reporting-API-Result/m-p/38181#M20903</link>
      <description>&lt;P&gt;Thank you. I'm subscribed now and look forward to seeing a fix come through.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2014 16:46:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Type-Missing-from-Java-Reporting-API-Result/m-p/38181#M20903</guid>
      <dc:creator>bkiefer</dc:creator>
      <dc:date>2014-01-06T16:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Card Type Missing from Java Reporting API Result</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Type-Missing-from-Java-Reporting-API-Result/m-p/40200#M21863</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This issue is now resolved and an updated SDK is available from GitHub:&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/sdk-java/" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-java/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2014 13:51:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Type-Missing-from-Java-Reporting-API-Result/m-p/40200#M21863</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-04-02T13:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Card Type Missing from Java Reporting API Result</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Type-Missing-from-Java-Reporting-API-Result/m-p/45250#M22915</link>
      <description>&lt;P&gt;Thank you !!!&lt;/P&gt;</description>
      <pubDate>Sun, 13 Jul 2014 11:28:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Type-Missing-from-Java-Reporting-API-Result/m-p/45250#M22915</guid>
      <dc:creator>meetlesli</dc:creator>
      <dc:date>2014-07-13T11:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Card Type Missing from Java Reporting API Result</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Type-Missing-from-Java-Reporting-API-Result/m-p/48127#M24270</link>
      <description>&lt;P&gt;Thanks for fixing the issue, but why does the Authorize.NET SDK page still have the buggy JAVA code?&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/api/transaction_details/" target="_blank"&gt;http://developer.authorize.net/api/transaction_details/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2014 18:53:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Type-Missing-from-Java-Reporting-API-Result/m-p/48127#M24270</guid>
      <dc:creator>pahcal123</dc:creator>
      <dc:date>2014-10-24T18:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Card Type Missing from Java Reporting API Result</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Type-Missing-from-Java-Reporting-API-Result/m-p/48131#M24272</link>
      <description>&lt;P&gt;Hell &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/13266"&gt;@pahcal123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm sorry to hear you're having issues with our SDKs. &amp;nbsp;You are more than welcome to submit an issue on GitHub and our development team will look into them.&lt;BR /&gt;&lt;BR /&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2014 21:02:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Type-Missing-from-Java-Reporting-API-Result/m-p/48131#M24272</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-10-24T21:02:58Z</dc:date>
    </item>
  </channel>
</rss>

