Create webhook endpoints from the KulmiPay dashboard. The public API currently exposes webhook configurations for retrieval, but webhook creation and management are handled in the dashboard.Documentation Index
Fetch the complete documentation index at: https://developers.kulmipay.com/llms.txt
Use this file to discover all available pages before exploring further.
Configure your endpoint
Open Webhooks in the dashboard
Sign in to app.kulmipay.com, then open the Webhooks area from your settings.
Add your HTTPS endpoint
Enter the full URL that should receive webhook events. The URL must use HTTPS.
Set a challenge value
Add a secret challenge value. KulmiPay includes this value in every webhook payload as
challenge.Verify incoming events
Before processing a webhook, compare thechallenge field in the JSON body with the secret value you configured in the dashboard.
Retry and deactivation
KulmiPay retries failed webhook deliveries with backoff. A delivery is considered successful when your endpoint returns HTTP200 or 201.
If deliveries keep failing, KulmiPay records the failure reason, increments the webhook failure count, warns your account when failures reach 50% of the threshold, and disables the webhook at the failure threshold.
The default delivery retry count is 5 attempts. The default webhook disable threshold is 40 consecutive failures.
