Stripe Connection
Connect to Stripe to manage customers, charges, subscriptions, and other payment resources.
Configuration
| Field | Description | Required |
|---|---|---|
| API Key | Stripe secret API key | Yes |
Getting Your API Key
- Log in to the Stripe Dashboard
- Go to Developers > API Keys
- Copy the Secret key (starts with
sk_live_orsk_test_)
Usage
Once created, this connection becomes available in:
- Stripe — manage customers, charges, subscriptions, invoices, and more
WARNING
Use test mode keys (sk_test_) during development. Switch to live keys only for production workflows.