Skip to main content
Every website built with Runable supports Stripe integration for accepting payments. Connect your Stripe account and the agent can add checkout flows, subscription management, and payment processing to your site.

How to connect Stripe

1

Open the website dashboard

Go to the chat where your website was built. Click the Dashboard tab, then select Payments from the sidebar.
2

Choose your environment

Stripe has two environments:

Test mode

For development and testing. Uses Stripe test keys. No real money is charged. Connect this first to test your payment flows.

Live mode

For production. Uses Stripe live keys. Real payments are processed. Connect this when you are ready to accept real money.
3

Click Connect

Click the Connect button for your chosen environment. You are redirected to Stripe to authorize the connection.
Website dashboard Payments tab showing two cards: Stripe Test with a Connect button and Stripe Live with a Connect button
4

Authorize in Stripe

Sign in to your Stripe account (or create one if you do not have one) and authorize Runable to connect. Once authorized, you are redirected back to the dashboard.
5

Confirm the connection

The dashboard shows a green Connected status for the environment you linked.
Connect Stripe Test first. Build and test your entire payment flow with test cards before connecting Live mode. This prevents charging real customers during development.

What the agent can build with Stripe

Once Stripe is connected, tell the agent what payment features you need:
  • One-time payments and checkout pages.
  • Recurring subscriptions with multiple tiers.
  • Usage-based billing.
  • Customer portals for managing subscriptions.
The agent writes the integration code, including frontend checkout flows and backend webhook handling.

Disconnect Stripe

Go to Dashboard → Payments and click Disconnect on the environment you want to remove.
Disconnecting Stripe Live removes the ability to process real payments on your website. Make sure you do not have active subscribers before disconnecting.

What you cannot do

  • You cannot use a payment provider other than Stripe. Stripe is the only supported payment integration.
  • You cannot manage Stripe settings (products, prices, subscriptions) from the Runable dashboard. Use the Stripe dashboard for that.
  • You cannot connect the same Stripe account in both Test and Live mode simultaneously without separate authorization.

Next steps