<?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: CardNumber always blank in SIMResponse in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CardNumber-always-blank-in-SIMResponse/m-p/33961#M18458</link>
    <description>&lt;P&gt;been searching for the answer and only found it after i posted :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;see &lt;A target="_blank" href="https://community.developer.cybersource.com/t5/Integration-and-Testing/Last-Four-numbers-from-DPM-post/td-p/32938"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/Last-Four-numbers-from-DPM-post/td-p/32938&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;wrong field name was used.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Apr 2013 20:14:17 GMT</pubDate>
    <dc:creator>MartinCA1980</dc:creator>
    <dc:date>2013-04-16T20:14:17Z</dc:date>
    <item>
      <title>CardNumber always blank in SIMResponse</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CardNumber-always-blank-in-SIMResponse/m-p/33959#M18456</link>
      <description>&lt;P&gt;I'm trying to integrate DPM into my solution... i get an authorized transaction but i'm trying to parse out the CardNumber from Authorizenet.SimResponse class and it's always blank while all the other&amp;nbsp;properties work&amp;nbsp;fine. I take the CardNumber property is to return last few digits of the whole CC number... is it intentional that it's blank?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i'm using latest binaries in VS 2012&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; sr = &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; AuthorizeNet.&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2" color="#2b91af"&gt;&lt;FONT face="Consolas" size="2" color="#2b91af"&gt;&lt;FONT face="Consolas" size="2" color="#2b91af"&gt;SIMResponse&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;(Request.Form)&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim CCNumber as String&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;If &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;Not&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt; sr.Approved &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;Then&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'do stuff&lt;/P&gt;&lt;P&gt;Else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;CCNumber=sr.CardNumber.Tostring()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;End&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;If&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;sr.cardnumber is always blank&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;&lt;FONT face="Consolas" size="2" color="#0000ff"&gt;any clues?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2013 19:41:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CardNumber-always-blank-in-SIMResponse/m-p/33959#M18456</guid>
      <dc:creator>MartinCA1980</dc:creator>
      <dc:date>2013-04-16T19:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: CardNumber always blank in SIMResponse</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CardNumber-always-blank-in-SIMResponse/m-p/33961#M18458</link>
      <description>&lt;P&gt;been searching for the answer and only found it after i posted :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;see &lt;A target="_blank" href="https://community.developer.cybersource.com/t5/Integration-and-Testing/Last-Four-numbers-from-DPM-post/td-p/32938"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/Last-Four-numbers-from-DPM-post/td-p/32938&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;wrong field name was used.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2013 20:14:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CardNumber-always-blank-in-SIMResponse/m-p/33961#M18458</guid>
      <dc:creator>MartinCA1980</dc:creator>
      <dc:date>2013-04-16T20:14:17Z</dc:date>
    </item>
  </channel>
</rss>

