To receive webhook events from Swipe Aras, you need to register your server's URL as an endpoint in your dashboard.
Requirement | Details |
|---|---|
HTTPS | Your endpoint URL must use HTTPS. HTTP endpoints are not accepted. |
Public accessibility | Your endpoint must be reachable from the internet (not behind a firewall without ingress) |
200 OK response | Your endpoint must return HTTP 200 within a reasonable timeout to confirm receipt |
Go to Developer → Webhooks in your dashboard
Click Add Endpoint
Enter your HTTPS URL
Select the event types you want to receive (or leave empty to receive all events)
Save
Your endpoint is active immediately after saving.
You can subscribe to specific event types rather than receiving all events. This reduces noise in your system and simplifies your event handler logic.
See Webhook Event Types for the full list of available events.
You can send a test event to your endpoint from the Webhooks dashboard to verify your server is receiving and processing payloads correctly.
You can update your endpoint URL or event subscriptions at any time from the Webhooks dashboard. Removing an endpoint stops all deliveries to that URL immediately.