<?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: Error creating Customer Payment Profile using CIM in the Developer Test account in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19836#M10906</link>
    <description>&lt;P&gt;If the credit card number included in the SDk is coming back as invalid for testing purposes.&amp;nbsp; How do I contact Authorize.Net to verify if the credit card number used in testing is the issue or is it a coding issue?&amp;nbsp; The code has not changed and that credit card number worked before so I would have to say that it is not a code issue but an issue either with the credit card number not working as a test credit card number or something to do with the testing and integration environment with my test Developer account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 08 Dec 2011 19:22:47 GMT</pubDate>
    <dc:creator>rgsandell59</dc:creator>
    <dc:date>2011-12-08T19:22:47Z</dc:date>
    <item>
      <title>Error creating Customer Payment Profile using CIM in the Developer Test account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19824#M10900</link>
      <description>&lt;P&gt;Coded a ASP.Net page to create customer profiles and customer payment profiles in the test/integration area.&amp;nbsp; Using the test webservice.&amp;nbsp; Earlier this week, was able to create both the cust profile and the cust payment profile using the test visa account number sent to me when creating my developer test account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Today, when attempting to create the cust payment profile, am getting this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is one or more missing or invalid required fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the validation direct response:&lt;/P&gt;&lt;P&gt;"3,1,290,There is one or more missing or invalid required fields.,,P,0,none,Test transaction for ValidateCustomerPaymentProfile.,0.00,CC,auth_only,none,,,,,,,,,,,email@example.com,none,none,none,none,none,none,none,none,0.00,0.00,0.00,FALSE,none,B113BF0F0F1B00CE63F9A6725670B800,,,,,,,,,,,,,XXXX0027,Visa,,,,,,,,,,,,,,,,"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the code I am using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;strCreditCardNbr =&lt;/P&gt;&lt;P&gt;&lt;FONT color="#a31515" size="2"&gt;&lt;FONT color="#a31515" size="2"&gt;"4007000000027"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;strCreditCardExp =&lt;/P&gt;&lt;P&gt;&lt;FONT color="#a31515" size="2"&gt;&lt;FONT color="#a31515" size="2"&gt;"2014-12"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;anCreditCard.cardNumber = strCreditCardNbr&lt;/P&gt;&lt;P&gt;anCreditCard.expirationDate = strCreditCardExp&lt;/P&gt;&lt;P&gt;anPaymentType.Item = anCreditCard&lt;/P&gt;&lt;P&gt;anCustPaymentProfile.payment = anPaymentType&lt;/P&gt;&lt;P&gt;anCustPaymentProfileResponse = ANService.CreateCustomerPaymentProfile(anMerchant, lngCustProfileId, anCustPaymentProfile, net.authorize.apitest.ValidationModeEnum.liveMode)&lt;/P&gt;&lt;P&gt;If&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;anCustPaymentProfileResponse.resultCode = net.authorize.apitest.MessageTypeEnum.Ok &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;Then&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;lngCustPaymentProfileId = anCustPaymentProfileResponse.customerPaymentProfileId&lt;/P&gt;&lt;P&gt;Else&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;If&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; anCustPaymentProfileResponse.resultCode = 39 &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;Then&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Master.ShowMessage(&lt;/P&gt;&lt;P&gt;&lt;FONT color="#a31515" size="2"&gt;&lt;FONT color="#a31515" size="2"&gt;"Customer Payment Profile already exists."&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT size="2"&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;Else&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; strErrMsg &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT size="2"&gt;StringBuilder&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;strErrMsg.Append(&lt;/P&gt;&lt;P&gt;&lt;FONT color="#a31515" size="2"&gt;&lt;FONT color="#a31515" size="2"&gt;"Error: "&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT size="2"&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;For&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; i &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; Int16 = 0 &lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;To&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT size="2"&gt;anCustPaymentProfileResponse.messages.Length - 1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;strErrMsg.Append(anCustPaymentProfileResponse.messages(i).text)&lt;/P&gt;&lt;P&gt;strErrMsg.Append(&lt;/P&gt;&lt;P&gt;&lt;FONT color="#a31515" size="2"&gt;&lt;FONT color="#a31515" size="2"&gt;"&amp;lt;br /&amp;gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT size="2"&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;Next&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Master.ShowMessage(strErrMsg.ToString)&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;Exit&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;Sub&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;End&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;If&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;End&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;If&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;I believe that I am populating all of the correct field to call this method,&amp;nbsp; does it have something to do with the credit card number being used?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;FONT color="#0000ff" size="2"&gt;Thanks&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 17:43:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19824#M10900</guid>
      <dc:creator>rgsandell59</dc:creator>
      <dc:date>2011-12-08T17:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating Customer Payment Profile using CIM in the Developer Test account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19826#M10901</link>
      <description>&lt;P&gt;I don't think that is a valid test credit card number. I'd stick to the ones in the SDKs:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Test Credit Card Numbers:
    - Set the expiration date to anytime in the future.

    - American Express Test Card=&amp;gt; 370000000000002
    - Discover Test Card        =&amp;gt; 6011000000000012
    - Visa Test Card            =&amp;gt; 4007000000027
    - Second Visa Test Card     =&amp;gt; 4012888818888
    - JCB                       =&amp;gt; 3088000000000017
    - Diners Club/ Carte Blanche=&amp;gt; 38000000000006
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 17:48:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19826#M10901</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2011-12-08T17:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating Customer Payment Profile using CIM in the Developer Test account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19828#M10902</link>
      <description>&lt;P&gt;The credit card number I am using is 4007000000027, which is one listed in the SDK&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 17:52:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19828#M10902</guid>
      <dc:creator>rgsandell59</dc:creator>
      <dc:date>2011-12-08T17:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating Customer Payment Profile using CIM in the Developer Test account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19830#M10903</link>
      <description>&lt;P&gt;Wow, I overlooked that twice. &lt;IMG src="https://ip1.i.lithium.com/340af2c7e243919c7de687be885509b468836083/687474703a2f2f696c6f7665636f64652e636f6d2f736d696c6965732f7961686f6f5f646f682e676966" border="0" width="24" height="18" /&gt;I guess that means it's time for lunch.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also think that means it's not your issue.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 17:59:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19830#M10903</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2011-12-08T17:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating Customer Payment Profile using CIM in the Developer Test account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19836#M10906</link>
      <description>&lt;P&gt;If the credit card number included in the SDk is coming back as invalid for testing purposes.&amp;nbsp; How do I contact Authorize.Net to verify if the credit card number used in testing is the issue or is it a coding issue?&amp;nbsp; The code has not changed and that credit card number worked before so I would have to say that it is not a code issue but an issue either with the credit card number not working as a test credit card number or something to do with the testing and integration environment with my test Developer account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 19:22:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19836#M10906</guid>
      <dc:creator>rgsandell59</dc:creator>
      <dc:date>2011-12-08T19:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating Customer Payment Profile using CIM in the Developer Test account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19838#M10907</link>
      <description>&lt;P&gt;I doubt it is the test card that is causing this issue but you can verify that by trying other test card numbers. If you get the same error then that rules out the test card number.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Visa: 4111-1111-1111-1111&lt;/P&gt;
&lt;P&gt;MasterCard: 5111-1111-1111-1111&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 19:37:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19838#M10907</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2011-12-08T19:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating Customer Payment Profile using CIM in the Developer Test account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19848#M10912</link>
      <description>&lt;P&gt;I got the same error when using this credit card number - 4111-1111-1111-1111.&amp;nbsp; The error message is stating that a required field is invalid or missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a code piece for calling the method to create a payment profile in an existing customer profile&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anCreditCard.cardNumber = strCreditCardNbr&lt;/P&gt;&lt;P&gt;anCreditCard.expirationDate = strCreditCardExp&lt;/P&gt;&lt;P&gt;anPaymentType.Item = anCreditCard&lt;/P&gt;&lt;P&gt;anCustPaymentProfile.payment = anPaymentType&lt;/P&gt;&lt;P&gt;anCustPaymentProfileResponse = ANService.CreateCustomerPaymentProfile(anMerchant, lngCustProfileId, anCustPaymentProfile, net.authorize.apitest.ValidationModeEnum.liveMode)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dimmed a credit card type and assigned the credit card number and experiation date to the respective properties of the credit card type.&amp;nbsp; I dimmed a payment type and assigned the credit card type to an item of the payment type,&amp;nbsp; I dimmed a custpaymentprofile type and assiged the payment type to the customerpaymentprofile payment property.&amp;nbsp; I then call the creatcustomerpaymentprofile web service method, passing as parameters, the merchant type, the customerprofileid, the customerpaymentprofile type and the last parameter is the mode - I am passing liveMode.&amp;nbsp; The is the same code I used earlier in the week and it worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there other credit card type properties that I am not populating that are required or is it the the customerpaymentprofile that is invalid or missing a required item?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I change the credit card number or the expiration date to an erroneous value, the error message will state that the expiration date is invalid or the credit card number is invalid, so when using what I hope are correct values for the credit card and expiration date, I am not sure if this error message is for that part of the method call.&amp;nbsp; I am at a loss for what would be missing for the payment type and I have verified that the customer profile id that I am using exists in the deveoper sandbox area.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 22:34:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19848#M10912</guid>
      <dc:creator>rgsandell59</dc:creator>
      <dc:date>2011-12-08T22:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating Customer Payment Profile using CIM in the Developer Test account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19850#M10913</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="UserName lia-user-name"&gt;&lt;A id="link_52" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.developer.cybersource.com/../user/viewprofilepage/user-id/7594" target="_self"&gt;&lt;SPAN&gt;rgsandell59,&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Please note that Livemode validation requires billing address to be included. The reason code you're getting 290 would mean a required AVS value for zero dollar authorization was not submitted.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Joy&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 23:30:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19850#M10913</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2011-12-08T23:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating Customer Payment Profile using CIM in the Developer Test account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19864#M10920</link>
      <description>&lt;P&gt;Joy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the replay.&amp;nbsp; When changing the mode to test, I was able to create a customer payment profile.&amp;nbsp; Can I find in the documentation the requirements needed for using live mode?&amp;nbsp; Also, where in the documentation can I find the value for any reason codes being passed within the validation response?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2011 13:52:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19864#M10920</guid>
      <dc:creator>rgsandell59</dc:creator>
      <dc:date>2011-12-09T13:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating Customer Payment Profile using CIM in the Developer Test account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19874#M10925</link>
      <description>&lt;P&gt;The verbose version of error code 290 is as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;When submitting authorization requests for Visa, the address and zip code fields must be entered.&lt;/PRE&gt;&lt;P&gt;You can a table of error codes here, though the descriptions are often unhelpful:&lt;BR /&gt;&lt;A href="http://www.authorize.net/support/merchant/Transaction_Response/Response_Reason_Codes_and_Response_Reason_Text.htm" target="_blank"&gt;http://www.authorize.net/support/merchant/Transaction_Response/Response_Reason_Codes_and_Response_Reason_Text.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And here's a tool for getting much more detailed info:&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/tools/responsereasoncode/" target="_blank"&gt;http://developer.authorize.net/tools/responsereasoncode/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I took some hours back 2-3 weeks ago and data mined these two sources and combined them into a PHP class. It's good reference even if you aren't using it:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.fentonwebdesignfirm.com/downloads/Authorize.net/AuthorizeNetErrors.txt" target="_blank"&gt;http://www.fentonwebdesignfirm.com/downloads/Authorize.net/AuthorizeNetErrors.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I rather wonder why Authorize.net doesn't have anything like that, generated from the same database as the Response Reason Code Tool. Or even better, a verbose description returned with every transaction response (maybe if you set a flag requesting it...)&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2011 18:39:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Error-creating-Customer-Payment-Profile-using-CIM-in-the/m-p/19874#M10925</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-12-09T18:39:03Z</dc:date>
    </item>
  </channel>
</rss>

