Nmi Webhooks

Receive and verify NMI (Network Merchants) webhooks. Use when setting up NMI webhook handlers, debugging Webhook-Signature verification, or handling transaction events like transaction.sale.success, transaction.auth.success, transaction.refund.success, and transaction.void.success. Note: NMI does NOT use Standard Webhooks — the Webhook-Signature header is "t=<nonce>,s=<sig>" (comma-separated) where t is a NONCE (not a Unix timestamp), and the signature is HMAC-SHA256 over "<nonce>.<raw_body>", lowercase hex.

hookdeck b87d886 20 files · 52.2 KB Updated

File contents

hookdeck/webhook-skills/tree/main/skills/nmi-webhooks commit b87d886537

Frequently asked questions

npx skillmds@latest add hookdeck/nmi-webhooks