v1
latestOpenAPI 3.1.02026-07-228956435.8 KBCreate a refresh intent
Creates a refresh intent for a link, using the link's link_token to authenticate the request. Unless the institution requires multi-factor authentication, the refresh starts asynchronously and Fintoc notifies the result through webhooks. Your organization needs the on demand refresh policy, and Fintoc rate limits consecutive refreshes (5 minutes between only_last refreshes, 60 minutes between historical ones).
Query parameters
The link_token of the link to refresh, obtained when you exchanged the link.
The statement to refresh. only_last retrieves the provisional statement, historical retrieves the historical statement. Defaults to only_last.
Result to force on the refresh intent in test mode. Has no effect in live mode.
Response
Refresh intent created. If requires_mfa is null the refresh starts immediately; otherwise complete the multi-factor authentication in the widget with requires_mfa.widget_token.
Example response
{
"id": "ri_2dXqkOKkS9mOvnaW",
"created_at": "2021-08-23T18:22:46.792Z",
"new_movements": 12,
"refreshed_object": "link",
"refreshed_object_id": "link_nzwA3XWYiZkg4ojK",
"requires_mfa": {
"widget_token": "ri_2dXqkOKkS9mOvnaW_sec_Q802GD8ZLmMuK0Atl4ucJuLp"
},
"status": "succeeded",
"type": "only_last"
}