gocardless-webhooks
Installation
SKILL.md
GoCardless Webhooks
GoCardless is a bank debit / recurring payments platform. It sends webhooks as
batches of events (up to 250 per request) in an events array, signed with an
HMAC-SHA256 signature in the Webhook-Signature header.
When to Use This Skill
- How do I receive GoCardless webhooks?
- How do I verify the GoCardless
Webhook-Signatureheader? - Why is my GoCardless webhook signature verification failing?
- How do I handle
paymentsconfirmed/failed,mandatescancelled, orpayoutspaidevents? - How do I process the GoCardless
eventsarray idempotently?