lithic-webhooks

Installation
SKILL.md

Lithic Webhooks

Lithic delivers events (card issuing, transactions, disputes, money movement) to your endpoint as webhooks. They implement the Standard Webhooks spec (powered by Svix), so verification is HMAC-SHA256 over {webhook-id}.{webhook-timestamp}.{rawBody} with a per-subscription signing secret.

When to Use This Skill

  • How do I receive Lithic webhooks?
  • How do I verify Lithic webhook signatures?
  • How do I handle card_transaction.updated or payment_transaction.created events?
  • Why is my Lithic webhook signature verification failing?
  • How do I configure a Lithic event subscription and signing secret?

Signature at a Glance

Installs
11
GitHub Stars
81
First Seen
Jul 24, 2026
lithic-webhooks — hookdeck/webhook-skills