Here is the scenario:
- User logins to the bank successfully (via Fastlink)
- Right after user logs in, I get user's provider_accounts (via /providerAccounts API)
- Then when I call to get the accounts, (via /accounts) I sometimes get empty response (zero accounts found?)
When I try later (seconds or minutes after) I get some accounts information back.
Is this because Yodlee is still trying to gather account information when I'm making /accounts
api call?