<?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: Where is latest version of EMV api? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-is-latest-version-of-EMV-api/m-p/57247#M31976</link>
    <description>&lt;P&gt;Do you have evan an approximate ETA for the windows SDK?&lt;/P&gt;</description>
    <pubDate>Mon, 13 Mar 2017 23:01:39 GMT</pubDate>
    <dc:creator>DCSGlobal</dc:creator>
    <dc:date>2017-03-13T23:01:39Z</dc:date>
    <item>
      <title>Where is latest version of EMV api?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-is-latest-version-of-EMV-api/m-p/56620#M31400</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the EMV api from&amp;nbsp;&lt;A href="http://developer.authorize.net/api/reference/features/in-person.html" target="_blank"&gt;http://developer.authorize.net/api/reference/features/in-person.html&lt;/A&gt;&amp;nbsp;and the EMV_API_GUIDE.pdf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I keep on getting an incorrect version error. What is the correct version I should be sending or where can I get the latest API docs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;REQUEST TO &lt;A href="https://apitest.authorize.net/xml/v1/request.api" target="_blank"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;createTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
                &amp;lt;merchantAuthentication&amp;gt;
                                &amp;lt;name&amp;gt;3u2S3S2dy4A&amp;lt;/name&amp;gt;
                                &amp;lt;transactionKey&amp;gt;26PLpLm7q95P88vh&amp;lt;/transactionKey&amp;gt;
                &amp;lt;/merchantAuthentication&amp;gt;
                &amp;lt;refId&amp;gt;123456&amp;lt;/refId&amp;gt;
                &amp;lt;transactionRequest&amp;gt;
                                &amp;lt;transactionType&amp;gt;authCaptureTransaction&amp;lt;/transactionType&amp;gt;
                                &amp;lt;amount&amp;gt;5&amp;lt;/amount&amp;gt;
                                &amp;lt;payment&amp;gt;
                                                &amp;lt;emv&amp;gt;
                                                                &amp;lt;emvData&amp;gt;9F3403204000950500000000009F3704518823719F100706011103A000009F26081E1756ED0E2134E29F36020015820200009C01009F1A0208409A030006219F02060000000020005F2A0208409F0306000000000000&amp;lt;/emvData&amp;gt;
                                                                &amp;lt;emvDescriptor&amp;gt;MAGENSA&amp;lt;/emvDescriptor&amp;gt;
                                                                &amp;lt;emvVersion&amp;gt;V5.10&amp;lt;/emvVersion&amp;gt;
                                                &amp;lt;/emv&amp;gt;
                                &amp;lt;/payment&amp;gt;
                                &amp;lt;retail&amp;gt;
                                                &amp;lt;marketType&amp;gt;2&amp;lt;/marketType&amp;gt;
                                                &amp;lt;deviceType&amp;gt;7&amp;lt;/deviceType&amp;gt;
                                &amp;lt;/retail&amp;gt;
                &amp;lt;/transactionRequest&amp;gt;
&amp;lt;/createTransactionRequest&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RESPONSE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;createTransactionResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
                &amp;lt;refId&amp;gt;123456&amp;lt;/refId&amp;gt;
                &amp;lt;messages&amp;gt;
                                &amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;
                                &amp;lt;message&amp;gt;
                                                &amp;lt;code&amp;gt;E00027&amp;lt;/code&amp;gt;
                                                &amp;lt;text&amp;gt;The transaction was unsuccessful.&amp;lt;/text&amp;gt;
                                &amp;lt;/message&amp;gt;
                &amp;lt;/messages&amp;gt;
                &amp;lt;transactionResponse&amp;gt;
                                &amp;lt;responseCode&amp;gt;3&amp;lt;/responseCode&amp;gt;
                                &amp;lt;authCode /&amp;gt;
                                &amp;lt;avsResultCode&amp;gt;P&amp;lt;/avsResultCode&amp;gt;
                                &amp;lt;cvvResultCode /&amp;gt;
                                &amp;lt;transId&amp;gt;0&amp;lt;/transId&amp;gt;
                                &amp;lt;refTransID /&amp;gt;
                                &amp;lt;transHash&amp;gt;12245BADA72D7E83DA69B40C9A6A45CB&amp;lt;/transHash&amp;gt;
                                &amp;lt;testRequest&amp;gt;0&amp;lt;/testRequest&amp;gt;
                                &amp;lt;accountNumber /&amp;gt;
                                &amp;lt;accountType /&amp;gt;
                                &amp;lt;errors&amp;gt;
                                                &amp;lt;error&amp;gt;
                                                                &amp;lt;errorCode&amp;gt;361&amp;lt;/errorCode&amp;gt;
                                                                &amp;lt;errorText&amp;gt;The EMV version is invalid.&amp;lt;/errorText&amp;gt;
                                                &amp;lt;/error&amp;gt;
                                &amp;lt;/errors&amp;gt;
                                &amp;lt;transHashSha2 /&amp;gt;
                &amp;lt;/transactionResponse&amp;gt;
