What problem does it solve?
Paddle webhooks require secure receipt and verification to ensure events are authentic. This skill provides a ready-made setup to receive, verify, and parse Paddle webhook events, so your app can respond to subscriptions, transactions, and customer updates safely.
Core Features & Use Cases
- Verify Paddle signatures using both manual verification and optional SDK-based verification.
- Handle common Paddle events such as subscription.created, subscription.activated, subscription.canceled, transaction.completed, and customer.created/updated.
- Demonstrates integration patterns in Express, Next.js, and FastAPI with a health check and test endpoints.
Quick Start
- Install dependencies and run the example server (Express, Next.js, or FastAPI) as described in the skill's README.
- Set PADDLE_WEBHOOK_SECRET in your environment and configure a notification destination in Paddle Dashboard.
- Send a test webhook using Paddle's simulator or Hookdeck CLI to verify signature verification.