LUTERAS TECH

Webhooks Documentation

🔔 What are Webhooks?

Webhooks allow LUTERAS to automatically send real-time event notifications to your application whenever important events occur.

Webhook Endpoint

POST https://yourdomain.com/webhook

Supported Events

Event Description
payment.success Payment completed successfully.
subscription.cancelled User cancelled subscription.
license.created A new license was generated.
license.verified A license was successfully verified.

Example Payload

{
    "event":"license.created",
    "license_key":"LT-ABCD-1234",
    "customer_email":"john@example.com",
    "timestamp":"2026-06-25T12:00:00Z"
}

Security

Always verify webhook signatures and only accept HTTPS requests from trusted sources.

← Previous Next → Rate Limits