Are PurcharseOrders supported in QBO Api? - intuit-partner-platform

Are PurchaseOrders supported in QuickBooks Online API (QBO) or only in QuickBooks Desktop (QBD) Api? It does not seem be clear from Intuit's documentation.

It is not supported in QBO. But in QBD it is.
QBO - https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/v2/0400_quickbooks_online/0500_supported_entities_and_operations
QBD - https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/v2/0500_quickbooks_windows/0500_supported_objects
Update
In QBO V3 API(new), Purchase order is supported for QBO.
https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/v3/030_entity_services_reference/0500_v3_supported_entities_and_operations
Thanks

Related

I want to know about TransactionSearch API ( which is deprecated ) for 2017 on PayPal

I know before 2017, the PayPal provides the Api which I can get all the transaction history via Rest API .
that is TransactionSearch using NVP.
but PayPal says it has been deprecated.
so I want to know ,how can I get transaction history via PayPal API.
Looking forward your help.
Although PayPal deprecated the classic API, you can also use all of the classic APIs(containing TransactionSearch API), PayPal just will not renew or develop new feature. But all of current functions can be used.
And if you want to use transaction search function under REST API, please refer following URL.
https://developer.paypal.com/docs/integration/direct/payments/paypal-payments/?mark=list%20payment#search-payment-details
Please refer "List payments with transaction details" section.
API document: https://developer.paypal.com/docs/api/payments/#payment_list

Paypal intergration with REST sdk for advanced operations

I want use paypal with rest sdk to perform some operations , I am following rest sdk api documentation for it.
Using rest sdk api, an I perform recurring billing,expressCheckout
and many more advanced operations?
Is there are any sample examples or api documentation are provided by
paypal for it?
I have gone through rest sdk api documentation but didin't get any
example or documentation for recurring billing.
If anybody has used paypal rest sdk for advanced paypal operations then please give me some suggestions for how to use them efficiently?
Thanks,

Intuit IPP AggCat - 102 Retry error

We have some '102 Retry' errors with our Intuit IPP AggCat for a particular financial institution when trying to discover and add accounts.
This error seems to be related to the financial institution, but their web site works well.
Is there a way to solve this issue with IPP AggCat webservices ?
Please submit a support ticket to IPP with the institution details.

How to import VAT in QuickBooks Online UK using API?

I would like to import the order from my website to QuickBooks online UK. The orders needs to import along with the VAT separation. I do not see any way to get this done through API.
Please advice.
Thanks.
Ketan
V3 APIs for QBO will start supporting this: http://ippblog.intuit.com/blog/2013/02/quickbooks-api-v3-webinar-recording.html
As of March 2013, none of the QuickBooks Online APIs that Intuit provides support non-USA versions of QuickBooks.
You can see the Intuit Developers confirming this in the following forum thread:
https://idnforums.intuit.com/messageview.aspx?catid=69&threadid=18683&enterthread=y
Specifically, one of the developers says:
At this time there is no estimate on when IPP will be available outside of the US for QBO or QBD.
Thus, because the USA doesn't have VAT, there is no support in the APIs for VAT. Sorry for the bad news!

Getting Currency from QuickBooks Online

I'm trying to sync invoice from quickbooks to my app.
I need currency used by the customer or the invoice currency?
Is there any API to get Currency from Quickbooks Online.
I'm using PHP devkit(IPP).
With QBO IDS V2 there is no API to get currency. With IDS V3, currency is exposed.