Callback URL Requirements
Before setting up webhooks, ensure your receiving endpoint (callback URL) meets the following technical requirements:Ensure your webhook endpoint meets the following requirements:
- HTTPS Protocol: The URL must use HTTPS for secure communication
- Public Accessibility: The URL must be publicly accessible and reachable from the internet
- POST Request Support: The endpoint must accept HTTP POST requests with JSON payloads
- Response Confirmation: Your server must respond with a
HTTP 200 OKstatus code witha string payloadsuch asacknowledgedto confirm successful receipt of the webhook. Failure to do so will result in retries..
Webhook Configuration Through OneKhusa Portal
- Login at https://app.onekhusa.com
- Go to Developers → Webhooks
- Open Webhook Configuration interface