Connect AI Agents to Stripe

Allow agents to pull revenue metrics and automate billing workflows with your Stripe account

Actions

Search Stripe customers

Retrieves a list of Stripe customers matching a search query that adheres to Stripe's search query language.

Update Payment Intent

Updates a Stripe PaymentIntent; if currency is updated, amount might be required. Some updates can require customer re-confirmation.

Update Subscription

Updates an existing, non-canceled Stripe subscription by id; ensure referenced entity ids (prices, coupons) are valid and automatic tax is set correctly if enabled.

Confirm payment intent

Confirms a Stripe PaymentIntent to finalize a payment; a return_url is needed if the payment method requires customer redirection.

List Charges

Retrieves a list of Stripe charges with filtering and pagination; results are typically reverse chronological.

List Stripe coupons

Retrieves a list of discount coupons from a Stripe account, supporting pagination via limit, starting_after, and ending_before.

List customers

Retrieves a list of Stripe customers with optional filters (email, creation date, test clock) and pagination.

List Invoices

Retrieves a list of Stripe invoices; filter by various criteria and paginate using invoice id cursors.

List payment intents

Retrieves a list of Stripe PaymentIntents, optionally filtered and paginated using PaymentIntent id cursors.

List products

Retrieves a list of Stripe products with optional filtering and pagination; cursors must be valid product ids.

List subscriptions

Retrieves a list of Stripe subscriptions; supports filters (customer, price, status, collection method, date ranges) and pagination.

List tax codes

Retrieves a paginated list of globally available, predefined Stripe tax codes used for classifying products and services.

Agentic Workers