Payments & Finance425 toolsBrowser login (OAuth), no API keys
Stripe integration for AI agents
Manage payments, customers, and invoices
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Stripe once and call the same tools from all of them.
Setup
Connect Stripe through ClawLink's hosted setup to manage payments, customers, invoices, subscriptions, disputes, payouts, and more from your Stripe account.
- Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Stripe exposes 425 tools through ClawLink. The 30 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
stripe_cancel_subscription | Cancel a Stripe subscription | Write |
stripe_create_checkout_session | Create a Stripe checkout session | Write |
stripe_create_customer | Create a Stripe customer | Write |
stripe_create_customer_subscription | Create a Stripe subscription | Write |
stripe_create_invoice | Create a Stripe invoice | Write |
stripe_get_account | Get the Stripe account details | Read |
stripe_get_payout | Get a Stripe payout by ID | Read |
stripe_get_prices_price | Get a Stripe price by ID | Read |
stripe_get_subscription | Get a Stripe subscription by ID | Read |
stripe_list_charges | List Stripe charges | Read |
stripe_list_customers | List Stripe customers | Read |
stripe_list_disputes | List Stripe disputes | Read |
stripe_list_invoices | List Stripe invoices | Read |
stripe_list_payment_intents | List Stripe payment intents | Read |
stripe_list_payouts | List Stripe payouts | Read |
stripe_list_products | List Stripe products | Read |
stripe_list_refunds | List Stripe refunds | Read |
stripe_list_subscriptions | List Stripe subscriptions | Read |
stripe_retrieve_balance | Get your Stripe account balance | Read |
stripe_retrieve_charge | Get a Stripe charge by ID | Read |
stripe_retrieve_checkout_session | Get a Stripe checkout session | Read |
stripe_retrieve_customer | Get a Stripe customer by ID | Read |
stripe_retrieve_payment_intent | Get a Stripe payment intent by ID | Read |
stripe_retrieve_upcoming_invoice | Get a Stripe upcoming invoice | Read |
stripe_search_customers | Search Stripe customers | Read |
stripe_create_preview_invoice | Preview an upcoming invoice without creating it | Write |
stripe_download_quote_pdf | Download the PDF for a finalized quote from Stripe | Read |
stripe_find_apps_secret | Find a secret by name and scope in the Stripe Apps secret store | Read |
stripe_find_tax_association | Find a tax association by PaymentIntent ID | Read |
stripe_get_account_capabilities | Retrieves a list of all capabilities for a connected Stripe account | Read |