stripe-sync-engine

JSON →
library 0.1.0 ·javascript
verified Jun 5, 2026

A TypeScript library for syncing Stripe objects (customers, invoices, products, etc.) to PostgreSQL in real-time via webhooks, with support for backfilling and entity revalidation. Version 0.1.0 is the initial release, offering a configurable sync engine that creates tables under a configurable schema (default: 'stripe') and handles webhook signature verification. It requires the 'stripe' npm package (peer dependency > 11) and pg (for database connections). Designed for Node.js and serverless environments, with first-class TypeScript support and optional pino logger integration.