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

  1. Open your project in the dashboard.
  2. Go to Connections and click Create connection.
  3. Fill out the form, selecting Stripe as your service and pasting your key and secret.
  4. Click Connect Stripe to save.

Find your Stripe keys

  1. Sign in to your Stripe dashboard.
  2. Go to Developers → API keys.
  3. Copy the Publishable key (starts with pk_test_ or pk_live_).
  4. Copy the Secret key (starts with sk_test_ or sk_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.