Event
An event resource represents a specific action that has occurred within your Paypercut account.
- Type: stringFormat: date-time
created requiredTime at which the object was created. Measured in seconds since the Unix epoch.
data required- Type: object
object requiredObject 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.
- Type: string
id max length:100requiredUnique identifier for the object.
- Type: boolean
livemode requiredHas the value
trueif the object exists in live mode or the valuefalseif the object exists in test mode. - Type: string
type max length:100requiredThe type of event.
- Type: string
account max length:100The connected account that originates the event.
- Type: string | null
api _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.

