Ko-fi Webhook
Outbound webhook that Ko-fi HTTP POSTs to a URL you configure whenever a payment happens on your Ko-fi page. The single POST body is form-encoded with a "data" field containing a JSON payload; a "type" field distinguishes the event - Donation, Subscription, Shop Order, or Commission - and a verification_token confirms the request came from Ko-fi. This is a one-way, server-to-endpoint notification, not a readable/queryable REST API. Modeled in asyncapi/ko-fi-asyncapi.yml as an inbound HTTP webhook (not WebSocket).
Ko-fi Webhook is published by Ko-fi on the APIs.io network, described by an AsyncAPI event-driven specification.
Tagged areas include Webhooks, Payments, Donations, Memberships, and Shop Orders. The published artifact set on APIs.io includes API documentation and an AsyncAPI specification.
This event API exposes 1 operation across 1 channel, and defines 5 schemas. It is described by AsyncAPI 2.6.0, at version 1.0.0.
The API connects through a single server, {yourWebhookUrl} (https).
Metadata
The identity and technical contract details declared by the specification.
Channels & Operations 1
Across 1 channel, the API surfaces 1 operation. Each is listed below with its action, channel, parameters, and response codes.
Messages & Schemas 5
The contract defines 5 schemas that model the data carried by its messages. The most detailed is KoFiPayment (17 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable AsyncAPI contract behind this narrative.