3
votes

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

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

1

1 Answers

1
votes

Yodlee refreshes the user accounts everyday and recommend you not to refresh the user's accounts as a back end service(when user is not logged in), while you can refresh user's account when user log in to your application and want to see refreshed/latest data.

Using executeUserSearchReqeust will pull the transactions from Yodlee data base to your application and won't trigger any refresh.