← Back to Jeriko

Connect Stripe to Jeriko

Manage your Stripe account with AI-powered natural language commands.

Jeriko+

Connect your Stripe account to Jeriko and manage payments, customers, invoices, subscriptions, and more — all through natural language commands in your terminal.

Get Started

curl -fsSL https://jeriko.ai/install | shjeriko initjeriko connect stripe

Running jeriko connect stripe opens the Stripe OAuth authorization page in your browser. After you authorize, the connection is established automatically.

How It Works

1

Install Jeriko

Install the Jeriko CLI with a single command. Run jeriko init to configure your AI provider (OpenAI, Claude, or local models).

2

Connect Stripe

Run jeriko connect stripe in your terminal. This opens Stripe's OAuth page where you authorize Jeriko to access your account.

3

Use Natural Language

Type commands like "list my customers" or "create an invoice for $500" directly in the Jeriko CLI.

What You Can Do

  • View account balance and financial overview
  • List, create, and manage customers
  • Create and send invoices
  • Manage subscriptions and recurring billing
  • Process charges and payment intents
  • Create checkout sessions and payment links
  • Track refunds and payouts
  • Monitor events and webhook activity
  • Manage products and pricing

Example Commands

jeriko "show my Stripe balance"jeriko "list the last 10 customers"jeriko "create an invoice for customer cus_xxx for $200"jeriko "cancel subscription sub_xxx"jeriko "create a payment link for $49.99"

Disconnecting

To disconnect Stripe from Jeriko:

jeriko disconnect stripe

This revokes the OAuth token and removes stored credentials. You can also revoke access from your Stripe Dashboard → Settings → Apps.

Security

Jeriko uses OAuth 2.0 to connect to your Stripe account. Your API keys are never shared. Access tokens are stored locally on your machine and refreshed automatically. All API calls are made over HTTPS with timing-safe HMAC verification for webhooks.

Privacy Policy · Terms & Conditions