Documentation
POST /api/billing/webhook
Billing provider webhook.
Internal. This path exists in the running server but is not part of the developer interface. It is listed so the surface is accounted for; no request or response contract is published for it.
| Request | POST /api/billing/webhook |
|---|---|
| Authentication | Called by an external provider |
| Handler | backend/billing/ |
What it does
Sets an account's plan from a billing event. Called by the billing provider; a request that does not authenticate is refused with 403, and the endpoint answers 503 when billing is not configured on the machine. Not part of the developer surface.
Related
GET /admin— The founder admin console.GET /marketing— The marketing lane and its own admin.GET /simplepay— Payment-provider callbacks and assets.GET /store/— Generated HTML: storefronts, previews, profiles and coded links.
Back to the API reference index, or read the cookbook for recipes that compose this endpoint with others.