<?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 Getting Error While Creating Customer Payment Profile in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-Error-While-Creating-Customer-Payment-Profile/m-p/54865#M29822</link>
    <description>&lt;P&gt;I am getting the error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[code] =&amp;gt; E00003&lt;BR /&gt;[text] =&amp;gt; Name cannot begin with the '&amp;gt;' character, hexadecimal value 0x3E&lt;BR /&gt;. Line 2, position 269.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Array that has been created :-&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$creditCard = new AnetAPI\CreditCardType();&lt;BR /&gt;$creditCard-&amp;gt;setCardNumber("456456");&lt;BR /&gt;$creditCard-&amp;gt;setExpirationDate("5566");&lt;BR /&gt;$creditCard-&amp;gt;setCardCode("456");&lt;BR /&gt;$paymentCreditCard = new AnetAPI\PaymentType();&lt;BR /&gt;$paymentCreditCard-&amp;gt;setCreditCard($creditCard);&lt;BR /&gt;//echo "&amp;lt;pre&amp;gt;";print_r($paymentCreditCard);exit;&lt;BR /&gt;// Create the Bill To info for new payment type&lt;BR /&gt;$phoneNumber = "123456";&lt;/P&gt;&lt;P&gt;$billto = new AnetAPI\CustomerAddressType();&lt;BR /&gt;$billto-&amp;gt;setFirstName("Mrs Mary".$phoneNumber);&lt;BR /&gt;$billto-&amp;gt;setLastName("Doe");&lt;BR /&gt;$billto-&amp;gt;setCompany("My company");&lt;BR /&gt;$billto-&amp;gt;setAddress("123 Main St.");&lt;BR /&gt;$billto-&amp;gt;setCity("Bellevue");&lt;BR /&gt;$billto-&amp;gt;setState("WA");&lt;BR /&gt;$billto-&amp;gt;setZip("98004");&lt;BR /&gt;$billto-&amp;gt;setPhoneNumber($phoneNumber);&lt;BR /&gt;$billto-&amp;gt;setfaxNumber("999-999-9999");&lt;BR /&gt;$billto-&amp;gt;setCountry("USA");&lt;BR /&gt;// Create a new Customer Payment Profile&lt;BR /&gt;$paymentprofile = new AnetAPI\CustomerPaymentProfileType();&lt;BR /&gt;$paymentprofile-&amp;gt;setCustomerType('individual');&lt;BR /&gt;$paymentprofile-&amp;gt;setBillTo($billto);&lt;BR /&gt;$paymentprofile-&amp;gt;setPayment($paymentCreditCard);&lt;BR /&gt;$payment_response = $customer_profile-&amp;gt;createCustomerPaymentProfile('40883515',$paymentprofile);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jun 2016 06:35:58 GMT</pubDate>
    <dc:creator>manal</dc:creator>
    <dc:date>2016-06-09T06:35:58Z</dc:date>
    <item>
      <title>Getting Error While Creating Customer Payment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-Error-While-Creating-Customer-Payment-Profile/m-p/54865#M29822</link>
      <description>&lt;P&gt;I am getting the error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[code] =&amp;gt; E00003&lt;BR /&gt;[text] =&amp;gt; Name cannot begin with the '&amp;gt;' character, hexadecimal value 0x3E&lt;BR /&gt;. Line 2, position 269.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Array that has been created :-&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$creditCard = new AnetAPI\CreditCardType();&lt;BR /&gt;$creditCard-&amp;gt;setCardNumber("456456");&lt;BR /&gt;$creditCard-&amp;gt;setExpirationDate("5566");&lt;BR /&gt;$creditCard-&amp;gt;setCardCode("456");&lt;BR /&gt;$paymentCreditCard = new AnetAPI\PaymentType();&lt;BR /&gt;$paymentCreditCard-&amp;gt;setCreditCard($creditCard);&lt;BR /&gt;//echo "&amp;lt;pre&amp;gt;";print_r($paymentCreditCard);exit;&lt;BR /&gt;// Create the Bill To info for new payment type&lt;BR /&gt;$phoneNumber = "123456";&lt;/P&gt;&lt;P&gt;$billto = new AnetAPI\CustomerAddressType();&lt;BR /&gt;$billto-&amp;gt;setFirstName("Mrs Mary".$phoneNumber);&lt;BR /&gt;$billto-&amp;gt;setLastName("Doe");&lt;BR /&gt;$billto-&amp;gt;setCompany("My company");&lt;BR /&gt;$billto-&amp;gt;setAddress("123 Main St.");&lt;BR /&gt;$billto-&amp;gt;setCity("Bellevue");&lt;BR /&gt;$billto-&amp;gt;setState("WA");&lt;BR /&gt;$billto-&amp;gt;setZip("98004");&lt;BR /&gt;$billto-&amp;gt;setPhoneNumber($phoneNumber);&lt;BR /&gt;$billto-&amp;gt;setfaxNumber("999-999-9999");&lt;BR /&gt;$billto-&amp;gt;setCountry("USA");&lt;BR /&gt;// Create a new Customer Payment Profile&lt;BR /&gt;$paymentprofile = new AnetAPI\CustomerPaymentProfileType();&lt;BR /&gt;$paymentprofile-&amp;gt;setCustomerType('individual');&lt;BR /&gt;$paymentprofile-&amp;gt;setBillTo($billto);&lt;BR /&gt;$paymentprofile-&amp;gt;setPayment($paymentCreditCard);&lt;BR /&gt;$payment_response = $customer_profile-&amp;gt;createCustomerPaymentProfile('40883515',$paymentprofile);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2016 06:35:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-Error-While-Creating-Customer-Payment-Profile/m-p/54865#M29822</guid>
      <dc:creator>manal</dc:creator>
      <dc:date>2016-06-09T06:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Error While Creating Customer Payment Profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-Error-While-Creating-Customer-Payment-Profile/m-p/54866#M29823</link>
      <description>&lt;P&gt;3D8Ewr249jD76Bt39jArx5C33D8Ewr24 3D8Ewr249jD76Bt39jArx5C340883515 3D8Ewr249jD76Bt39jArx5C340883515&amp;lt;&amp;gt;&amp;lt;&amp;gt;Manal&amp;lt;&amp;gt;456&amp;lt;&amp;gt;456456&amp;lt;&amp;gt;5566&amp;lt;&amp;gt;individual&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont know hwy I am getting "&amp;lt;&amp;gt;" in the post string ?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2016 08:36:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-Error-While-Creating-Customer-Payment-Profile/m-p/54866#M29823</guid>
      <dc:creator>manal</dc:creator>
      <dc:date>2016-06-09T08:36:06Z</dc:date>
    </item>
  </channel>
</rss>

