Event
An event resource represents a specific action that has occurred within your Paypercut account.
- createdType: stringFormat: date-timerequired
Time at which the object was created. Measured in seconds since the Unix epoch.
- datarequired
- objectType: objectrequired
Object containing the API resource relevant to the event. For example, an
checkout_session.completedevent will have a full payment intent object as the value of the object key.
- idType: stringmax length:100required
Unique identifier for the object.
- livemodeType: booleanrequired
Has the value
trueif the object exists in live mode or the valuefalseif the object exists in test mode. - typeType: stringmax length:100required
The type of event.
- accountType: stringmax length:100
The connected account that originates the event.
- apiType: string | null
_version max length:100The API version used to render
datawhen the event was created. The contents ofdatanever change, so this value remains static regardless of the API version currently in use.

