paddle-webhooks
Installation
SKILL.md
Paddle Webhooks
When to Use This Skill
- Setting up Paddle webhook handlers
- Debugging signature verification failures
- Understanding Paddle event types and payloads
- Handling subscription, transaction, or customer events
Essential Code (USE THIS)
Express Webhook Handler
const express = require('express');
const crypto = require('crypto');
const app = express();