Webhooks
Webhook explorer
Pick an event type to see its exact payload shape and a real signature computed the same way NITY0X signs live webhooks — verify your handler against it before going live.
Demo data — this page runs entirely in your browser. The secret, event ID, and timestamp below are not from a real payment and no request is sent anywhere.
Fully confirmed — balance credited to merchant.
Request body
jsonPOST body
{
"id": "evt_01DEMO",
"object": "event",
"type": "payment.confirmed",
"livemode": false,
"created": 1784261597,
"data": {
"object": {
"id": "pay_01HXYZ",
"object": "payment",
"status": "confirmed",
"chain": "eth",
"amount": "25.000000",
"currency": "USDT",
"deposit_address": "0xAbCd...1234",
"tx_hash": "0xabc...def",
"confirmations": 12,
"confirmed_at": "2026-06-19T10:05:30Z",
"created_at": "2026-06-19T10:00:00Z"
}
}
}nityox-signature header
bashHMAC-SHA256 · secret whsec_demo_0000000000000000000000000000
computing…