<?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: CIM createCustomerPaymentProfile in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile/m-p/75124#M46801</link>
    <description>&lt;P&gt;how can we get all payment profiles of a specific customer profile?&lt;/P&gt;</description>
    <pubDate>Tue, 23 Feb 2021 14:05:12 GMT</pubDate>
    <dc:creator>kapillms</dc:creator>
    <dc:date>2021-02-23T14:05:12Z</dc:date>
    <item>
      <title>CIM createCustomerPaymentProfile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile/m-p/30302#M15857</link>
      <description>&lt;P&gt;I am getting a strange error where it doesn't seem to recognize "paymentProfile(though this is a valid input element as per the specification on the CIM XML API &amp;nbsp;document) and only wants to see refId and customerProfileID for this particular call. The error is copied below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{'text_': u"The element 'createCustomerPaymentProfileRequest' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'paymentProfile' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'. List of possible elements expected: 'refId, customerProfileId' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'."}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using a Sandbox Authorize.net login/transaction key. Any suggestions as to why this might be happening(I'm baffled as everything is going through and it should be accepted as a valid input element.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Sep 2012 21:24:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile/m-p/30302#M15857</guid>
      <dc:creator>vasantr1</dc:creator>
      <dc:date>2012-09-30T21:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: CIM createCustomerPaymentProfile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile/m-p/30304#M15858</link>
      <description>&lt;P&gt;For XML, sequence matter. Just follow the order shown in the documentation and it will work.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Sep 2012 21:40:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile/m-p/30304#M15858</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-09-30T21:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: CIM createCustomerPaymentProfile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile/m-p/30306#M15859</link>
      <description>&lt;P&gt;I am following the order(no refId(it's optional), with customer_profile_id followed by payment information). It doesn't seem to work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Sep 2012 22:21:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile/m-p/30306#M15859</guid>
      <dc:creator>vasantr1</dc:creator>
      <dc:date>2012-09-30T22:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: CIM createCustomerPaymentProfile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile/m-p/30308#M15860</link>
      <description>&lt;P&gt;Can you post the xml?&lt;/P&gt;</description>
      <pubDate>Sun, 30 Sep 2012 23:06:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile/m-p/30308#M15860</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-09-30T23:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: CIM createCustomerPaymentProfile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile/m-p/75123#M46800</link>
      <description>&lt;P&gt;i am also getting this error&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The&amp;nbsp;element&amp;nbsp;'createCustomerPaymentProfileRequest'&amp;nbsp;in&amp;nbsp;namespace&amp;nbsp;'AnetApi/xml/v1/schema/AnetApiSchema.xsd'&amp;nbsp;has&amp;nbsp;invalid&amp;nbsp;child&amp;nbsp;element&amp;nbsp;'paymentProfile'&amp;nbsp;in&amp;nbsp;namespace&amp;nbsp;'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.&amp;nbsp;List&amp;nbsp;of&amp;nbsp;possible&amp;nbsp;elements&amp;nbsp;expected:&amp;nbsp;'refId,&amp;nbsp;customerProfileId'&amp;nbsp;in&amp;nbsp;namespace&amp;nbsp;'AnetApi/xml/v1/schema/AnetApiSchema.xsd'."&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;i am using sequence according to&amp;nbsp;&lt;BR /&gt;&lt;A href="https://github.com/AuthorizeNet/sample-code-node/blob/master/CustomerProfiles/create-customer-payment-profile.js" target="_blank"&gt;https://github.com/AuthorizeNet/sample-code-node/blob/master/CustomerProfiles/create-customer-payment-profile.js&lt;/A&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Feb 2021 11:42:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile/m-p/75123#M46800</guid>
      <dc:creator>kapillms</dc:creator>
      <dc:date>2021-02-23T11:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: CIM createCustomerPaymentProfile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile/m-p/75124#M46801</link>
      <description>&lt;P&gt;how can we get all payment profiles of a specific customer profile?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Feb 2021 14:05:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-createCustomerPaymentProfile/m-p/75124#M46801</guid>
      <dc:creator>kapillms</dc:creator>
      <dc:date>2021-02-23T14:05:12Z</dc:date>
    </item>
  </channel>
</rss>

