I am using Intuit QuickBooks desktop version, I wanted to find Sales Receipt in QuickBooks by Doc Number property of Sales Receipt, Is there any way to find.
Currently I have only one way like fetching all Sales Receipts and find into that but as it take time to fetch large amount of data.
Is there any way to find QuickBooks Sales Receipt by DocNumber?
Thanks,
Reshma D.
The APIs that Intuit provides via IPP do not support querying by DocNumber. See the "Filtering" section of the docs for sales receipts for fields you can filter by:
https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/v2/0500_quickbooks_windows/0600_object_reference/salesreceipt
Related
I am trying to integrate quick book to send and receive payments. But I don't find any api for payout(To send money to others). Also I don't find any api to get bank transactions associated with quick book. Client has quick book software but want to fetch transaction in other software. Any info regarding please let me know thanks.
QuickBooks does not have any APIs to send payouts. This is not something that QuickBooks / Intuit Payments supports.
The Intuit Payments APIs for taking payments (not sending payouts) are documented here:
https://developer.intuit.com/app/developer/qbpayments/docs/api/resources/all-entities/bankaccounts
Does the Intuit REST API support reading bank transactions from QBO? I have checked the API explorer and documentation but cannot see anything that points to retrieving bank transactions.
Bank Transactions is not supported as of now, but is planned for a future release but I do not have the dates for that.
Does QuickBooks Online v3 API support Refund Receipts documents?
I was expecting that an entity named RefundReceipt (or similar) existed.
However I can't find any way of retrieving or creating Refund Receipts through the API.
Thank you
No. This is on the roadmap for a future release, but it is unknown at this time when it will happen.
According to Intuit, it was supposed to be available as of "the end of February (2014)". It's not in the system yet. Source: Refund Receipt on QuickBooks v3 API
I would like to Query all the QuickBooks Desktop Sales Receipts which are created in QuickBooks and not by the Data Service. How do I do it?
I need your suggestion regarding which Paypal API to use for my following requirement:
I am developing a application for Order management & Shipping in which I need to fetch order details like Billing & Shipping Address information + Item/product details + Billing amount etc on behalf of various merchants.
I will be fetching the data in two ways:
1. Initial onetime fetch to get all orders till date.
2. Regular fetch to get new orders.
Can you please suggest which API calls will get me the required data?
So, I have found a solution for this through Paypal forum & API docs. Wanted to add the solution here so that it is helpful to other stackoverflow folks.
To lookup what transactions took place I can use the TransactionSearch API, say with the date range.
To get details of a particular transaction I can use GetTransactionDetails API.
Since I have to do it on behalf of various merchants, I can use the Paypal Permissions API to allow merchants to authenticate me for making API calls on there behalf.