Skip to main content
Stripe is a payment processing platform. MantrixFlow connects using a restricted API key with read-only permissions.

Prerequisites

You need a Stripe account and access to create API keys in the Dashboard.

Connection Setup

1

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

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

3. Copy the Secret Key

After creating the restricted key, copy the secret key. It starts with rk_ for restricted keys. Paste it into MantrixFlow.
4

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 created or updated timestamps to read only new or updated records.