<?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: transactionRequest has invalid child profile in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transactionRequest-has-invalid-child-profile/m-p/64694#M38519</link>
    <description>&lt;P&gt;I found a way to solve this:&amp;nbsp;&lt;A href="https://stackoverflow.com/a/46576580/7396433" target="_blank"&gt;https://stackoverflow.com/a/46576580/7396433&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 06 Oct 2018 09:21:33 GMT</pubDate>
    <dc:creator>the94air</dc:creator>
    <dc:date>2018-10-06T09:21:33Z</dc:date>
    <item>
      <title>transactionRequest has invalid child profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transactionRequest-has-invalid-child-profile/m-p/58496#M33133</link>
      <description>&lt;P&gt;I've been trying for hours and cannot figure out the problem. I get the error&lt;/P&gt;&lt;PRE&gt;The element 'transactionRequest' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'profile'&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;The api documentation shows profile as one tier under transactionRequest. Since that's wrong, where do I put it? I've read &lt;A href="https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-create-a-CIM-record-with-an-auth-and-capture/m-p/54590#M29565" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;and can't see what I'm doing wrong. Please look at this request and tell me what I'm doing wrong. Thank you.&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;&lt;PRE&gt;{&lt;BR /&gt; "createTransactionRequest": {&lt;BR /&gt; "merchantAuthentication": {&lt;BR /&gt; "name": "",&lt;BR /&gt; "transactionKey": ""&lt;BR /&gt; },&lt;BR /&gt; "refId": "",&lt;BR /&gt; "transactionRequest": {&lt;BR /&gt; "transactionType": "authCaptureTransaction",&lt;BR /&gt; "amount": 1.05,&lt;BR /&gt; "payment": {&lt;BR /&gt; "creditCard": {&lt;BR /&gt; "cardNumber": "4111111111111111",&lt;BR /&gt; "expirationDate": "0220",&lt;BR /&gt; "cardCode": "999"&lt;BR /&gt; }&lt;BR /&gt; },&lt;BR /&gt; "billTo": {&lt;BR /&gt; "firstName": "",&lt;BR /&gt; "lastName": "",&lt;BR /&gt; "company": "",&lt;BR /&gt; "address": "",&lt;BR /&gt; "city": "",&lt;BR /&gt; "state": "FL",&lt;BR /&gt; "zip": "33169",&lt;BR /&gt; "country": "USA"&lt;BR /&gt; },&lt;BR /&gt; "customerIP": "",&lt;BR /&gt; "transactionSettings": {&lt;BR /&gt; "setting": {&lt;BR /&gt; "settingName": "testRequest",&lt;BR /&gt; "settingValue": "false"&lt;BR /&gt; }&lt;BR /&gt; },&lt;BR /&gt; "profile": {&lt;BR /&gt; "createProfile": "true"&lt;BR /&gt; },&lt;BR /&gt; "customer": {&lt;BR /&gt; "id": "123456"&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2017 01:53:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transactionRequest-has-invalid-child-profile/m-p/58496#M33133</guid>
      <dc:creator>davidcruz5</dc:creator>
      <dc:date>2017-06-18T01:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: transactionRequest has invalid child profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transactionRequest-has-invalid-child-profile/m-p/58497#M33134</link>
      <description>&lt;P&gt;Since I can't find a way to edit my post, I'll leave this additional note as a reply:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After testing back and forth, I found that if I change the order so that 'profile' directly follows 'payment', even though the nested layer is at the same depth and still belongs to 'transactionRequest', then I can get a result that that replicates the post &lt;A href="https://community.developer.cybersource.com/t5/Integration-and-Testing/Trying-to-create-a-CIM-record-with-an-auth-and-capture/m-p/54590#M29565" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone explain to me how the order matters inside of an object? Admittedly this is really bizarre and very confusing. Any help is appreciated.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2017 02:22:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transactionRequest-has-invalid-child-profile/m-p/58497#M33134</guid>
      <dc:creator>davidcruz5</dc:creator>
      <dc:date>2017-06-18T02:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: transactionRequest has invalid child profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/transactionRequest-has-invalid-child-profile/m-p/64694#M38519</link>
      <description>&lt;P&gt;I found a way to solve this:&amp;nbsp;&lt;A href="https://stackoverflow.com/a/46576580/7396433" target="_blank"&gt;https://stackoverflow.com/a/46576580/7396433&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Oct 2018 09:21:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/transactionRequest-has-invalid-child-profile/m-p/64694#M38519</guid>
      <dc:creator>the94air</dc:creator>
      <dc:date>2018-10-06T09:21:33Z</dc:date>
    </item>
  </channel>
</rss>

