<?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: Refund Trouble: invalid child element 'creditCardNumberMasked' in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Refund-Trouble-invalid-child-element-creditCardNumberMasked/m-p/52387#M27641</link>
    <description>&lt;P&gt;Awesome thank you both for taking the time to help me with this.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Oct 2015 12:02:34 GMT</pubDate>
    <dc:creator>NathanStiles</dc:creator>
    <dc:date>2015-10-02T12:02:34Z</dc:date>
    <item>
      <title>Refund Trouble: invalid child element 'creditCardNumberMasked'</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Refund-Trouble-invalid-child-element-creditCardNumberMasked/m-p/52375#M27631</link>
      <description>&lt;P&gt;I'm having trouble with refunds.&amp;nbsp;Not sure what information I need to provide to be helpful but I'll do my best.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E00003&lt;BR /&gt;"The element 'profileTransRefund' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has invalid child element 'creditCardNumberMasked' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've reviewed the documentation which, IMO, makes detecting the proper level for XML elements quite hard so I'm thinking that's where the problem is.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The customer profile and payment profile are actually empty in the request and we're including the transaction ID.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So inside my&amp;nbsp;profileTransRefund I have this, please excuse it's var_dump from PHP and not the XML.&lt;/P&gt;&lt;P&gt;object(stdClass)#9 (5) {&lt;BR /&gt;["amount"]=&amp;gt;&lt;BR /&gt;string(10) "0000000.00"&lt;BR /&gt;["customerProfileId"]=&amp;gt;&lt;BR /&gt;string(0) ""&lt;BR /&gt;["customerPaymentProfileId"]=&amp;gt;&lt;BR /&gt;string(0) ""&lt;BR /&gt;["transId"]=&amp;gt;&lt;BR /&gt;string(10) "NUMBERREMOVED"&lt;BR /&gt;["creditCardNumberMasked"]=&amp;gt;&lt;BR /&gt;string(8) "XXXX0000"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where am I supposed to put my&amp;nbsp;&lt;SPAN&gt;creditCardNumberMasked?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2015 20:01:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Refund-Trouble-invalid-child-element-creditCardNumberMasked/m-p/52375#M27631</guid>
      <dc:creator>NathanStiles</dc:creator>
      <dc:date>2015-10-01T20:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Refund Trouble: invalid child element 'creditCardNumberMasked'</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Refund-Trouble-invalid-child-element-creditCardNumberMasked/m-p/52377#M27633</link>
      <description>&lt;P&gt;here the xml guide&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.authorize.net/content/dam/authorize/documents/CIM_XML_guide.pdf" target="_blank"&gt;http://www.authorize.net/content/dam/authorize/documents/CIM_XML_guide.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The order matter for their xml&lt;/P&gt;&lt;P&gt;ccmasked# should be before transactionid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2015 20:21:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Refund-Trouble-invalid-child-element-creditCardNumberMasked/m-p/52377#M27633</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-10-01T20:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Refund Trouble: invalid child element 'creditCardNumberMasked'</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Refund-Trouble-invalid-child-element-creditCardNumberMasked/m-p/52379#M27635</link>
      <description>&lt;P&gt;You might also look at our new API Reference which includes a console to try it and sample code if you are using our SDK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/index.html#payment-transactions-refund-a-transaction" target="_blank"&gt;http://developer.authorize.net/api/reference/index.html#payment-transactions-refund-a-transaction&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2015 20:35:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Refund-Trouble-invalid-child-element-creditCardNumberMasked/m-p/52379#M27635</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-10-01T20:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Refund Trouble: invalid child element 'creditCardNumberMasked'</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Refund-Trouble-invalid-child-element-creditCardNumberMasked/m-p/52387#M27641</link>
      <description>&lt;P&gt;Awesome thank you both for taking the time to help me with this.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 12:02:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Refund-Trouble-invalid-child-element-creditCardNumberMasked/m-p/52387#M27641</guid>
      <dc:creator>NathanStiles</dc:creator>
      <dc:date>2015-10-02T12:02:34Z</dc:date>
    </item>
  </channel>
</rss>

