Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7993001
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T13:43:41+00:00 2026-06-04T13:43:41+00:00

I am looking for a simple way (web service, API call, etc.) to simply

  • 0

I am looking for a simple way (web service, API call, etc.) to simply get all upcoming invoices from Quickbooks Online Edition. Any easy way to achieve? I’m looking for a relatively high level abstraction.

Note: I am willing to disable authentication to avoid having to deal with certificates, etc. Just looking for a simple solution.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T13:43:42+00:00Added an answer on June 4, 2026 at 1:43 pm

    Register your application with Intuit here: https://appreg.intuit.com/

    Register with:

    • Target Application: QBOE
    • Environment: Production
    • Application Type: desktop

    Go to this URL in a browser (substitute your own application ID into the URL):
    https://login.quickbooks.com/j/qbn/sdkapp/confirm?appid=YOUR-APPLICATION-ID-HERE&serviceid=2004&appdata=1

    When prompted, make sure you TURN LOGIN SECURITY OFF by choosing the “No. Anyone who can log into [Application Name] can use the connection.” option.

    You’ll get a connection ticket at the end of the process. Save it somewhere safe.

    Write a program to send this HTTP body:

    <?xml version="1.0" ?>
    <?qbxml version="6.0"?> 
    <QBXML>
        <SignonMsgsRq>
            <SignonDesktopRq>
                <ClientDateTime>2009-10-09T07:10:10</ClientDateTime> 
                <ApplicationLogin>application login goes here</ApplicationLogin> 
                <ConnectionTicket>connection ticket goes here</ConnectionTicket> 
                <Language>English</Language> 
                <AppID>application id goes here</AppID> 
                <AppVer>1</AppVer> 
            </SignonDesktopRq> 
        </SignonMsgsRq> 
    </QBXML>
    

    To Intuit’s server at:
    https://webapps.quickbooks.com/j/AppGateway

    You’ll get back a session ticket.

    Write a program to send this HTTP request:

    <?xml version="1.0" ?> 
    <?qbxml version="6.0"?> 
    <QBXML> 
        <SignonMsgsRq>
            <SignonTicketRq> 
                <ClientDateTime>2006-09-20T15:49:26</ClientDateTime> 
                <SessionTicket>session ticket goes here</SessionTicket>
                <Language>English</Language> 
                <AppID>application id goes here</AppID>
                <AppVer>1</AppVer> 
            </SignonTicketRq> 
        </SignonMsgsRq> 
        <QBXMLMsgsRq onError="continueOnError"> 
            <InvoiceQueryRq requestID="2"> 
                <MaxReturned>10</MaxReturned>
            </InvoiceQueryRq>
        </QBXMLMsgsRq> 
    </QBXML>
    

    To that same URL.

    The response will be a bunch of invoice data, in XML format.

    Refer to the OSR when you need more details on syntax for qbXML requests:
    http://developer.intuit.com/qbsdk-current/common/newosr/index.html

    You can find some C# sample code here:
    http://wiki.consolibyte.com/wiki/doku.php/quickbooks_integration_csharp#c_net_sample_code_for_quickbooks_online_edition

    IMPORTANT NOTE FOR OTHER PEOPLE READING THIS POST: This should only be used for one-off/custom type applications. IF YOU’RE BUILDING A SOFTWARE AS A SERVICE APPLICATION and trying to allow your end-users to sync their own QuickBooks data with your application, then you should look at IPP/IDS instead of the above qbXML example. http://developer.intuit.com/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am looking for this simplest, plainest way to get a Java web service
I am looking for a simple and reliable way to create Python Web Service
I am looking for a web service which can can extract important keywords from
I have a rather simple web-service which exposes data from sql server. It will
I'm looking for a simple way to translate long to String and back in
I'm looking for a simple way to have this done. I would to have
I am looking for a simple way (UDF?) to establish the similarity between strings.
I'm looking for as simple way to create an identity set. I just want
I am looking for a simple way to detect if a document has been
I'm looking for a simple way to tokenize std::string input without using non default

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.