Stripe Sync Engine

Sync your Stripe data to PostgreSQL — backfill historical objects, then keep them up to date with live events via webhooks or WebSocket.

Features

Quick start

npx @stripe/sync-engine sync \
  --stripe-api-key sk_live_... \
  --database-url postgresql://localhost:5432/mydb \
  --schema stripe

Slides

Links