Before you begin
Make sure you have:- An active Stripe account
- A Secret API Key (
sk_) (Test or Production)
Connect from Marketplace
Open Marketplace
In Brain Studio, go to Marketplace from the side menu.You can find Stripe under the
Payments & Processing category or by using the search bar.

Click Install (or Connect)
Click Install.In some UI versions the button may appear as Connect.
Both serve the same purpose: initiating the provider connection.
Enter your Secret API Key
A modal will open asking for an API Key.
Paste your Secret API Key (

sk_test_... or sk_live_...) and confirm the installation.Using Test vs Production credentials
You can connect the integration with:- Test Secret Key (
sk_test_) → For test or QA environments. - Production Secret Key (
sk_live_) → To process real payments.
Changing the API Key
If you need to move from Test to Production (or rotate credentials):
Once reinstalled, the integration will use the new credentials.
Next step
Once the integration is connected, continue with:Usage and configuration
Configure Stripe tools and handle payment states in your flow.