<?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: Increase invoice num based on what already exists in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Increase-invoice-num-based-on-what-already-exists/m-p/53548#M28659</link>
    <description>&lt;P&gt;Hm okay. I just wonder how my program can generate the next number (ie if the last one was 1000, the next one should be 1001). There is no way to see what the last invoice number sent was?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2016 13:50:27 GMT</pubDate>
    <dc:creator>rockon77</dc:creator>
    <dc:date>2016-01-21T13:50:27Z</dc:date>
    <item>
      <title>Increase invoice num based on what already exists</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Increase-invoice-num-based-on-what-already-exists/m-p/53544#M28656</link>
      <description>&lt;P&gt;How can I grab the last invoice number and then increase that by 1 number? Is this possible? I am using DPM/SIM with C# in Visual Studio.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2016 22:00:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Increase-invoice-num-based-on-what-already-exists/m-p/53544#M28656</guid>
      <dc:creator>rockon77</dc:creator>
      <dc:date>2016-01-20T22:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Increase invoice num based on what already exists</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Increase-invoice-num-based-on-what-already-exists/m-p/53545#M28657</link>
      <description>&lt;P&gt;Authorize.net don't generate invoice#, you pass it to them.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 00:20:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Increase-invoice-num-based-on-what-already-exists/m-p/53545#M28657</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-01-21T00:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Increase invoice num based on what already exists</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Increase-invoice-num-based-on-what-already-exists/m-p/53548#M28659</link>
      <description>&lt;P&gt;Hm okay. I just wonder how my program can generate the next number (ie if the last one was 1000, the next one should be 1001). There is no way to see what the last invoice number sent was?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 13:50:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Increase-invoice-num-based-on-what-already-exists/m-p/53548#M28659</guid>
      <dc:creator>rockon77</dc:creator>
      <dc:date>2016-01-21T13:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Increase invoice num based on what already exists</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Increase-invoice-num-based-on-what-already-exists/m-p/53549#M28660</link>
      <description>&lt;P&gt;Is you system. You don't know what you send? You could hire some developers&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.authorize.net/solutions/merchantsolutions/merchantservices/certifieddeveloperdirectory/" target="_blank"&gt;http://www.authorize.net/solutions/merchantsolutions/merchantservices/certifieddeveloperdirectory/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 14:12:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Increase-invoice-num-based-on-what-already-exists/m-p/53549#M28660</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-01-21T14:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Increase invoice num based on what already exists</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Increase-invoice-num-based-on-what-already-exists/m-p/53550#M28661</link>
      <description>&lt;P&gt;Thanks. I will be developing myself. I am just wondering how I can pull the last entered invoicenum from Authorize.Net's API&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 16:26:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Increase-invoice-num-based-on-what-already-exists/m-p/53550#M28661</guid>
      <dc:creator>rockon77</dc:creator>
      <dc:date>2016-01-21T16:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Increase invoice num based on what already exists</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Increase-invoice-num-based-on-what-already-exists/m-p/53558#M28668</link>
      <description>&lt;P&gt;Wouldn't you know the invoice since you pass it to authorize.net? authorize.net don't keep track of your transaction.&lt;/P&gt;&lt;P&gt;You could use the &lt;A href="http://developer.authorize.net/api/reference/index.html#transaction-reporting" target="_blank"&gt;http://developer.authorize.net/api/reference/index.html#transaction-reporting&lt;/A&gt; api to loop thru all your unsettled transaction, althought it only return 1000&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/index.html#transaction-reporting-get-unsettled-transaction-list" target="_blank"&gt;http://developer.authorize.net/api/reference/index.html#transaction-reporting-get-unsettled-transaction-list&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or if you saved your transactionID that return from authorize.net you could use&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/index.html#transaction-reporting-get-transaction-details" target="_blank"&gt;http://developer.authorize.net/api/reference/index.html#transaction-reporting-get-transaction-details&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 19:33:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Increase-invoice-num-based-on-what-already-exists/m-p/53558#M28668</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-01-21T19:33:58Z</dc:date>
    </item>
  </channel>
</rss>

