<?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 Present in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Present/m-p/55555#M30424</link>
    <description>&lt;P&gt;Haha,&lt;/P&gt;&lt;P&gt;I literally just saw that in the API docs and added:&lt;/P&gt;&lt;PRE&gt;            "retail":{
              "marketType":"2",
              "deviceType":"5"
            }&lt;/PRE&gt;&lt;P&gt;I then came back to post how it worked and saw your lightning fast reply!&lt;/P&gt;&lt;P&gt;Everything works fine now.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Tue, 23 Aug 2016 17:06:17 GMT</pubDate>
    <dc:creator>8Ball</dc:creator>
    <dc:date>2016-08-23T17:06:17Z</dc:date>
    <item>
      <title>Card Present</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Present/m-p/52715#M27937</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got everything nicely up and running for CNP&amp;nbsp;operations. &amp;nbsp;But how does one do the CP operations? &amp;nbsp;I tried converting the given cardnumbers to a valid track 1, but I keep on getting error 85. &amp;nbsp;The Market type is invalid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm a bit confused. &amp;nbsp;I cannot find any examples on this neither.&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;&lt;P&gt;a&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 21:44:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Present/m-p/52715#M27937</guid>
      <dc:creator>Gonline4Timing</dc:creator>
      <dc:date>2015-10-23T21:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Card Present</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Present/m-p/52722#M27941</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19141"&gt;@Gonline4Timing﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To create a card present transaction, populate the track data element of your &lt;A href="http://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-credit-card" target="_self"&gt;createTransactionRequest&lt;/A&gt; and omit any other payment types.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 22:09:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Present/m-p/52722#M27941</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-10-23T22:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Card Present</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Present/m-p/52725#M27944</link>
      <description>&lt;P&gt;&amp;nbsp;Hi Richard&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Snippet&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;new&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;creditCardTrackType&lt;/SPAN&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Item&amp;nbsp;&lt;SPAN&gt;=&lt;/SPAN&gt;&amp;nbsp;aCardInfo&lt;SPAN&gt;.&lt;/SPAN&gt;Track1Data&amp;nbsp;&lt;SPAN&gt;??&lt;/SPAN&gt;&amp;nbsp;aCardInfo&lt;SPAN&gt;.&lt;/SPAN&gt;Track2Data
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;};&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I'm putting inside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;payment = new paymentType(){ Item = MethodAbove(aCardInfo) };&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe my trackdata is still wrong? &amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot find anywhere on the website track1 or track2 examples to test with...&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 22:46:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Present/m-p/52725#M27944</guid>
      <dc:creator>Gonline4Timing</dc:creator>
      <dc:date>2015-10-23T22:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Card Present</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Present/m-p/55551#M30420</link>
      <description>&lt;P&gt;I have tried what you suggested &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH﻿&lt;/a&gt;, but I too get ERROR 85.&lt;/P&gt;&lt;PRE&gt;{
    "createTransactionRequest": {
        "merchantAuthentication": {
            "name": MERCH_ID,
            "transactionKey": TRANS_KEY
        },
        "refId": "123456",
        "transactionRequest": {
            "transactionType": "authCaptureTransaction",
            "amount": "5",
            "payment": {
            	"trackData": {
                    "track2": "5301250070000191=08051010912345678901"
                }
              },
            "billTo": {
                "firstName": "Ellen",
                "lastName": "Johnson",
            }
        }
    }
}&lt;/PRE&gt;&lt;P&gt;I have a CNP sanbox account, is that the problem? If it is, I can not find a way to create a CP account, could you please shed some light on that process?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not changed the endpoints from CNP, is that the problem? Can/should this type or request be posted to &lt;SPAN class="st"&gt;https://&lt;EM&gt;cardpresent&lt;/EM&gt;.&lt;EM&gt;authorize&lt;/EM&gt;.&lt;EM&gt;net&lt;/EM&gt;/gateway/transact.&lt;EM&gt;dll,&lt;/EM&gt;&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;That is the only CP endpoint I can find online.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 16:56:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Present/m-p/55551#M30420</guid>
      <dc:creator>8Ball</dc:creator>
      <dc:date>2016-08-23T16:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Card Present</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Present/m-p/55553#M30422</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19930"&gt;@8Ball﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/responseCodes.html?code=85" target="_self"&gt;Error 85&lt;/A&gt; indicates that the market type is invalid. &amp;nbsp;From the API Reference for &lt;A href="https://developer.authorize.net/api/reference/#payment-transactions-charge-a-credit-card" target="_self"&gt;Charge a Credit Card&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="table table-condensed"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="oneBullet"&gt;retail&lt;/TD&gt;
&lt;TD&gt;The retail element contains two elements: marketType and deviceType. If you submit the retail element, the marketType and DeviceType elements are required. &lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="twoBullet"&gt;marketType&lt;/TD&gt;
&lt;TD&gt;0 for ecommerce&lt;BR /&gt;1 for moto&lt;BR /&gt;2 for retail &lt;BR /&gt;This element is required if you submit the retail element.&lt;/TD&gt;
&lt;TD&gt;
&lt;DIV&gt;Default value is 2.&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="twoBullet"&gt;deviceType&lt;/TD&gt;
&lt;TD&gt;1, 2, 3, 4, 5, 7, 8, 9, 10 &lt;BR /&gt;1 = Unknown &lt;BR /&gt;2 = Unattended Terminal &lt;BR /&gt;3 = Self Service Terminal &lt;BR /&gt;4 = Electronic Cash Register &lt;BR /&gt;5 = Personal Computer- Based Terminal &lt;BR /&gt;7 = Wireless POS &lt;BR /&gt;8 = Website &lt;BR /&gt;9 = Dial Terminal &lt;BR /&gt;10 = Virtual Terminal &lt;BR /&gt;This element is required if you submit the retail element.&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 17:02:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Present/m-p/55553#M30422</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-08-23T17:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Card Present</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Present/m-p/55555#M30424</link>
      <description>&lt;P&gt;Haha,&lt;/P&gt;&lt;P&gt;I literally just saw that in the API docs and added:&lt;/P&gt;&lt;PRE&gt;            "retail":{
              "marketType":"2",
              "deviceType":"5"
            }&lt;/PRE&gt;&lt;P&gt;I then came back to post how it worked and saw your lightning fast reply!&lt;/P&gt;&lt;P&gt;Everything works fine now.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 17:06:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Card-Present/m-p/55555#M30424</guid>
      <dc:creator>8Ball</dc:creator>
      <dc:date>2016-08-23T17:06:17Z</dc:date>
    </item>
  </channel>
</rss>

