Webhooks
litecommerce accepts inbound provider callbacks, including Stripe events, on
the /api/v1/webhooks/* surface. These endpoints let external providers report
events to litecommerce. They are not tenant-configurable outbound
subscriptions.
Tenant outbound event delivery
Tenant-configurable outbound webhooks are not currently scheduled. They belong to E17: Tenant Webhooks & Event Delivery, which requires demonstrated tenant demand and an accepted architecture decision covering the event envelope, signing, retries and replay, delivery records, and storage before it can activate.
No public tenant webhook endpoint, event catalog, payload shape, signature scheme, retry policy, or replay contract should be assumed until it appears in the current API reference and documentation.
Related
- Idempotency — retry-safe API request handling
- API reference — the inbound
/webhookssurface