Stripe is a high-value finance source in the current app. The live connection form is intentionally simple: a connection name plus a secret key.Documentation Index
Fetch the complete documentation index at: https://docs.mantrixflow.com/llms.txt
Use this file to discover all available pages before exploring further.
Current connection form
The current Stripe source form asks for:-
Connection Name -
Secret Key -
The token field expects a Stripe secret key such as
sk_live_...orsk_test_.... - Save the connection only after a successful test because the builder depends on that validated credential.
Good first use cases
- revenue reporting from invoices and subscriptions
- payout reconciliation and cash movement tracking
- refund and dispute monitoring in a SQL destination
Before you connect
- Create or retrieve a Stripe secret key with the access level your team approves.
- Decide which resource you will validate first, usually
invoices,subscriptions, orcustomers. - Make sure you are using the correct Stripe account and mode before testing.
Step by step
- Open Connections and click + New Connection.
- Keep the role set to Source and choose Stripe.
- Fill the form with real values, for example:
Connection Name:Stripe ProductionSecret Key:sk_live_...
- Click Test Connection and save only after the test succeeds.
- Create a pipeline and start with one high-value resource so validation stays simple.
Resources available in the current source preview
customerschargesinvoicessubscriptionsproductspriceseventsbalance_transactionscouponspayment_intentspayment_methodsrefundsdisputespayoutsplanstax_ratescredit_notespromotion_codessetup_intents
Real-world example
A finance team syncs Stripeinvoices, subscriptions, and payouts into PostgreSQL so revenue operations, cash reporting, and reconciliation all use the same destination tables.
Troubleshooting
- If the test fails, confirm that the key is active and belongs to the correct Stripe account.
- Start with one resource such as
invoicesso row-level validation is easy. - If business users dispute counts, confirm that you are comparing the same account mode and time window.