When following the documentation for the Refresh Site flow, I end up in one of two situations:
1) The iFrame shows this error screen:
this occurs with both real accounts and DAG accounts.
2) The iFrame is immediately redirected to my callback URL with oauth_token
, account_id
and status
parameters, where status
is "in_progress". That's fine if that's how it's supposed to work, but it's my understanding based on the FastLink Product Guide that the refresh flow should result in the iFrame showing something like this:
Here's an example URL I'm using to do the refresh site flow:
This is using the sandbox. Any idea what could be going wrong?
Few things about FastLink feature on developer portal -
Refresh and Edit flow is available once you get your own environment with Yodlee.
Now about the error you are getting -
1) The iFrame shows this error screen:
An account can only be refreshed once in 15 minutes until in first attempt there was an error . So if you have tried refreshing an account within 15 minutes of initial refresh , you will encounter this problem.
2) The iFrame is immediately redirected to my callback URL
If the account is non-MFA then this is how it will behave as there is no user interaction needed and hence UI is not shown. In case of MFA account you will get the UI.
MFA stands for Multi factor authentication.