Webhooks
Real-time event delivery to your systems.
Subscribe to OrvexCore domain events and receive real-time HTTP delivery to your endpoints. Every significant platform action — payment confirmed, invoice generated, enrollment created — publishes a structured event.
What's covered
Event catalogue
Browse all publishable events: fee.payment.confirmed, student.enrolled, invoice.overdue, report.generated, and more.
Endpoint registration
Register HTTPS endpoints and select which event types to subscribe to per organization.
Signature verification
Every delivery includes an HMAC-SHA256 signature — verify it to ensure authentic delivery from OrvexCore.
Retry policy
Failed deliveries are retried with exponential backoff up to 5 times over 24 hours.
Delivery history
Full delivery log with request/response bodies, status codes, and retry history for each event.
Event ordering
Events within a single entity are delivered in-order; cross-entity ordering uses creation timestamps.
