F
Finstack

Developer Dashboard

Webhooks

Configure endpoints to receive real-time event notifications

Your Webhooks
Manage your webhook endpoints and event subscriptions

No webhooks configured yet

Webhook Payload Format
{
  "id": "evt_abc123",
  "type": "payment.succeeded",
  "created_at": "2026-01-29T12:00:00Z",
  "data": {
    "payment": {
      "id": "pay_xyz789",
      "amount": 1000,
      "currency": "USD",
      "status": "succeeded"
    }
  }
}