id
| string
| Unique identifier for the Refresh Intent |
refreshed_object
| string
| Indicates the type of refreshed object. It can correspond to link or account |
refreshed_object_id
| string
| Unique identifier for the refreshed object |
object
| string
| Identifier for the type of object. Its value for Refresh Intent will always correspond to refresh_intent |
status
| string
| Indicates the status of the Refresh Intent. Possible values are succeeded , failed and rejected . |
new_movements
| integer
| Amount of new movements (since the last refresh). It is only present when refreshed_object is account |
created_at
| string
| Refresh Intent's creation date, using ISO 8601 |
requires_mfa
| object
| Corresponds to an object with a widget_token key. If present, the account requires mfa to refresh, so you need to open the widget with the widget_token given. If null , you don't need to open the widget to request a refresh |
type
| string
| Corresponds to whether the Refresh Intent is historical (new Links will trigger this kind of Refresh Intents to get every movement) or only_last (tipically you will trigger this kinds of Refresh Intents, meaning only fetching the latest movements that weren't on Fintoc before) |