<?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: Getting E00061 - How do I format device information for encrypted mobile card reader track data? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/40066#M21800</link>
    <description>&lt;P&gt;I was able to get a swipe and charge to work successfully. After changing to the production environment, I started getting different errors, such as the familiar Error 87: Transactions of this market type cannot be processed on this system.&lt;/P&gt;&lt;P&gt;This was caused by the sample code missing the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;requestType.retail = retailInfoType;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once I put that in, transactions started flowing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you to Lilith for the coaching that got me past the big issues.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Mar 2014 04:30:42 GMT</pubDate>
    <dc:creator>dustin1024</dc:creator>
    <dc:date>2014-03-27T04:30:42Z</dc:date>
    <item>
      <title>Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/39906#M21722</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I format the &amp;lt;DeviceInfo&amp;gt; element within an &amp;lt;EncryptedTrackData&amp;gt; element?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I'm trying to integrate an encrypted card reader from ID Tech with an iPhone application using AIM. I'm using the information found in &lt;A href="http://www.authorize.net/support/AIM_guide_XML.pdf" target="_blank"&gt;http://www.authorize.net/support/AIM_guide_XML.pdf.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In appendix B it instructs to add an &amp;lt;EncryptedTrackData&amp;gt; element to the &amp;lt;payment&amp;gt; element, and shows an example. I have integrated the example into my code, and I'm getting the following error :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;E00061 Device information is not formatted correctly(1).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The device information element &amp;lt;DeviceInfo&amp;gt; in the example contains the following, Hex encoded:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FID=IDTECH.UniMag.Android.Sdk?v1^SomeTBDKey1=someothervalu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At best that looks incomplete. I've tried many different variations on that format and can't get past it. Do I need to have a specific FID? If I take the FID portion out, it complains of a missing FID value, so I think I'm on the right track, but cannot find any documentation on how to format the DeviceInfo section.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my request:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;createTransactionRequest xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance&amp;quot;" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance"&lt;/A&gt; xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema&amp;quot;" target="_blank"&gt;http://www.w3.org/2001/XMLSchema"&lt;/A&gt; xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;merchantAuthentication&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;lt;sessionToken&amp;gt;DbXl3bX4jhhnn3o44EFePBJ1S_qG6sn3wh0n$yenCMWQTTDSabyzGeggUWFm9jXW$EViMAdMTv8KXGgl0OX0DnVifttUFmUXVbHw4V_pGPYzAUaGLq5eKqB1YLwo$SM8xvAjRW6MbYMXju98zTxwqAAA&amp;lt;/sessionToken&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mobileDeviceId&amp;gt;641D3C27_88A4_4842_A1BC_7E0765CAA0E9&amp;lt;/mobileDeviceId&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;/merchantAuthentication&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;transactionRequest&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;transactionType&amp;gt;authCaptureTransaction&amp;lt;/transactionType&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;payment&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;encryptedTrackData&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;FormOfPayment&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Value&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Encoding&amp;gt;Hex&amp;lt;/Encoding&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;EncryptionAlgorithm&amp;gt;TDES&amp;lt;/EncryptionAlgorithm&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Scheme&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DUKPT&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Operation&amp;gt;DECRYPT&amp;lt;/Operation&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Mode&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Data&amp;gt;1&amp;lt;/Data&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Mode&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DeviceInfo&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;Description&amp;gt;4649443D4944544543482E556E694D61672E416E64726F69642E53646B76315e536f6d655442444b6579313d736f6d656f7468657276616c756&amp;lt;/Description&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/DeviceInfo&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;EncryptedData&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;Value&amp;gt;02f700801f4824008383252a353434392a2a2a2a2a2a2a2a333336345e43414c4457454c4c2f48454154484552202020202020202020205e313230372a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a3f2a3b353434392a2a2a2a2a2a2a2a333336343d313230372a2a2a2a2a2a2a2a2a2a2a2a3f2a027eada5988a4718602b6d9df5942be84a197f9b1eba2f6b2abd139f7da070678267cf8254ec1d32c74733e6eb665b21ad52d29f24f8c2068c12f4f07e429a1591308158a909f5028c62d4da048fe77d9ff2b81e6a2cc01c1c626d7bbc5a0bfb85739b5a8ad097f76fef5cbf2b9bf8515431333431323032333376379501000140e0002c8f1503&amp;lt;/Value&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/EncryptedData&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/DUKPT&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Scheme&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Value&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/FormOfPayment&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/encryptedTrackData&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/payment&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;order/&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;lineItems/&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;customer/&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;billTo/&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;shipTo/&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;transactionSettings/&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;userFields/&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;/transactionRequest&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/createTransactionRequest&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And here's the response I'm getting:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;createTransactionResponse xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance&amp;quot;" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance"&lt;/A&gt; xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema&amp;quot;" target="_blank"&gt;http://www.w3.org/2001/XMLSchema"&lt;/A&gt; xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;messages&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;message&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;code&amp;gt;E00061&amp;lt;/code&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;text&amp;gt;Device information is not formatted correctly(1).&amp;lt;/text&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/message&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;/messages&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;sessionToken&amp;gt;yOetHv0orjnUdVosJNP4X$lB5RGsPmCtGrL0hdcrg3arjzaCojNW8zCkUl0BT2N9Bwo50DTtA3Oi3zMXgRaZGTG6MJZwB9M15K5sv$mrv5wllbSgcUJ3Mq66wk6YuNxywgqC8Pi0aiaGqOEqKfpZqwAA&amp;lt;/sessionToken&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/createTransactionResponse&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks for your help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Dustin&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 16:29:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/39906#M21722</guid>
      <dc:creator>dustin1024</dc:creator>
      <dc:date>2014-03-19T16:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/39956#M21745</link>
      <description>&lt;P&gt;Dustin, I read the portion of the AIM XML guide you referenced, and I agree it's a bit confusing. I'll discuss it with our technical writers and see if we can clarify things.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe, however, that right now we don't need more than "FID=IDTECH.UniMag.Android.Sdkv1" in the encoding you selected with the Encoded element.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would you try setting the Description element to "4649443D4944544543482E556E694D61672E416E64726F69642E53646B7631", please?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2014 16:38:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/39956#M21745</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2014-03-21T16:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/39992#M21763</link>
      <description>&lt;P&gt;I am now getting:&lt;/P&gt;&lt;P&gt;Could not resolve KSN to a registered merchant: 76379501000140E0002F(3).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I correct in assuming that it uses the FID= value in the DeviceInfo element to determine which KSN to decrypt with? If so, I need to know the FID to use for IDTech UniMag ios. Do I get that FID from authorize.net or from IDTech?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the full response:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;BR /&gt;&amp;lt;createTransactionResponse xmlns:xsi="&lt;A target="_blank" href="http://www.w3.org/2001/XMLSchema-instance&amp;quot;"&gt;http://www.w3.org/2001/XMLSchema-instance"&lt;/A&gt; xmlns:xsd="&lt;A target="_blank" href="http://www.w3.org/2001/XMLSchema&amp;quot;"&gt;http://www.w3.org/2001/XMLSchema"&lt;/A&gt; xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;messages&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;message&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;code&amp;gt;E00061&amp;lt;/code&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;text&amp;gt;Could not resolve KSN to a registered merchant: 76379501000140E0002F(3).&amp;lt;/text&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/messages&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;sessionToken&amp;gt;MS3z7PbPFBjQJrjYaWJfIr4xaMk2fsoEajDzFwX9ns$4ov7aQ2cDfTdwi79VPnfTE_AzNjh1KelWXvq8anbD2bW$2J93Pss3Ra9D_ON4OwuIzOZUXxa6jSByDxdSW4D8If6IaDpvkTo1vixFtKdmLwAA&amp;lt;/sessionToken&amp;gt;&lt;BR /&gt;&amp;lt;/createTransactionResponse&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Mar 2014 19:20:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/39992#M21763</guid>
      <dc:creator>dustin1024</dc:creator>
      <dc:date>2014-03-23T19:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/39994#M21764</link>
      <description>&lt;P&gt;I tried using FID=IDTECH.UniMag.iOS.Sdkv1 which I didn't really expect to work, and indeed it didn't:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;code&amp;gt;E00061&amp;lt;/code&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;text&amp;gt;Invalid FID value(3).&amp;lt;/text&amp;gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Mar 2014 19:24:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/39994#M21764</guid>
      <dc:creator>dustin1024</dc:creator>
      <dc:date>2014-03-23T19:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/40000#M21767</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Apparently,&amp;nbsp;"IDTECH.UniMag.Android.Sdkv1" should work with all the UniMag readers. It is also currently the only FID we'd accept. It should not matter that the FID has the word "Android" in it--my understanding is that it should work with iOS as well.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Shortly we will release support for Common Track enabled readers, at which point we will have a new FID option, "COMMON.EncryptedTracks.Sdkv1", available.&lt;BR /&gt;&lt;BR /&gt;I'm investingating the KSN error you mentioned.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2014 17:27:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/40000#M21767</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2014-03-24T17:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/40004#M21769</link>
      <description>&lt;P&gt;One possibility that has been raised is that the card reader you have may be assigned a KSN intended for our Production environment, which means it cannot be used in our Sandbox environment--or vice-versa. Did you get this reader directly from IDtech? Also, which posting URL are you using?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2014 17:26:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/40004#M21769</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2014-03-24T17:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/40006#M21770</link>
      <description>&lt;P&gt;I am using the sandbox, and while not certain, I wouldn't be surprised if it is intended for the production environment.&lt;/P&gt;&lt;P&gt;We did get this directly from IDTech.&lt;/P&gt;&lt;P&gt;I am using the iOS SDK, but it looks like that is posting to &lt;A target="_blank" href="https://apitest.authorize.net/xml/v1/request.api"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I switch to the production environment, with this start working?&lt;/P&gt;&lt;P&gt;Is there a way to test this in sandbox?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2014 18:32:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/40006#M21770</guid>
      <dc:creator>dustin1024</dc:creator>
      <dc:date>2014-03-24T18:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/40024#M21779</link>
      <description>&lt;P&gt;I just determined that, unfortunately, we don't currently have card readers for the Sandbox environnment. We're discussing options to resolve that situation, including seeing if we can enable Production KSNs in the Sandbox environment. Until then, it seems that any testing would have to be done with a Production account.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2014 16:07:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/40024#M21779</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2014-03-25T16:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/40026#M21780</link>
      <description>&lt;P&gt;You can sign up to be notified when additional details for encrypted reader support is available by using this form:&amp;nbsp;&lt;A href="http://forms.authorize.net/encrypted_reader_interest_form" target="_blank"&gt;http://forms.authorize.net/encrypted_reader_interest_form&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2014 16:54:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/40026#M21780</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-03-25T16:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/40066#M21800</link>
      <description>&lt;P&gt;I was able to get a swipe and charge to work successfully. After changing to the production environment, I started getting different errors, such as the familiar Error 87: Transactions of this market type cannot be processed on this system.&lt;/P&gt;&lt;P&gt;This was caused by the sample code missing the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;requestType.retail = retailInfoType;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once I put that in, transactions started flowing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you to Lilith for the coaching that got me past the big issues.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2014 04:30:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/40066#M21800</guid>
      <dc:creator>dustin1024</dc:creator>
      <dc:date>2014-03-27T04:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/44996#M22788</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on integrating the encrypted card reader with ios. Can you please guide on how to generate the values for DeviceInfo and encrypted value? I have been scrambling for so many days without any luck and it is nothing in documentaiton about it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ritesh&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2014 13:54:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/44996#M22788</guid>
      <dc:creator>riteshmitra</dc:creator>
      <dc:date>2014-07-02T13:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/44998#M22789</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/16000"&gt;@riteshmitra&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The iOS SDK now resides on GitHub and that there is documentation on how to use it as part of the download.&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/sdk-mpos-ios" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-mpos-ios&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using an encrypted reader injected with the Authorize.Net key? &amp;nbsp;For a list of supported secure card readers devices please go to &lt;A href="http://www.authorize.net/mobile." target="_blank"&gt;http://www.authorize.net/mobile.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note that &amp;nbsp;the sandbox and live production environments use a different key, and they cannot be used interchangeably. &amp;nbsp; You must use a reader injected with the sandbox key when testing in the sandbox, and a reader injected with the production key with the live payment gateway.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2014 15:02:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/44998#M22789</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-07-02T15:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/45000#M22790</link>
      <description>&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using encrypted card reader using iOS SDK on production environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this answers your questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please guide on how to do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ritesh&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2014 15:02:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/45000#M22790</guid>
      <dc:creator>riteshmitra</dc:creator>
      <dc:date>2014-07-02T15:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/45002#M22791</link>
      <description>&lt;P&gt;Which encrypted card reader are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2014 15:04:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/45002#M22791</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-07-02T15:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/45004#M22792</link>
      <description>&lt;P&gt;IDTECH Shuttle&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2014 16:04:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/45004#M22792</guid>
      <dc:creator>riteshmitra</dc:creator>
      <dc:date>2014-07-02T16:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/51286#M26661</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reviving an old thread because I can't find a solution for this anywhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the exact same error, even when I substitute the DeviceInfo/Description as suggested by Lilith.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the reference page to test this so far:&amp;nbsp;&lt;A href="http://developer.authorize.net/api/reference/" target="_blank"&gt;http://developer.authorize.net/api/reference/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible that running a transaction request on this page does not work with encrypted data, or am I missing anything?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2015 15:59:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/51286#M26661</guid>
      <dc:creator>rlund</dc:creator>
      <dc:date>2015-07-01T15:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/51294#M26669</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/15870"&gt;@rlund﻿&lt;/a&gt;, are you using a card reader that has been injected with the key for our Sandbox environment?&lt;BR /&gt;&lt;BR /&gt;If it's using the Production key, that would explain the error, as the API Reference Page plugs into the Sandbox environment.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 22:00:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/51294#M26669</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2015-07-02T22:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/51309#M26683</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be sure: are you saying that the error message not only shows up with the Device Information is incorrect but also if the decryption of the data fails?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as I know, the reader I have has a key built-in that works for the live environment, so I didn't expect the decryption to work, but I was confused on the error message talking about the Device Information being incorrect...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2015 13:02:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/51309#M26683</guid>
      <dc:creator>rlund</dc:creator>
      <dc:date>2015-07-06T13:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/51323#M26697</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/15870"&gt;@rlund﻿&lt;/a&gt;&amp;nbsp;Bear in mind that the DeviceInfo element should include the key in its contents:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FID=IDTECH.UniMag.Android.Sdk?v1^&lt;FONT color="#ff0000"&gt;SomeTBDKey1=someo​thervalu&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since the API Reference is meant to be used without needing a Production account, it uses the Sandbox environment, and needs the Sandbox key.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 15:15:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/51323#M26697</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2015-07-07T15:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Getting E00061 - How do I format device information for encrypted mobile card reader track data?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/51324#M26698</link>
      <description>&lt;P&gt;Is this documented anywhere at all? I thought earlier in this thread it was announced that the hex string can be the same generic text for everyone ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, how does this information get encrypted into the hex string that shows up in the documentation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And isn't it counterproductive to security to include the key in the submitted code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was under the impression that the code needed to be kept as secret as possible - I don't even have the code that was used to setup the card reader I have, and I was told that I would not be given the code for security reasons...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sorry, but now I'm utterly confused...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 15:19:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-E00061-How-do-I-format-device-information-for-encrypted/m-p/51324#M26698</guid>
      <dc:creator>rlund</dc:creator>
      <dc:date>2015-07-07T15:19:52Z</dc:date>
    </item>
  </channel>
</rss>

