Skip to content

stripe-samples/sync-data-stripe-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sync-stripe-app

Stripe App that installs into a Stripe account, provisions a Supabase Postgres project, and installs the Stripe sync so Stripe data can land in Postgres.

System overview

System overview

Repo structure

  • sync-app/: Stripe UI extension (Dashboard) to start provisioning, poll status, and show the provisioned DB connection string.
  • backend/: Vercel serverless API for OAuth (/install, /api/oauth/*), provisioning (/api/db/*), and token refresh; persists encrypted tokens + provisioning state in a central Postgres DB.
  • supabase-management/: Scheduled token refresh (Supabase cron + Edge Function) plus deployment SQL/scripts.

About

Stripe App to get a synced DB for Stripe Data within a few clicks

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages