<?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 Allow Multiple Invoice Numbers in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Allow-Multiple-Invoice-Numbers/m-p/53341#M28465</link>
    <description>&lt;P&gt;I'm attempting to have a form where user's can pay more than one invoice at a time, ie, adding the amount of each invoice to process one payment for mulitple invoices. &amp;nbsp;I don't see a way to add more than one invoice number using the PHP SDK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the line:&lt;/P&gt;&lt;P&gt;$order-&amp;gt;setInvoiceNumber($invoice_numbers);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So what I attempted to do is concatenate the chosen invoices as one string using "|" as a separator and I get the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:invoiceNumber' element is invalid - The value '03877413|042000012924458' is invalid according to its datatype 'String' - The actual length is greater than the MaxLength value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The doc online doesn't specify a max length so is there another way I can acheive this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Dec 2015 18:08:04 GMT</pubDate>
    <dc:creator>cmstactics</dc:creator>
    <dc:date>2015-12-16T18:08:04Z</dc:date>
    <item>
      <title>Allow Multiple Invoice Numbers</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Allow-Multiple-Invoice-Numbers/m-p/53341#M28465</link>
      <description>&lt;P&gt;I'm attempting to have a form where user's can pay more than one invoice at a time, ie, adding the amount of each invoice to process one payment for mulitple invoices. &amp;nbsp;I don't see a way to add more than one invoice number using the PHP SDK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the line:&lt;/P&gt;&lt;P&gt;$order-&amp;gt;setInvoiceNumber($invoice_numbers);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So what I attempted to do is concatenate the chosen invoices as one string using "|" as a separator and I get the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:invoiceNumber' element is invalid - The value '03877413|042000012924458' is invalid according to its datatype 'String' - The actual length is greater than the MaxLength value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The doc online doesn't specify a max length so is there another way I can acheive this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 18:08:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Allow-Multiple-Invoice-Numbers/m-p/53341#M28465</guid>
      <dc:creator>cmstactics</dc:creator>
      <dc:date>2015-12-16T18:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Allow Multiple Invoice Numbers</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Allow-Multiple-Invoice-Numbers/m-p/53343#M28467</link>
      <description>&lt;P&gt;Is in the schema&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd" target="_blank"&gt;https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xs:maxLength value="20"/&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 19:02:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Allow-Multiple-Invoice-Numbers/m-p/53343#M28467</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-12-16T19:02:18Z</dc:date>
    </item>
  </channel>
</rss>

