Questions tagged [yodlee]

Yodlee is a platform for building financial solutions(FinTech applications). API access is provided for aggregation of financial information across thousands of financial institutions.

Yodlee is a long standing and trusted provider for aggregation and categorization of financial information across thousands of financial institutions including the top banks in the United States. Yodlee's platform provides a secure way of accessing end user authorized financial data and normalizing this data across disparate data feeds and screenscraped sources.

427 questions
3
votes
2 answers

Yodlee Aggregation REST API register3 userPreferences Options

I'm searching through the Aggregation API reference and I can't find a comprehensive list of the possible key-value pairs you can supply for the userPreferences parameter to register3. My reading of the documentation is that the key and value are…
user7710
  • 77
  • 5
3
votes
2 answers

Should I store Yodlee user passwords in database in plain text?

I'm looking at developing an application using the Yodlee FinApp API. Their REST protocol requires you to login your users to their system to retrieve data. To do that, you need to send a login and password. A successful request returns you a token…
aardvarkk
  • 14,955
  • 7
  • 67
  • 96
3
votes
1 answer

Getting Read timeout when calling Yodlee API

I'm getting a lot of errors about "Read timed out". Caused by: org.apache.cxf.binding.soap.SoapFault: Read timed out Is this error on yodlee's servers side? How can this be fixed?
davidbrai
  • 1,229
  • 1
  • 9
  • 14
2
votes
3 answers

Consuming method auth Yodlee API

I am new to using this Yodlee tool, I created my developer account, and I am wanting to consume the sandbox APIs. I am not being able to consume by rest with the Talend Api not even the initial method of "auth"…
Juza Ken
  • 33
  • 4
2
votes
2 answers

Yodlee providerAccounts REST endpoint credentials

According to the API documentation, /providerAccounts?{providerAccountId} with include=credentials, should return additional credentials information to the linked account for the user. When testing this call for the sandboxed account, it seems to…
Pablo Romeo
  • 11,298
  • 2
  • 30
  • 58
2
votes
1 answer

Yodlee API not returning transactions

I am facing problem getting transactions from yodlee Following endpoint doesnt responsd with transactions GET /{cobrandName}/v1/transactions I am using test account for developer and have connected actual bank accounts using yodlee fastlink. Can…
Hannan
  • 514
  • 2
  • 13
2
votes
1 answer

How to obtain MatchingAccountVerificationData after successful user verification via Fastlink IAV widget?

I'm trying to obtain MatchingAccountVerificationData from Yodlee IAV getMatchingAccountVerificationData for user that was verified via fastlink widget. The only missing piece for me is how to obtain verifiableAccount.verifiableAccountId so I could…
Arnold
  • 21
  • 1
2
votes
1 answer

Is it ok if yodlee user get register through app?

We are building a finance app and integration Yodlee in it and we have come to situation where we need user's loging. Now we have two scenarion, Ask user to login & use token for API call. But as userSessionToken expires after every 30 minutes, we…
bunty
  • 1,068
  • 6
  • 17
2
votes
1 answer

catch exceptions from yodlee api

Currently I'm working with the yodlee API. As specified in the documentation the url response may throw InvalidCredentails or UserAccountLocked. I'm using PHP and I get the following response when the username or password is incorrect. { Error: […
Pavan Kumar
  • 33
  • 1
  • 6
2
votes
1 answer

Integrating Yodlee Fastlink via PHP

I need assistance integrating Yodlee Fastlink into our web application. As far as I can tell, I have all non-Fastlink functionality set up and working correctly (e.g. coBrandLogin, userSession, userRegistration) and saving to our database as…
humble_coder
  • 2,777
  • 7
  • 34
  • 46
2
votes
1 answer

Yodlee transactions originating from joint bank/credit card accounts

Imagine a scenario where two people hold a joint account. Each person signs up for an individual account on a web application which in turn creates two individual consumer accounts with Yodlee. Both people proceed to add their joint account via…
Joshua M
  • 41
  • 3
2
votes
1 answer

Is there Yodlee FastLink configuration that is mobile-aware or responsive?

FastLink looks good stand-alone and in an 800x600 iFrame in the desktop browser, but I'm hoping there are some more mobile-friendly configurations that I just missed in the docs. I see the access_type and displayMode parameters here, which would…
Timothy Johns
  • 1,075
  • 7
  • 17
2
votes
2 answers

What is meaning of different fields returned by get login form call?

I am looking for specific meaning of following fields valueIdentifier valueMask fieldType FieldInfoMultiFixed AutoRegFieldInfoSingle FieldInfoMultiVariable and in most cases we are getting numerical value for helpText. How do we identify whether…
Dawood S
  • 21
  • 2
2
votes
1 answer

exceptions when refreshing the account: InvalidConversationCredentialsExceptionFaultMessage and StaleConversationCredentialsExceptionFaultMessage

When I tried to add some accounts to yodlee, the program took a long time to refresh the accounts. After refreshing for more than 3 mins, the program threw the exception "InvalidConversationCredentialsExceptionFaultMessage" or…
2
votes
1 answer

What is the optimal stack for building on Yodlee

I would like to build a web application that heavily relies on the Yodlee SDK. I have quite a bit of familiarity with front end dev, and low level assembly and then Java. However, I'm also okay learning something like Node or ROR if it proves most…
William
  • 280
  • 1
  • 2
  • 7
1
2
3
28 29