<?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: What is  InvoiceNumber? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-InvoiceNumber/m-p/23693#M12743</link>
    <description>&lt;P&gt;I'm not familiar with the eBay integration, so I do not know if they assign invoice numbers or whether that's left up to you, but invoiceNumber is whatever is filled in for invoice number, not a value assigned by Authorize.net. I don't know if that helps you or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for the response format for Transaction Details, order contains the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    &amp;lt;order&amp;gt; 
      &amp;lt;invoiceNumber&amp;gt;INV00001&amp;lt;/invoiceNumber&amp;gt; 
      &amp;lt;description&amp;gt;some description&amp;lt;/description&amp;gt; 
      &amp;lt;purchaseOrderNumber&amp;gt;PO000001&amp;lt;/purchaseOrderNumber&amp;gt; 
    &amp;lt;/order&amp;gt; &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;If you want line item info, it's formatted like so:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    &amp;lt;lineItems&amp;gt; 
      &amp;lt;lineItem&amp;gt; 
        &amp;lt;itemId&amp;gt;ITEM00001&amp;lt;/itemId&amp;gt; 
        &amp;lt;name&amp;gt;name of item sold&amp;lt;/name&amp;gt; 
        &amp;lt;description&amp;gt;Description of item sold&amp;lt;/description&amp;gt; 
        &amp;lt;quantity&amp;gt;1&amp;lt;/quantity&amp;gt; 
        &amp;lt;unitPrice&amp;gt;6.95&amp;lt;/unitPrice&amp;gt; 
        &amp;lt;taxable&amp;gt;true&amp;lt;/taxable&amp;gt; 
      &amp;lt;/lineItem&amp;gt; 
      &amp;lt;lineItem&amp;gt; 
        &amp;lt;itemId&amp;gt;ITEM00001&amp;lt;/itemId&amp;gt; 
        &amp;lt;name&amp;gt;name of item sold&amp;lt;/name&amp;gt; 
        &amp;lt;description&amp;gt;Description of item sold&amp;lt;/description&amp;gt; 
        &amp;lt;quantity&amp;gt;1&amp;lt;/quantity&amp;gt; 
        &amp;lt;unitPrice&amp;gt;6.95&amp;lt;/unitPrice&amp;gt; 
        &amp;lt;taxable&amp;gt;true&amp;lt;/taxable&amp;gt; 
      &amp;lt;/lineItem&amp;gt; 
    &amp;lt;/lineItems&amp;gt; &lt;/PRE&gt;&lt;P&gt;Obviously, the API's will return these as parts of a data structure, not this XML representation, but I thought this might be helpful for understanding the structure.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2012 15:57:25 GMT</pubDate>
    <dc:creator>TJPride</dc:creator>
    <dc:date>2012-02-28T15:57:25Z</dc:date>
    <item>
      <title>What is  InvoiceNumber?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-InvoiceNumber/m-p/23677#M12735</link>
      <description>&lt;P&gt;&amp;nbsp; hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use TransactionID get TransactionDetails.&lt;/P&gt;&lt;P&gt;But I can get Amount ,InvoiceNumber but don't&amp;nbsp; get Order Message or OrderItem message.&lt;/P&gt;&lt;P&gt;why? have any idea?&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;what means of&amp;nbsp; the InvoiceNumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp;and why can't get OrderMessage or OrderitemMessage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 02:54:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-InvoiceNumber/m-p/23677#M12735</guid>
      <dc:creator>david-jiang</dc:creator>
      <dc:date>2012-02-28T02:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: What is  InvoiceNumber?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-InvoiceNumber/m-p/23693#M12743</link>
      <description>&lt;P&gt;I'm not familiar with the eBay integration, so I do not know if they assign invoice numbers or whether that's left up to you, but invoiceNumber is whatever is filled in for invoice number, not a value assigned by Authorize.net. I don't know if that helps you or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for the response format for Transaction Details, order contains the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    &amp;lt;order&amp;gt; 
      &amp;lt;invoiceNumber&amp;gt;INV00001&amp;lt;/invoiceNumber&amp;gt; 
      &amp;lt;description&amp;gt;some description&amp;lt;/description&amp;gt; 
      &amp;lt;purchaseOrderNumber&amp;gt;PO000001&amp;lt;/purchaseOrderNumber&amp;gt; 
    &amp;lt;/order&amp;gt; &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;If you want line item info, it's formatted like so:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    &amp;lt;lineItems&amp;gt; 
      &amp;lt;lineItem&amp;gt; 
        &amp;lt;itemId&amp;gt;ITEM00001&amp;lt;/itemId&amp;gt; 
        &amp;lt;name&amp;gt;name of item sold&amp;lt;/name&amp;gt; 
        &amp;lt;description&amp;gt;Description of item sold&amp;lt;/description&amp;gt; 
        &amp;lt;quantity&amp;gt;1&amp;lt;/quantity&amp;gt; 
        &amp;lt;unitPrice&amp;gt;6.95&amp;lt;/unitPrice&amp;gt; 
        &amp;lt;taxable&amp;gt;true&amp;lt;/taxable&amp;gt; 
      &amp;lt;/lineItem&amp;gt; 
      &amp;lt;lineItem&amp;gt; 
        &amp;lt;itemId&amp;gt;ITEM00001&amp;lt;/itemId&amp;gt; 
        &amp;lt;name&amp;gt;name of item sold&amp;lt;/name&amp;gt; 
        &amp;lt;description&amp;gt;Description of item sold&amp;lt;/description&amp;gt; 
        &amp;lt;quantity&amp;gt;1&amp;lt;/quantity&amp;gt; 
        &amp;lt;unitPrice&amp;gt;6.95&amp;lt;/unitPrice&amp;gt; 
        &amp;lt;taxable&amp;gt;true&amp;lt;/taxable&amp;gt; 
      &amp;lt;/lineItem&amp;gt; 
    &amp;lt;/lineItems&amp;gt; &lt;/PRE&gt;&lt;P&gt;Obviously, the API's will return these as parts of a data structure, not this XML representation, but I thought this might be helpful for understanding the structure.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2012 15:57:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-is-InvoiceNumber/m-p/23693#M12743</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-02-28T15:57:25Z</dc:date>
    </item>
  </channel>
</rss>

