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.

RequestPOST /api/billing/webhook
AuthenticationCalled by an external provider
Handlerbackend/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

Back to the API reference index, or read the cookbook for recipes that compose this endpoint with others.