<?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: CreateCustomerPaymentProfile failing (no payment information) in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CreateCustomerPaymentProfile-failing-no-payment-information/m-p/20723#M11340</link>
    <description>&lt;P&gt;found it - apparently if you leave the 'null' bankAccount value in there, the Soap blows up and it fails.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Dec 2011 21:06:04 GMT</pubDate>
    <dc:creator>treii28</dc:creator>
    <dc:date>2011-12-28T21:06:04Z</dc:date>
    <item>
      <title>CreateCustomerPaymentProfile failing (no payment information)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CreateCustomerPaymentProfile-failing-no-payment-information/m-p/20713#M11335</link>
      <description>&lt;P&gt;I'm sending the following to CreateCustomerPaymentProfile soap method and getting 'no payment information' back:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$ccpt = CreateCustomerPaymentProfile::__set_state(array(
   'merchantAuthentication' =&amp;gt;  MerchantAuthenticationType::__set_state(array(
     'name' =&amp;gt; "xxxxxxxx",
     'transactionKey' =&amp;gt; "xxxxxxxx",
  )),
   'customerProfileId' =&amp;gt; 6100241,
   'paymentProfile' =&amp;gt; 
  CustomerPaymentProfileType::__set_state(array(
     'payment' =&amp;gt; 
    PaymentType::__set_state(array(
       'creditCard' =&amp;gt; 
      CreditCardType::__set_state(array(
         'cardCode' =&amp;gt; "959",
         'cardNumber' =&amp;gt; 4222222222222,
         'expirationDate' =&amp;gt; "2018-05",
      )),
       'bankAccount' =&amp;gt; NULL,
    )),
     'driversLicense' =&amp;gt; NULL,
     'taxId' =&amp;gt; NULL,
     'customerType' =&amp;gt; "individual",
     'billTo' =&amp;gt;&lt;BR /&gt;       CustomerAddressType::__set_state(array(
         'phoneNumber' =&amp;gt; "806/977-2043",
         'faxNumber' =&amp;gt; "806/778-5177",
         'firstName' =&amp;gt; "John",
         'lastName' =&amp;gt; "Doe",
         'company' =&amp;gt; "John Doe Industries",
         'address' =&amp;gt; "1234 Fifth Avenue",
         'city' =&amp;gt; "Amarillo",
         'state' =&amp;gt; "TX",
         'zip' =&amp;gt; "79104",
         'country' =&amp;gt; "USA",
      )),
  )),
   'validationMode' =&amp;gt; "liveMode",
))&lt;/PRE&gt;&lt;P&gt;but it is reporting back error code E00029 "Payment information is required."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(this is pointing at the testing server btw)&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2011 19:17:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CreateCustomerPaymentProfile-failing-no-payment-information/m-p/20713#M11335</guid>
      <dc:creator>treii28</dc:creator>
      <dc:date>2011-12-28T19:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: CreateCustomerPaymentProfile failing (no payment information)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CreateCustomerPaymentProfile-failing-no-payment-information/m-p/20723#M11340</link>
      <description>&lt;P&gt;found it - apparently if you leave the 'null' bankAccount value in there, the Soap blows up and it fails.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2011 21:06:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CreateCustomerPaymentProfile-failing-no-payment-information/m-p/20723#M11340</guid>
      <dc:creator>treii28</dc:creator>
      <dc:date>2011-12-28T21:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: CreateCustomerPaymentProfile failing (no payment information)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CreateCustomerPaymentProfile-failing-no-payment-information/m-p/20731#M11344</link>
      <description>&lt;P&gt;Ah, probably tries to look for the bank account info and dies. Makes sense.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2011 21:38:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CreateCustomerPaymentProfile-failing-no-payment-information/m-p/20731#M11344</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-12-28T21:38:14Z</dc:date>
    </item>
  </channel>
</rss>

