Events
Event Explorer
Inspect every event Korven One has emitted, view the exact payload and replay it to your webhook endpoints.
Common event types
payment.createdpayment.succeededpayment.failedpayment.refundedwallet.updatedwithdrawal.createdwithdrawal.completedbeneficiary.createdsettlement.completedremittance.createdwebhook.delivery_failed
Payload shape
{
"id": "evt_01HT3M9QK7ZS9V0AB",
"type": "payment.succeeded",
"created": 1794902400,
"livemode": true,
"data": { "object": { "id": "pay_01HT3M...", "amount": 250000, "currency": "HTG", "status": "succeeded" } },
"request": { "id": "req_01HT3M...", "idempotency_key": "4f3c0e2a-2b6f-4c" }
}Replay
Select an event and pick a destination endpoint to re-deliver. Replays are signed exactly like the original event with a fresh timestamp; verify with your existing signature check.
