Skip to content

Adding the Stripe Integration

Stripe is an online payment processing platform designed for internet businesses. Integrating Stripe allows your application to handle transactions, subscriptions, and financial data securely.

After selecting Stripe from the integration list, a configuration modal will appear. You must provide the following credentials from your Stripe Dashboard to establish the connection:

  • Input: Enter your private Stripe Secret Key (usually starting with sk_) into the Secret Key field. This key allows the backend to authenticate secure requests.
  • Input: Enter your public Stripe Publishable Key (usually starting with pk_) into the Publishable Key field. This key is used for frontend implementation.
  • Input: Select the appropriate environment context from the dropdown menu (e.g., Test for development/sandbox mode or Production for live processing).

Once the keys and environment are configured:

  1. Review the status bar (currently showing Not Connected).
  2. Click the black Add button at the bottom right to save the credentials and activate the payment integration.

alt text