CONNECTOR · STRIPE
Stripe — Charges, customers, subscriptions, refunds, disputes. Reconciled to the cents.
CONNECTOR · STRIPE
Stripe
Charges, customers, subscriptions, refunds, disputes. Reconciled to the cents.
- categorySource · Payments
- freshness targetHourly batch; webhook-driven near-real-time on critical events.
- auth modelRestricted API key (read-only).
- sync modeInitial backfill + webhook upserts.
TABLES SYNCED
charges, customers, subscriptions, invoices, refunds, disputes, payment_intents.
SCHEMA · SAMPLE
schema.sqlSQL
CREATE TABLE stripe.charges (
id TEXT PRIMARY KEY,
customer TEXT,
amount BIGINT,
currency TEXT,
status TEXT,
created TIMESTAMP,
refunded BOOLEAN
);QUERY · SAMPLE
query.sqlSQL
SELECT date_trunc( 0