Before you begin
Make sure you have completed these two steps in Stripe Dashboard:- Have a Secret API Key (
sk_) (Test or Production) - Have configured webhooks so Jelou receives payment events
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.
Validate the end-to-end integration
With Stripe connected and webhooks configured, you can confirm everything works together:Run a test payment
From your flow in Brain Studio, trigger the Stripe node in Test mode and complete a payment using a Stripe test card.
Review deliveries in Stripe
In Stripe → Workbench → Webhooks, open the destination and confirm that the
payment_intent.* events were sent without errors.If the Stripe node advanced to the correct output and Stripe recorded the event delivery, the integration is working end-to-end.
Next step
Once the integration is connected, continue with:Usage and configuration
Configure Stripe tools and handle payment states in your flow.