<?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: Update Payment profile CIM in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-profile-CIM/m-p/15608#M8876</link>
    <description>&lt;P&gt;Hi thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;IMG width="276" height="346" src="https://ip1.i.lithium.com/73b8d9d9135eb1614bdea8d48046269667c173e8/687474703a2f2f627a6f6e65322e6d616b65656974736f6c7574696f6e732e636f6d2f7069632f656469742e4a5047" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my edit form.&lt;/P&gt;&lt;P&gt;I have enter the credit card number like what you have mentioned in reply. But still i am getting error.&lt;/P&gt;&lt;P&gt;Please help me I am tried to solve this problem on past one month&lt;/P&gt;&lt;P&gt;please help me.................&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Thank you.....&lt;/P&gt;&lt;P&gt;Dharma&lt;/P&gt;</description>
    <pubDate>Wed, 03 Aug 2011 06:45:57 GMT</pubDate>
    <dc:creator>dharma1985</dc:creator>
    <dc:date>2011-08-03T06:45:57Z</dc:date>
    <item>
      <title>Update Payment profile CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-profile-CIM/m-p/15550#M8848</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i am wondering about update payment profile.&lt;/P&gt;&lt;P&gt;i just want update payment profile without reenter the creditcard number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;If I send a masked credit car number pad with xxxx and XXXX like (eg : xxxx1234,XXXX,3456)&lt;/P&gt;&lt;P&gt;it returns the following error "&lt;SPAN style="color: #ff0000; text-align: center;"&gt;&lt;STRONG&gt;&lt;STRONG&gt;cardNumber is required and must be 13 to 16 digits&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;﻿".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using "updateCustomerPaymentProfileRequest﻿."﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Class file : authorizenet.cim.class﻿.php&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please kindly help me..................&lt;/P&gt;&lt;P&gt;Thanks in advance........&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2011 06:42:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-profile-CIM/m-p/15550#M8848</guid>
      <dc:creator>dharma1985</dc:creator>
      <dc:date>2011-08-02T06:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Update Payment profile CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-profile-CIM/m-p/15570#M8858</link>
      <description>&lt;P&gt;The system is expecting a 16 character value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adding commas is increasing that number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so xxxx,1234,xxxx,4567&amp;nbsp; is actually 19 characters, not 16.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Additionally,&amp;nbsp; if you put numerals in any position other than the last four spots,&amp;nbsp; it will throw an error because the system will think you are trying to change the credit card number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;xxxxxxxxxxxx4567&amp;nbsp; is the correct format.&amp;nbsp;&amp;nbsp; You get the 4567 part from the parsed return from the system when you request the stored information about that account.&amp;nbsp;&amp;nbsp;&amp;nbsp; If it comes back as XXXX2975&amp;nbsp; then you would have to pass back xxxxxxxxxxxx2975 for the system to recognize it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if you had 12 of the 16 actual numbers in the credit card,&amp;nbsp; for instance you have xxxx123456789012,&amp;nbsp; you still can't pass it to the system like that.&amp;nbsp;&amp;nbsp; It has to be xxxxxxxxxxxx9012&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only instance where you would send more than that would be if you were attempting to change the entire credit card number,&amp;nbsp; but using the usual methods through AuthNet (unless you gather that information locally before sending it to authnet)&amp;nbsp; you'll never have the full number anyway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helped,&lt;/P&gt;&lt;P&gt;WHeis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2011 18:03:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-profile-CIM/m-p/15570#M8858</guid>
      <dc:creator>WHeisenberg</dc:creator>
      <dc:date>2011-08-02T18:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Update Payment profile CIM</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-profile-CIM/m-p/15608#M8876</link>
      <description>&lt;P&gt;Hi thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;IMG width="276" height="346" src="https://ip1.i.lithium.com/73b8d9d9135eb1614bdea8d48046269667c173e8/687474703a2f2f627a6f6e65322e6d616b65656974736f6c7574696f6e732e636f6d2f7069632f656469742e4a5047" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my edit form.&lt;/P&gt;&lt;P&gt;I have enter the credit card number like what you have mentioned in reply. But still i am getting error.&lt;/P&gt;&lt;P&gt;Please help me I am tried to solve this problem on past one month&lt;/P&gt;&lt;P&gt;please help me.................&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Thank you.....&lt;/P&gt;&lt;P&gt;Dharma&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2011 06:45:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Update-Payment-profile-CIM/m-p/15608#M8876</guid>
      <dc:creator>dharma1985</dc:creator>
      <dc:date>2011-08-03T06:45:57Z</dc:date>
    </item>
  </channel>
</rss>