&amp;lt;/createTransactionResponse&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 14:25:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-is-latest-version-of-EMV-api/m-p/56620#M31400</guid>
      <dc:creator>elchk</dc:creator>
      <dc:date>2017-01-10T14:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Where is latest version of EMV api?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-is-latest-version-of-EMV-api/m-p/56624#M31404</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21063"&gt;@elchk&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The emv api guide is obsolete. &amp;nbsp;Instead, you must use our &lt;A href="https://github.com/AuthorizeNet?utf8=%E2%9C%93&amp;amp;q=inperson&amp;amp;type=&amp;amp;language=" target="_self"&gt;In-Person SDKs available from GitHub&lt;/A&gt; to accept EMV payments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 18:51:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-is-latest-version-of-EMV-api/m-p/56624#M31404</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-01-10T18:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Where is latest version of EMV api?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-is-latest-version-of-EMV-api/m-p/56628#M31408</link>
      <description>&lt;P&gt;Thanks for reply RichardH.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Github APIs are either android or iOS. Is there no way to do EMV transactions with, say, a windows application?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 20:35:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-is-latest-version-of-EMV-api/m-p/56628#M31408</guid>
      <dc:creator>elchk</dc:creator>
      <dc:date>2017-01-10T20:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Where is latest version of EMV api?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-is-latest-version-of-EMV-api/m-p/56629#M31409</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21063"&gt;@elchk&lt;/a&gt;&amp;nbsp;A Windows SDK is coming this year. &amp;nbsp;I would suggest subscripting to our developer blog to receive updates when it becomes available.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 21:10:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-is-latest-version-of-EMV-api/m-p/56629#M31409</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-01-10T21:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Where is latest version of EMV api?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-is-latest-version-of-EMV-api/m-p/57247#M31976</link>
      <description>&lt;P&gt;Do you have evan an approximate ETA for the windows SDK?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 23:01:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-is-latest-version-of-EMV-api/m-p/57247#M31976</guid>
      <dc:creator>DCSGlobal</dc:creator>
      <dc:date>2017-03-13T23:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Where is latest version of EMV api?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-is-latest-version-of-EMV-api/m-p/57279#M32008</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21380"&gt;@DCSGlobal&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21063"&gt;@elchk&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are interested in participating in our beta for the Windows EMV SDK, please send me a private message with your full contact details. &amp;nbsp;We're still a few weeks away but want to get started.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please include your full name, company name, and the type of product you will be integrating with.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 21:52:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-is-latest-version-of-EMV-api/m-p/57279#M32008</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-03-15T21:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Where is latest version of EMV api?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-is-latest-version-of-EMV-api/m-p/60203#M34762</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21063"&gt;@elchk&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21380"&gt;@DCSGlobal&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our Windows EMV SDK is now available on GitHub: &lt;A href="https://github.com/AuthorizeNet" target="_blank"&gt;https://github.com/AuthorizeNet&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 19:56:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Where-is-latest-version-of-EMV-api/m-p/60203#M34762</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-10-16T19:56:51Z</dc:date>
    </item>
  </channel>
</rss>

