Send test event
Dispatches a signed ping.test event to this subscription’s URL through the same pipeline as real events. Useful for verifying your receiver’s reachability and signature verification in any environment without creating a real business event. Test-event failures do not affect the subscription’s health counters or trigger failure-notification emails.
Authorizations
Bearer token for authentication with Augustus Banking API
Headers
Idempotency key for safe retries. Reusing a key with an identical request body returns the cached response. Reusing a key with a different body returns 409.
Path Parameters
Unique identifier of the webhook subscription.
Response
The newly created webhook event. Poll its delivery via GET /v1/webhook_deliveries?event_id={id} for receiver status.
Unique identifier of the event. Matches the envelope id delivered in the webhook payload and is stable across subscription fan-out and retries.
Resource type discriminator.
event Event type.
payout.created, payout.initiated, payout.paid, payout.failed, return.initiated, return.paid, return.failed, return.returned, deposit.received, conversion.created, conversion.completed, conversion.failed, account_holder.active, account_holder.closed, ping.test API version the event payload was rendered at. Stable across retries and redeliveries, and mirrored in the webhook envelope api_version field.
ISO 8601 UTC timestamp when the event was created.
Event payload. Shape matches the resource schema for event_type.