Create webhook
A descriptive name for this endpoint.
Must be a valid HTTPS URL.
Select events
Choose which events should trigger webhook deliveries.
Review your webhook configuration
NamePayment Events
URLhttps://api.example.com/webhooks
Events3 events selected
Test webhook
Send a test event to verify your endpoint is working.
Request payload
{
"id": "evt_test_001",
"type": "payment.success",
"data": {
"amount": 9900,
"currency": "usd",
"customer": "cus_test"
}
}
A signing secret will be generated automatically after creation.
Webhook created successfully!