<?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: Last Four numbers from DPM post in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Last-Four-numbers-from-DPM-post/m-p/32939#M17482</link>
    <description>&lt;P&gt;In the source they are using the wrong fieldname&lt;/P&gt;&lt;P&gt;so do&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;var &lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;ccNumber &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;sr&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;.GetValue(&lt;FONT size="2"&gt;"x_account_number");&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Feb 2013 01:02:25 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2013-02-07T01:02:25Z</dc:date>
    <item>
      <title>Last Four numbers from DPM post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Last-Four-numbers-from-DPM-post/m-p/32938#M17481</link>
      <description>&lt;P&gt;We are submitting auth_captures via DPM.&amp;nbsp; We also need to be able to allow for the ability to Credit back these captures.&amp;nbsp; In order to do this it seems that I need to store the Last Four digits of the CC number since this info is required for a CREDIT transaction via AIM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is all fine except that I am not able to get this information back via our original DPM auth_capture.&amp;nbsp; When inspecting the SIMResponse object the CardNumber field is empty.&amp;nbsp; Please advise on how I can get the last four digits of the CC number from a response to a DPM auth_capture post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For instance if&amp;nbsp;I do the following:&lt;/P&gt;&lt;P&gt;var &lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;sr &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;= &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#400080" size="2" face="Consolas"&gt;&lt;FONT color="#400080" size="2" face="Consolas"&gt;&lt;FONT color="#400080" size="2" face="Consolas"&gt;new &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;&lt;FONT color="#2b91af" size="2" face="Consolas"&gt;SIMResponse&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;(Request&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;Form);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;var &lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;ccNumber &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; sr&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;CardNumber;&lt;/FONT&gt;&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 size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;sr.CardNumber is an empty string.&amp;nbsp; All of the other properties of sr (InvoiceNumber, Message etc.)&amp;nbsp;seem to have values.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 23:47:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Last-Four-numbers-from-DPM-post/m-p/32938#M17481</guid>
      <dc:creator>juantoro</dc:creator>
      <dc:date>2013-02-06T23:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Last Four numbers from DPM post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Last-Four-numbers-from-DPM-post/m-p/32939#M17482</link>
      <description>&lt;P&gt;In the source they are using the wrong fieldname&lt;/P&gt;&lt;P&gt;so do&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;var &lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;ccNumber &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;sr&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;&lt;FONT color="#2e53d1" size="2" face="Consolas"&gt;.GetValue(&lt;FONT size="2"&gt;"x_account_number");&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 01:02:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Last-Four-numbers-from-DPM-post/m-p/32939#M17482</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-02-07T01:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Last Four numbers from DPM post</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Last-Four-numbers-from-DPM-post/m-p/33150#M17680</link>
      <description>&lt;P&gt;Sorry, forgot to thank you for answering this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I ended up having to do was this:&lt;/P&gt;&lt;P&gt;string &lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;ccNum &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" color="#2e53d1" face="Consolas"&gt;&lt;FONT size="2" color="#2e53d1" face="Consolas"&gt;&lt;FONT size="2" color="#2e53d1" face="Consolas"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt; Request&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" color="#2e53d1" face="Consolas"&gt;&lt;FONT size="2" color="#2e53d1" face="Consolas"&gt;&lt;FONT size="2" color="#2e53d1" face="Consolas"&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;Form&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" color="#2e53d1" face="Consolas"&gt;&lt;FONT size="2" color="#2e53d1" face="Consolas"&gt;&lt;FONT size="2" color="#2e53d1" face="Consolas"&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;Get(&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" color="#259241" face="Consolas"&gt;&lt;FONT size="2" color="#259241" face="Consolas"&gt;&lt;FONT size="2" color="#259241" face="Consolas"&gt;"x_account_number"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;sr.GetValue(&lt;FONT size="2" color="#259241" face="Consolas"&gt;&lt;FONT size="2" color="#259241" face="Consolas"&gt;&lt;FONT size="2" color="#259241" face="Consolas"&gt;"x_account_number"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;) didn't return quite the right thing.&amp;nbsp; Can't remember now what the issue was, but anyway, you got me 90% of the way there.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="Consolas"&gt;&lt;FONT size="2" face="Consolas"&gt;Thanks!&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2013 23:21:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Last-Four-numbers-from-DPM-post/m-p/33150#M17680</guid>
      <dc:creator>juantoro</dc:creator>
      <dc:date>2013-02-22T23:21:41Z</dc:date>
    </item>
  </channel>
</rss>

