Skip to main content

paymentEvents

Audit log of inbound payment-provider webhook events (used for idempotent reconciliation of checkouts), newest first. Restricted to super admins; requests from non-super-admins are rejected.

paymentEvents(
limit: Int = 50
offset: Int = 0
): PaymentEventsPage!

Arguments

paymentEvents.limit ● Int deprecated scalar

DEPRECATED

Use paymentEventsConnection(first:, after:) instead. See /overview/pagination.

Maximum number of events to return. Default 50; clamped to the range 1-200.

paymentEvents.offset ● Int deprecated scalar

DEPRECATED

Use paymentEventsConnection(first:, after:) instead. See /overview/pagination.

Number of events to skip for offset/limit pagination. Default 0; negative values are treated as 0.

Type

PaymentEventsPage object

A page of payment webhook events with offset/limit pagination metadata.