Intuit IPP AggCat - 102 Retry error - intuit-partner-platform

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.

Related

PayPal API error INVALID_PROFILE_ID

I am using the PHP SDK, other API calls, like getting payment information work so the configuration is correct.
What I am trying to do is starting from a payment ID to find the billing agreement, check the agreement details and in some cases attempt to update it.
From the documentation I see only the billing agreement ID is the requiered parameter https://developer.paypal.com/docs/api/payments.billing-agreements/v1/#billing-agreements_get
so I do not understand what profile is this error mentioning, is the payment/transaction/payer missing some profile or other profile ?
That PHP SDK is deprecated and does not support the current version of PayPal Subscriptions, documented here.
There is no supported SDK for it; use a direct HTTPS integration for any server-side API calls.

How to retrieve from Client Buyer's Account his avaliable 'funds' or 'balance' on PayPal API?

I've just setup my PayFlow Service Manager with my admin settings and create a Sandbox Account to have a test environment. I was reading the docs and the SDK specifications, the samples code on Java...But I still can't find how to know how much funds available have the Client on his PayPal account, before execute a payment in my Site...
I found something of the classic API (GetBalance). This request doesn't exists yet on the new REST API. I need to implement on Java code.
Please Help! Thanks!

Paypal Mobile SDK cannot proceed payment, received unknown error

I wonder if anyone can help me with this problem. I receive this error from my iOS SDK, for 2 attempted requests:
2015-01-22 16:14:32.238 Page Advisor Consumer[6442:607] PayPal SDK: Request has failed with error: UNKNOWN_ERROR - System error (UNKNOWN_ERROR). Please try again later. (400) | PayPal Debug-ID: be3d18e185478 [live, PayPal iOS SDK 2.8.2]
2015-01-22 16:15:06.557 Page Advisor Consumer[6442:607] PayPal SDK: Request has failed with error: UNKNOWN_ERROR - System error (UNKNOWN_ERROR). Please try again later. (400) | PayPal Debug-ID: 52795d8d95006 [live, PayPal iOS SDK 2.8.2]
I wonder what cause this error. Because when I use direct payment REST API there seems to be no problem at all. I already use US Account. Please tell me if i need to provide anymore details. Thank you guys!
UPDATE::!!
I have done further testing, turns out that Mobile SDK somehow cannot create transaction in SGD if connected to a US account, while REST API allows it. Turns out the SDK needs Singapore Account in order to proceed.
The problem is Singapore Account cannot use the newest SDK. Any solution for this? I really desperately need the newest SDK to work with SGD, because the current REST API allows it.
Thanks
I looked up the debug IDs you provided (both Live and Sandbox) and they were all failing for the same reason: unsupported currency for direct credit card transactions.
SGD is not a supported currency for Direct Credit cards with the REST APIs. A list of supported direct credit card currencies can be found here. SGD is a supported currency for PayPal payments with the REST APIs. Since the mSDK sits on top of the REST APIs, the supported currency list for REST and mSDK are one and the same.
As for the error message itself, I will put in a request with the appropriate folks to see if we can display something a bit more informative.

PayPal .net API

just a general question Without getting into much details, does PayPal SDK have the functionality to access payments data from .net (C# desktop application).
i need to retreive customer details, date, reference and amount to be then able to post into another program ?
I have been doing some research on PayPal developer site, but couldnt find anything in relation to my query,
Thanks in advance
Yes. The .net rest SDK provides access to the APIs at developer.paypal.com.

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!