Yodlee Daily Update

Let's say I want to do daily transactions on all of my user accounts.

Do I need to manually trigger updates every day with startSiteRefresh or will Yodlee do daily updates anyway and all I need to use is executeUserSearchRequest alone?

+3


source to share


1 answer


Yodlee updates user accounts daily and recommends that you do not update user accounts as a back-end service (when the user is not logged in), while you can update the user account when a user logs into your app and want to see updated / latest data.



Using executeUserSearchReqeust will pull transactions from Yodlee database into your application and will not trigger an update.

+1


source







All Articles