Questions tagged [customer-account-data-api]

The Customer Account Data API is part of the Intuit Partner Platform that provides developers access to end-user financial account and transactional information

The Intuit Customer Account Data API provides developers access to end-user financial account and transactional information from nearly 19,000 financial institutions, giving developers the ability to create custom financial applications that can range from analyzing consumer behavior to credit checks to innovative new small business solutions.

https://developer.intuit.com/docs/0020_customeraccountdata/0005_service_features

66 questions
0
votes
0 answers

GetCustomerAccounts slow

I have the dotnetAggCatSample as well as my own app running with the aggCat API. When I execute GetCustomerAccounts in Dev mode, there's a 30 second or so lag before I get a response. Is this lag part of some kind of Dev mode throttling, or can I…
0
votes
2 answers

AggCat Java Framework Cannot Read Certificate File

I'm integrating the AggCat Java API into my webserver. Unfortunately, the AggCat 1.0 Java framework cannot read my Java keystore (.jks) file correctly when I run it on a Tomcat (or GlassFish) web server. I verified this by running the following…
0
votes
0 answers

Intuit Partner Platform service unavailable error

I install sample application of Intuit Partner Platform. I click "Add Accounts", select institution, then when i a'm trying to login i have error "Service Unavailable" when invoke DiscoverAndAddAccounts: List credentials = new…
0
votes
1 answer

getInstitutions return null in AggCatSampleApp

I download sample app for Customer Account Data API I added war file to Tomcat. I could login, however, getInstitutions is returning null. I added Oauth user key, user secret and SAML id provider Id in SampleApp.properties file. contents of…
0
votes
1 answer

AggCat Account Data - Time required to refresh

I am using the Intuit AggCat Beta in a development environment and noticed that when I discover new accounts, they often don't include important information like balances, current interest rates, and other key pieces of data. This is true even after…
0
votes
2 answers

How can I see the list of customers I created in Intuit AggCat API?

discoverAndAddAccounts will create customers and deleteCustomer will remove them. As I was testing I created customers and now I don't have their IDs so I can't delete them. I don't see a method for that on…
1 2 3 4
5