Fintoc will update your accounts and notify you with the results through the webhook system.
When the update is completed successfully, you will receive the event account.refresh_intent.succeeded
. After that, you can immediately request the Fintoc API for the newest bank movements.
When the update fails or the bank indicates that the credentials are invalid, you will receive the events account.refresh_intent.failed
and account.refresh_intent.rejected
respectively.
Some restrictions exist to request an on-demand update. For example, you can't create a Refresh Intent
if there is another one in progress. Also, if the refresh_type
is of type only_last
you must wait five minutes between Refresh Intents. If the refresh_type
is of type historical
you must wait sixty minutes between Refresh Intents.