<?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 CIM Error: There is one or more missing or invalid required fields. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Error-There-is-one-or-more-missing-or-invalid-required/m-p/70729#M43465</link>
    <description>&lt;P&gt;We are trying to create a second payment profile without an address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the API:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
  "createCustomerPaymentProfileRequest": {
      "merchantAuthentication": {
    "name": "API_LOGIN_ID",
    "transactionKey": "API_TRANSACTION_KEY"
  },
    "customerProfileId": "10000",
    "paymentProfile": {
      "billTo": {
        "firstName": "John",
        "lastName": "Doe",
        "address": "123 Main St.",
        "city": "Bellevue",
        "state": "WA",
        "zip": "98004",
        "country": "USA",
        "phoneNumber": "000-000-0000"
      },
      "payment": {
        "creditCard": {
          "cardNumber": "4111111111111111",
          "expirationDate": "2023-12"
        }
      },
      "defaultPaymentProfile": false
    },
    "validationMode": "liveMode"
  }
}

 &lt;/PRE&gt;&lt;P&gt;We tried deleting the "billTo" object but then we get the error that there is one or more missing or invalid required fields. However, we can add a payment profile from the dashboard with all these fields blank. How can we do this with the APIs as well?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Feb 2020 19:25:03 GMT</pubDate>
    <dc:creator>btomp</dc:creator>
    <dc:date>2020-02-20T19:25:03Z</dc:date>
    <item>
      <title>CIM Error: There is one or more missing or invalid required fields.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Error-There-is-one-or-more-missing-or-invalid-required/m-p/70729#M43465</link>
      <description>&lt;P&gt;We are trying to create a second payment profile without an address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the API:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
  "createCustomerPaymentProfileRequest": {
      "merchantAuthentication": {
    "name": "API_LOGIN_ID",
    "transactionKey": "API_TRANSACTION_KEY"
  },
    "customerProfileId": "10000",
    "paymentProfile": {
      "billTo": {
        "firstName": "John",
        "lastName": "Doe",
        "address": "123 Main St.",
        "city": "Bellevue",
        "state": "WA",
        "zip": "98004",
        "country": "USA",
        "phoneNumber": "000-000-0000"
      },
      "payment": {
        "creditCard": {
          "cardNumber": "4111111111111111",
          "expirationDate": "2023-12"
        }
      },
      "defaultPaymentProfile": false
    },
    "validationMode": "liveMode"
  }
}

 &lt;/PRE&gt;&lt;P&gt;We tried deleting the "billTo" object but then we get the error that there is one or more missing or invalid required fields. However, we can add a payment profile from the dashboard with all these fields blank. How can we do this with the APIs as well?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 19:25:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Error-There-is-one-or-more-missing-or-invalid-required/m-p/70729#M43465</guid>
      <dc:creator>btomp</dc:creator>
      <dc:date>2020-02-20T19:25:03Z</dc:date>
    </item>
  </channel>
</rss>

