How to import VAT in QuickBooks Online UK using API? - intuit-partner-platform

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!

Related

Paypal Standard API, going from UK to US

The company that I work for uses a Paypal Standard API and IPN API in the UK and is moving to the US (so basically it has a US Paypal account), Are there any specific changes between the APIs for these two different regions? or should the code work for both (provided that they change their account information).
Sorry if this is some sort of duplicate question, but the documentations in the Paypal site are just awful.
Thanks in advance.
The coding for PayPal Standard and IPN should be the same between UK and US.

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.

REST API vs Classic APIs

I am working with PayPal integration for the first time and am confused regarding the two solutions. I need to accept direct payments. User enters credit card information and I use PayPal as the processor. I would also at a later point after release like to add PayPal Express Checkout for convenience. I have PayPal Payments Pro, which assigned me a Payflow account. Which documentation should I follow to accomplish both? There are so many assorted PDFs, many of which are over 100 pages, and I don't have a clear idea where I should start.
I would greatly appreciate a quick separation of services (XMLPay? DoDirectPayment?)
I am using C# / ASP.NET and already have the core and rest api libraries installed in my project via NuGet. I also have an app created and an ID+Secret pair to use.
I have called PayPal but the phone team does not have the proficiency to answer these questions and simply refers me to the documentation site. Hopefully a developer who has been down this road can steer me in the right direction. Thanks!
I would suggest the REST Apis, they support both direct credit card and express checkout depending on which funding instrument (CC vs PayPal) you pass in the pay request.
There is also a C# SDK provided to get you started, all info available at: https://developer.paypal.com/webapps/developer/docs/api/
For anyone running into this post in their search for more PayPal integration information (as I did), the C# REST API wrappers (provided by PayPal) are very useful, and they include full sample projects showing you how to perform most common tasks.
You can find them here: https://github.com/paypal/PayPal-NET-SDK

When will the PayPal REST API be released for non-US countries?

I have seen on the PayPal REST API's FAQ, that this API is available only for the USA.
I'm in Canada and am realy interested to use it.
Is there a launch date planned? Is there a way to use it anyway?
I have not heard of a date yet as to when these addtional API's will be released yet to other countries.

PayPal ExpressCheckout - UK specific API?

I've been asked to extend a US-based site that is using ExpressCheckout to the UK. Is there any difference in the API being used?
I've looked through the PayPal developer site, I can see there is a different UK API for Website Payments Pro - https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_download_sdks#PayflowPro , but we're not using that.
The only possible reference I can find about ExpressCheckout localisation is to specify the currency - https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_ECSimpleIntegration#id0832BA0605Z . Is that the only configuration required, as I've heard some horror stories about people trying to build UK-based PayPal api calls in the past
thanks
Toby
No, there are no changes. You only need to change the currency.
This is not really a programming question though.