paddle-webhooks

SKILL.md

Receive Paddle webhooks securely in Next.js

When to use this skill

Use this skill when building the server-side endpoint that receives Paddle webhook events (subscription changes, transactions, customer updates, payouts, etc.). It covers creating the notification destination in Paddle, writing a Next.js Route Handler that verifies signatures and processes events, handling retries and idempotency, and local testing.

This skill is the foundation for almost every server-side Paddle integration. Pair with:

  • subscription-sync — turn webhook events into rows in your database.
  • sandbox-testing — drive your endpoint with the webhook simulator.
  • checkout-web — the client-side counterpart that triggers the events you'll receive here.

The delivery contract

Every design choice in this skill follows from these facts about how Paddle delivers webhooks. Read this section first; everything else is mechanics.

Installs
74
First Seen
May 12, 2026
paddle-webhooks from developer.paddle.com