credential.created
event; and when a data extraction process finishes, we create an extraction.updated
event.
Note that many API requests may cause multiple events to be created. For example, if you submit a valid taxpayer credential, you will receive a credential.created
, credential.updated
and link.created
event.
Events occur when the state of another API resource changes. The state of that resource at the time of the change is embedded in the event’s data field. For example, a credential.updated
event will contain a Credential, and an invoice.updated
event will contain an Invoice.
As with other API resources, you can use endpoints to retrieve an individual event or a list of events from the API. We also have a separate webhooks system for sending the Event objects directly to an endpoint on your server. Webhooks are managed in your account settings.
pending
, running
while the file is creating and finished
when the resource is ready