Events
Event object
The event object is a snapshot of a particular data object (ACH, wire, book, return, etc.) in time. An event object will be created each time a data object is created, or changes state. For example, you can use events to track state changes of a particular transfer over time — like an ACH transfer that has been initiated, submitted, settled, or returned. Read more about events and webhooks here.
Object Parameters
created_at
date-timeThe timestamp at which the event was emitted
data
objectThe object instance that triggered the event to be emitted. For example, on an ach.* event, this will be the ACH object.
id
stringThe unique ID of the object
type
stringThe type of event which was emitted. See Events and Webhooks for more information.