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();
Installs
2
First Seen
Mar 1, 2026
paddle-webhooks — robinbg/webhook-skills