v25

OpenAPI 3.1.0raw.githubusercontent.com2026-08-014254240.1 KB
Webhook Events

ping.test

Sent when a merchant explicitly triggers a test delivery to one of their webhook subscriptions. Does not reflect any real business activity; handlers should short-circuit on this event type.

postWebhookping.test

Payload

idstring required

Unique identifier for the event. Stable across retries.

type'ping.test' required

Event type in resource.action format.

api_versionstring required

API version the payload was rendered at. Stable across retries and redeliveries.

datestring date-time required

ISO 8601 UTC timestamp when the event was created.

Response

Event received successfully.