webhook-handler

Installation
SKILL.md

HitPay Webhook Handler

Complete guide to receiving and verifying HitPay payment webhooks. Covers v2 webhook headers, HMAC-SHA256 signature verification, event types, IP allowlisting, and idempotent processing.

When to Apply

  • Setting up webhook endpoints for HitPay payments
  • Verifying Hitpay-Signature headers
  • Processing payment completion/failure notifications
  • Debugging webhook delivery issues

Need the full payment integration? See the payment-integration skill. Want to test webhooks locally? Use the /hitpay:webhook-test command.

Webhook Headers (v2)

Installs
1
First Seen
Apr 21, 2026
webhook-handler — hit-pay/claude-code-plugin