S

Stripe

Accounting

Read your Stripe account so Ruby can look up customers, invoices, charges, payments, and the balance.

12 tools
OAUTH2
Read-only
Managed auth

Ask Ruby

“Which invoices are open or past due right now?”
“Look up this customer's recent charges and payments.”
“What's our current Stripe balance?”
“Which subscriptions are past due this month?”
What Ruby can do

12 read-only tools

Ruby reads from Stripe and grounds her answers in your data. Every tool is read-only: she surfaces, summarizes, and drafts; a human always takes the action.

List customers

List customers in the connected Stripe account, optionally filtered by email or creation date. Use it to find a customer or browse recent ones; read one in full with STRIPE_RETRIEVE_CUSTOMER, or use STRIPE_SEARCH_CUSTOMERS for richer queries.

Search customers

Search customers in the connected Stripe account using Stripe's Search Query Language (e.g. "email:'a@b.com'", "name:'Acme'", "metadata['order']:'123'"). Read one in full with STRIPE_RETRIEVE_CUSTOMER.

Retrieve customer

Read one Stripe customer in full by its customer id (cus_...).

List invoices

List invoices in the connected Stripe account, optionally filtered by customer, status (draft/open/paid/uncollectible/void), subscription, or creation date. Use it for AR questions like 'which invoices are open/unpaid'.

Search invoices

Search invoices in the connected Stripe account using Stripe's Search Query Language (e.g. "status:'open'", "total>10000", "customer:'cus_123'").

List charges

List charges in the connected Stripe account, optionally filtered by customer, payment intent, or creation date. Read one in full with STRIPE_RETRIEVE_CHARGE.

Retrieve charge

Read one Stripe charge in full by its charge id (ch_...).

Search charges

Search charges in the connected Stripe account using Stripe's Search Query Language (e.g. "amount>1000", "status:'succeeded'", "customer:'cus_123'").

List payment intents

List PaymentIntents in the connected Stripe account, optionally filtered by customer or creation date. Read one in full with STRIPE_RETRIEVE_PAYMENT_INTENT.

Retrieve payment intent

Read one Stripe PaymentIntent in full by its id (pi_...).

List subscriptions

List subscriptions in the connected Stripe account, optionally filtered by customer, price, status, or creation date.

Retrieve balance

Get the connected Stripe account's current balance (available and pending amounts per currency). Use it for 'how much is in Stripe' / cash-position questions.

Why connect it to Ruby

Built for restoration, not bolted on.

Grounded answers

Ruby reads Stripe live and cites what she found, so answers reflect your actual data, not a stale export.

Read-only by design

Least-privilege, read-only access. Ruby surfaces and drafts; your team always takes the action.

Managed, secure auth

Connect with one click. Tokens are encrypted and scoped per company; revoke access any time.

Knows restoration

Ruby understands jobs, claims, drying logs, and AR, so Stripe data lands in the right operational context.

Use it from anywhere

Connect once, then just ask.

Connect Stripe once in Ruby. Ask in the Ruby app, or bring the same secure connection into the assistant your team already uses.

Ruby

Ask in the Ruby app and get an answer grounded in Stripe and the rest of your connected stack.

Claude

Bring the same secure Stripe connection into Claude so it can answer with your live data.

ChatGPT

Use Stripe from ChatGPT with the same per-company, read-only access Ruby uses.

Frequently asked questions

Do I need developer credentials to connect Stripe?

No. Stripe connects with a single click, Ruby handles the OAuth handshake and token refresh for you.


Can Ruby change anything in Stripe?

No. The Stripe connection is read-only. Ruby reads, summarizes, and drafts; a human always makes the change in Stripe.


Is my Stripe data secure?

Credentials are encrypted at rest and access is scoped per company. You can revoke the connection at any time from Settings > Integrations, which immediately cuts Ruby off.


Can I use Stripe alongside my other tools?

Yes. Ruby reasons across every tool you connect at once, so she can tie Stripe to your CRM, accounting, email, and documentation in a single answer.