Events can be used to warn your application about relevant stuff happening in Fintoc. For example, when a Link
credentials change, an event with type link.credentials_changed
is automatically generated.
These events occur when the state of some resource within the API changes. The state of said resource after the change gets embedded in the data
attribute of the Event object. For example, an event with type link.credentials_changed
will have a Link
object as its data
attribute.
We have a Webhooks system to send events to an endpoint of your application. You can handle your webhook endpoints from the Fintoc Dashboard, and our Webhooks Guide will help you configure them.