-
API Explorer
- Custom Functions
- Logs
- SQL Playground
- docs
- integrations
- stripe
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.
Configuration Steps
Section titled “Configuration Steps”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:
1. Secret Key
Section titled “1. Secret Key”- 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.
2. Publishable Key
Section titled “2. Publishable Key”- Input: Enter your public Stripe Publishable Key (usually starting with
pk_) into the Publishable Key field. This key is used for frontend implementation.
3. Environment
Section titled “3. Environment”- Input: Select the appropriate environment context from the dropdown menu (e.g., Test for development/sandbox mode or Production for live processing).
Finalizing the Connection
Section titled “Finalizing the Connection”Once the keys and environment are configured:
- Review the status bar (currently showing Not Connected).
- Click the black Add button at the bottom right to save the credentials and activate the payment integration.
