Current event types
Emitted now:order.updatedorder.refunded
deposit.createddeposit.completeddeposit.failed
Delivery headers
SkinShark sends:content-type: application/jsonuser-agent: skinshark-webhooks/1.0x-skinshark-signature: t=<unix>,v1=<hex_hmac_sha256>x-skinshark-event-id: <event_id>x-skinshark-event-type: <event_type>
Signature algorithm
Signature input:Verification in TypeScript SDK
Minimal Express handler
Retry and disable behavior
- Dispatcher runs every minute.
- Failed deliveries are retried with increasing backoff, up to 16 attempts total.
- After 10 consecutive failures, the subscription is automatically disabled.