EventListResponse
- itemsType: array · Event[]required
An event resource represents a specific action that has occurred within your Paypercut account. Paypercut sends this same Event object as the JSON body of webhook deliveries.
- idType: stringmax length:100required
Unique identifier for the object.
- createdType: stringFormat: date-timerequired
Time at which the object was created. Measured in seconds since the Unix epoch.
- typeType: stringenumrequired
Event types that webhook endpoints can subscribe to.
values- checkout
_session .completed A Checkout Session completed successfully.
- payment
_intent .authorized A PaymentIntent was authorized and can be captured.
- payment
_intent .captured A PaymentIntent was captured.
- account
.updated A connected account was updated.
- account
.external _account .created An external account was attached to a connected account.
- account
.external _account .updated An external account on a connected account was updated.
- invoice
.paid An invoice was paid.
- invoice
.payment _failed An invoice payment failed.
- accountType: string | nullmax length:100
Connected account that originated the event. Present for platform and marketplace event deliveries where the platform needs to identify which connected account the event belongs to.
- 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. - livemodeType: booleanrequired
Has the value
trueif the object exists in live mode or the valuefalseif the object exists in test mode. - datarequired
- lastType: string | null
_key required

