Connections
Use the Connections area in the dashboard to attach a Stripe account to a project. This stores your Stripe keys securely and lets Pagoti validate the connection.
Add a connection
- Open your project in the dashboard.
- Go to Connections and click Create connection.
- Fill out the form, selecting Stripe as your service and pasting your key and secret.
- Click Connect Stripe to save.
Find your Stripe keys
- Sign in to your Stripe dashboard.
- Go to Developers → API keys.
- Copy the Publishable key (starts with
pk_test_orpk_live_). - Copy the Secret key (starts with
sk_test_orsk_live_).
Verify the connection
After saving, Pagoti queues a validation check. If the credentials are valid, the connection status will show as connected.
Update or remove a connection
- Use Configure connection to update the key.
- Use Delete connection to remove Stripe from the project.
Notes
- Use test keys for development.
- Enter your publishable key in Key and your secret key in Secret.
- Only project owners can manage connections.