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.updatedorpayment_transaction.createdevents? - Why is my Lithic webhook signature verification failing?
- How do I configure a Lithic event subscription and signing secret?