AsyncAPI channel · Stedi
· Stedi Event Destinations (webhooks)
{destinationUrl}
A single HTTPS POST carrying one thin event envelope. Stedi treats ONLY 2xx as success; 3xx, 4xx, 5xx and network failures all trigger a retry.
Channel address
{destinationUrl}
Operations
receive
receiveEvent
Stedi POSTs the event envelope to the destination URL. The consumer verifies the webhook-signature header, deduplicates on webhook-id, and then fetches current resource state from the REST API using r
Messages
enrollment.activated
A transaction enrollment request reached LIVE status.
Content-Type:
application/jsonenrollment.rejected
A payer rejected a transaction enrollment request.
Content-Type:
application/jsonenrollment.updated
An enrollment changed — status, payer, contacts or tasks.
Content-Type:
application/jsonenrollment.task.assigned
A new provider-action task was created on an enrollment.
Content-Type:
application/jsonenrollment.task.completed
The provider completed an assigned enrollment task.
Content-Type:
application/jsonenrollment.task.deleted
An enrollment task was superseded or removed.
Content-Type:
application/jsonevent.ping
A validation test event used to confirm a destination is reachable.
Content-Type:
application/jsonAbout AsyncAPI
The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.
Browse every event-driven channel on the APIs.io network or compare with the broader Agent Skill and MCP server surfaces of the same providers.