Prerequisites
You need a Stripe account and access to create API keys in the Dashboard.Connection Setup
1. Create a Restricted Key
In Stripe Dashboard, go to Developers → API keys. Create a restricted key. Do not use the secret key for live mode with full access.2. Set Permissions
Grant read-only access to the resources you need: Charges, Customers, Invoices, Payment Intents, Subscriptions, Products, Prices, Refunds, Balance transactions. Restrict to the minimum required.3. Copy the Secret Key
After creating the restricted key, copy the secret key. It starts withrk_ for restricted keys. Paste it into MantrixFlow.4. Start Date
Enter an ISO 8601 date (e.g.2024-01-01) to control how far back the initial sync goes. Only records created or updated after this date are synced initially.Available Streams
- Charges
- Customers
- Invoices
- Payment Intents
- Subscriptions
- Products
- Prices
- Refunds
- Balance transactions
Supported Sync Modes
- Full sync — Reads all records (within start date) on every run.
- Incremental sync — Uses
createdorupdatedtimestamps to read only new or updated records.