Tagged Questions
The qbxml tag has no wiki summary.
2
votes
1answer
41 views
How to manage the extra xml declaration for QuickBooks XML
I've come across the following xml when dealing with Quickbooks xml integration:
<?xml version="1.0" ?>
<?qbxml version="5.0" ?>
<QBXML>
<QBXMLMsgsRq onError="stopOnError">
...
1
vote
0answers
105 views
Name on Check in QuickBooks SDK
I have a customer requirement to export the checks written in QuickBooks into a specific format because their bank allows fraud prevention by uploading a file and they verify the name on the check ...
1
vote
1answer
110 views
Move Quickbooks Online Company to the Development Site
Anyone know how to move a live Quickbooks Online company to the Test site?
I think the address for the test site is:
https://qbo.idnbeta.quickbooks.com/
1
vote
1answer
1k views
QuickBooks invoice modify has different address behavior than create, how to compensate?
I'm writting a function to take an invoice file in a defined format and import it into QuickBooks via qbXML. One of the requrements is that it be possible to reimport the same invoice number than that ...
0
votes
2answers
176 views
Quickbooks Export GL Information - Advice SDK, QBFC, QBxml
We are looking at providing Quickbooks integration into a BI tool we have developed that analyses a third party system. (we've never used Quickbooks before)
The basic requirements are to export the ...
0
votes
1answer
174 views
How to open new Estimate created by QBXML
Hello
I am a web developer
On my web page there is an IRequestProcessor2 object and few JavaScript functions to work with him.
I can create new Estimate in QuickBooks by QBXML query.
Now I need to ...
0
votes
1answer
374 views
ReceivePaymentAddRq in QBXML - Object TxnID specified in request cannot be found
I'm working in QBXML and trying to apply a payment to specific invoice in a ReceivePaymentAddRq. I'm getting the, apparently quite common, "Object TxnID specified in the request cannot be found". ...
0
votes
4answers
291 views
QuickBooks SDK, using Perl, works in command console, not as CGI?
I'm using the QBXML method to communicate with QuickBooks on a local machine (not remotely, not using web connector).
I have a very basic script which just connects to QuickBooks and checks to see if ...
0
votes
2answers
856 views
Bulk process invoices with QuickBooks SDK including cover letter
Is there a way to print, via the SDK (I'm using qbXML and the QuickBooks web connector to connect to a Java application server, SDK version 7.0, QuickBooks enterprise 9.0) invoices with their cover ...
0
votes
1answer
593 views
ReceivePayment Pending for Quickbooks XML and Merchant Services
In the Quickbooks SDK Manual, there is a section called "Using ReceivePayment for Credit Card Authorization and Capture". It reads...
Using ReceivePayment for Credit Card Authorization and Capture ...