David Lesches
David Lesches

Reputation: 788

Yodlee daily refresh

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?

Upvotes: 3

Views: 329

Answers (1)

Apoorv Awasthi
Apoorv Awasthi

Reputation: 1397

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.

Upvotes: 1

Related Questions