Eligibility Criteria
A card must comply with certain eligibility criteria before being refreshed. For a card to be refreshed, it must satisfy the following conditions:- The Schedule Refresh parameter must be set to true. You can enable it in two ways:
- Flinks Connect iframe: Add
scheduleRefresh=trueto your iframe URL parameters - API: Call the /SetScheduledRefresh endpoint to enable or disable nightly refresh for specific accounts
- Flinks Connect iframe: Add
- The card must have had a successful refresh in the last seven days.
- (Not applicable for Webhooks integrations) The card must have received a cached call in the past seven days.
- The card should not have any errors during Authorization. However, if an error has occurred, the card will still be eligible for refresh if the error is one of the following:
RETRY_LATERAGGREGATION_ERRORSESSION_EXPIREDDISABLED_INSTITUTIONUNAUTHORIZEDSESSION_NONEXISTENTBANK MAINTENANCE_RETRY_LATER
Security questions are not always prompted during Nightly Refresh. If MFA answers have been stored using the /AnswerMFAQuestions endpoint and Enhanced MFA is enabled, Flinks can answer them automatically, minimizing MFA interruptions during nightly refreshes.
Enabling Nightly Refreshes
You can enable automatic account refreshes using Nightly Refresh and Enhanced MFA.Nightly Refresh
If your use case requires automatic account refresh to keep track of transactional history changes, you can enableNightly Refresh for new accounts. For this, you need to set the scheduleRefresh parameter to true in the iframe URL.
Enhanced MFA (Deprecated)
Useful Endpoints
/GetNightlyRefreshStatus: This endpoint returns a list with all of theloginIds that are set to Nightly Refresh ("isScheduledRefresh"=true), yet are no longer refreshing due to errors. The endpoint’s JSON response will clarify what error was encountered on the refresh attempt.
/Authorize: This endpoint will also return the error message from the previous refresh attempt when running the batched cached calls. In cases where the JSON response doesn’t return any errors, please make sure you check the date of the latest refresh. An example can be seen in the image below:
If the date of your last refresh is too long ago for your use case, please perform a manual refresh. This can be done by changing the body parameters in /Authorize and by subsequently calling our aggregation endpoints with the provided requestId. You must change the following body parameters to:
"MostRecentCached": false"Save": true
Suggested daily routine
Complete the following steps in our suggested daily routine for refreshes:Step 1: Check which loginIds are no longer eligible
Call the/GetNightlyRefreshStatus endpoint to identify accounts that are set to refresh but no longer meet the eligibility criteria:
Step 2: Handle loginIds not on the list
If anyloginIds are not on the list, follow this flowchart to manually refresh them: