07 webhooks
Setup
Configure Webhook URL
POST /merchants/webhook{
"url": "https://yoursite.com/webhooks/stablix",
"events": [
"invoice.paid",
"invoice.released",
"dispute.opened"
]
}Response
{
"success": true,
"message": "Webhook configured. Save your webhook secret now.",
"data": {
"webhook_secret": "whsec_abc123def456..."
}
}Webhook Events
Invoice Events
Event
Description
Subscription Events
Event
Description
Dispute Events
Event
Description
Webhook Payload
Verifying Signatures
Headers
Header
Description
Verification Process
Example Handler (Express)
Retries
Attempt
Delay
Webhook Deliveries
List Deliveries
Query Parameters
Parameter
Type
Description