Stripe
Overview
SLUG: STRIPE
Description
Stripe offers online payment infrastructure, fraud prevention, and APIs enabling businesses to accept and manage payments globally
Authentication Details
API Key
Connecting to Stripe
Create an auth config
Use the dashboard to create an auth config for the Stripe toolkit. This allows you to connect multiple Stripe accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Integration”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Stripe toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
STRIPE_CANCEL_SUBSCRIPTION
Tool Name: Cancel subscription
Description
Action Parameters
Action Response
STRIPE_CREATE_CUSTOMER
Tool Name: Create Customer
Description
Action Parameters
Action Response
STRIPE_CREATE_INVOICE
Tool Name: Create an invoice
Description
Action Parameters
Action Response
STRIPE_CREATE_PAYMENT_INTENT
Tool Name: Create payment intent
Description
Action Parameters
Action Response
STRIPE_CREATE_PRICE
Tool Name: Create a price
Description
Action Parameters
Action Response
STRIPE_CREATE_PRODUCT
Tool Name: Create product
Description
Action Parameters
Action Response
STRIPE_CREATE_REFUND
Tool Name: Create Refund
Description
Action Parameters
Action Response
STRIPE_CREATE_SUBSCRIPTION
Tool Name: Create subscription
Description
Action Parameters
Action Response
STRIPE_DELETE_CUSTOMER
Tool Name: Delete customer
Description
Action Parameters
Action Response
STRIPE_LIST_CUSTOMER_PAYMENT_METHODS
Tool Name: List customer payment methods
Description
Action Parameters
Action Response
STRIPE_LIST_PAYMENT_LINKS
Tool Name: List payment links
Description
Action Parameters
Action Response
STRIPE_LIST_REFUNDS
Tool Name: List Refunds
Description
Action Parameters
Action Response
STRIPE_LIST_SHIPPING_RATES
Tool Name: List Stripe shipping rates
Description
Action Parameters
Action Response
STRIPE_LIST_TAX_RATES
Tool Name: List tax rates
Description
Action Parameters
Action Response
STRIPE_RETRIEVE_CHARGE
Tool Name: Retrieve Charge Details
Description
Action Parameters
Action Response
STRIPE_RETRIEVE_PAYMENT_INTENT
Tool Name: Retrieve payment intent
Description
Action Parameters
Action Response
STRIPE_RETRIEVE_REFUND
Tool Name: Retrieve a refund
Description
Action Parameters
Action Response
STRIPE_SEARCH_CUSTOMERS
Tool Name: Search Stripe customers
Description
Action Parameters
Action Response
STRIPE_UPDATE_PAYMENT_INTENT
Tool Name: Update Payment Intent
Description
Action Parameters
Action Response
STRIPE_UPDATE_SUBSCRIPTION
Tool Name: Update Subscription
Description
Action Parameters
Action Response
STRIPE_CONFIRM_PAYMENT_INTENT
Tool Name: Confirm payment intent
Description
Action Parameters
Action Response
STRIPE_LIST_CHARGES
Tool Name: List Charges
Description
Action Parameters
Action Response
STRIPE_LIST_COUPONS
Tool Name: List Stripe coupons
Description
Action Parameters
Action Response
STRIPE_LIST_CUSTOMERS
Tool Name: List customers
Description
Action Parameters
Action Response
STRIPE_LIST_INVOICES
Tool Name: List Invoices
Description
Action Parameters
Action Response
STRIPE_LIST_PAYMENT_INTENTS
Tool Name: List payment intents
Description
Action Parameters
Action Response
STRIPE_LIST_PRODUCTS
Tool Name: List products
Description
Action Parameters
Action Response
STRIPE_LIST_SUBSCRIPTIONS
Tool Name: List subscriptions
Description
Action Parameters
Action Response
STRIPE_LIST_TAX_CODES
Tool Name: List tax codes
Description
Action Parameters
Action Response
STRIPE_RETRIEVE_BALANCE
Tool Name: Retrieve Balance
Description
Action Parameters
Action Response
STRIPE_RETRIEVE_CUSTOMER
Tool Name: Retrieve customer
Description
Action Parameters
Action Response
STRIPE_RETRIEVE_SUBSCRIPTION
Tool Name: Retrieve subscription
Description
Action Parameters
Action Response
STRIPE_UPDATE_CUSTOMER
Tool Name: Update Customer
Description
Action Parameters
Action Response