This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.
Stripe
Overview
The Stripe Connector pulls the following entities from Stripe API : Balance Transactions, Charges, Coupons, Customers, Disputes, Events, Invoices, Invoice ItemsInvoice Line Items, Payouts, Plans, Products, Subscriptions, Subscription Items, Transfers, User GroupsThis source is using singer-tap-stripe tab. Learn more how Singer-based sources work
How to connect
- Go to the Stripe Dashboard page
- Save your Account ID (in format: acct_....) and Secret Key (in format: sk_live_....)
Connection Parameters
| Parameter | Documentation |
|---|---|
config.client_secret*string (required) | Client secret ('sk_live_....') |
config.account_id*string (required) | Account ID ('acct_....') |
config.start_date*isoUtcDate (required; default: 2021-01-01T00:00:00.000Z) | Jitsu will sync Stipe data since Start Date |