<?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: Invoice Description field? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invoice-Description-field/m-p/72321#M44664</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you charge a card through Authorize.net, you are able to add Invoice Number and Description as below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PHP:&lt;/P&gt;&lt;P&gt;// Create order information&lt;BR /&gt;$order = new AnetAPI\OrderType();&lt;BR /&gt;$order-&amp;gt;setInvoiceNumber("10101");&lt;BR /&gt;$order-&amp;gt;setDescription("Golf Shirts");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR JSON&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hljs-attr"&gt;"lineItems"&lt;/SPAN&gt;&lt;SPAN&gt;: { &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"lineItem"&lt;/SPAN&gt;&lt;SPAN&gt;: { &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"itemId"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"1"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"vase"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"description"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"Cannes logo"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"quantity"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"18"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"unitPrice"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"45.00"&lt;/SPAN&gt;&lt;SPAN&gt; } }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://developer.authorize.net/api/reference/index.html" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jun 2020 09:00:27 GMT</pubDate>
    <dc:creator>Apurva</dc:creator>
    <dc:date>2020-06-26T09:00:27Z</dc:date>
    <item>
      <title>Invoice Description field?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invoice-Description-field/m-p/63171#M37349</link>
      <description>&lt;P&gt;Hello - in the Authorize.net reporting, we're seeing an 'Invoice Description' field that is not being populated by our API call (Magento 2). I've tried adding 'x_description,' which is properly populating the Order description field, but adding 'x_invoice_description' doesn't seem to do anything.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What API request field should I be setting to properly populate the Invoice Description field in the Transaction Reporting?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2018 14:40:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invoice-Description-field/m-p/63171#M37349</guid>
      <dc:creator>nbennett25</dc:creator>
      <dc:date>2018-05-23T14:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Invoice Description field?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invoice-Description-field/m-p/63873#M37898</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please share more details on which Invoice description field are you referring to in Authorize.net APIs ?&lt;/P&gt;&lt;P&gt;We have description&amp;nbsp; for below fields&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;order&lt;/P&gt;&lt;P&gt;lineitem&lt;/P&gt;&lt;P&gt;tax&lt;/P&gt;&lt;P&gt;shipping&lt;/P&gt;&lt;P&gt;duty&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 23:01:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invoice-Description-field/m-p/63873#M37898</guid>
      <dc:creator>RichaSingh</dc:creator>
      <dc:date>2018-07-23T23:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Invoice Description field?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invoice-Description-field/m-p/72320#M44663</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you charge a card directly, you can add Invoice Number and Description&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PHP:&lt;/P&gt;&lt;P&gt;// Create order information&lt;BR /&gt;$order = new AnetAPI\OrderType();&lt;BR /&gt;$order-&amp;gt;setInvoiceNumber("10101");&lt;BR /&gt;$order-&amp;gt;setDescription("Golf Shirts");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR JSON:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hljs-attr"&gt;"lineItems"&lt;/SPAN&gt;&lt;SPAN&gt;: { &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"lineItem"&lt;/SPAN&gt;&lt;SPAN&gt;: { &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"itemId"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"1"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"vase"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"description"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"Cannes logo"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"quantity"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"18"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"unitPrice"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"45.00"&lt;/SPAN&gt;&lt;SPAN&gt; } }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/index.html" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2020 08:53:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invoice-Description-field/m-p/72320#M44663</guid>
      <dc:creator>Apurva</dc:creator>
      <dc:date>2020-06-26T08:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Invoice Description field?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invoice-Description-field/m-p/72321#M44664</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you charge a card through Authorize.net, you are able to add Invoice Number and Description as below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PHP:&lt;/P&gt;&lt;P&gt;// Create order information&lt;BR /&gt;$order = new AnetAPI\OrderType();&lt;BR /&gt;$order-&amp;gt;setInvoiceNumber("10101");&lt;BR /&gt;$order-&amp;gt;setDescription("Golf Shirts");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OR JSON&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hljs-attr"&gt;"lineItems"&lt;/SPAN&gt;&lt;SPAN&gt;: { &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"lineItem"&lt;/SPAN&gt;&lt;SPAN&gt;: { &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"itemId"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"1"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"name"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"vase"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"description"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"Cannes logo"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"quantity"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"18"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"unitPrice"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"45.00"&lt;/SPAN&gt;&lt;SPAN&gt; } }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://developer.authorize.net/api/reference/index.html" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2020 09:00:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invoice-Description-field/m-p/72321#M44664</guid>
      <dc:creator>Apurva</dc:creator>
      <dc:date>2020-06-26T09:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Invoice Description field?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invoice-Description-field/m-p/72323#M44666</link>
      <description>&lt;P&gt;I'm having the exact same problem on my website &lt;A href="https://www.slotenmakergerard.nl" target="_self"&gt;https://www.slotenmakergerard.nl&lt;/A&gt; thats why ive changed from magento to wordpress...&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2020 13:59:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Invoice-Description-field/m-p/72323#M44666</guid>
      <dc:creator>JonathanJJ</dc:creator>
      <dc:date>2020-06-26T13:59:10Z</dc:date>
    </item>
  </channel>
</rss>

