MissionControlHQMissionControlHQResources
ArticlesDocs
Get early access→
Integrations
Email & Productivity
  • Gmail
  • Outlook
  • Google Docs
  • Google Sheets
  • Excel
  • Notion
  • Confluence
  • Airtable
  • Todoist
  • Google Tasks
  • Canva
Communication
  • Slack
  • Microsoft Teams
  • Discord
  • WhatsApp
  • Webex
Scheduling & Meetings
  • Google Calendar
  • Zoom
  • Calendly
  • Cal.com
  • Google Meet
  • Eventbrite
Marketing & Social
  • Mailchimp
  • Google Ads
  • Facebook
  • LinkedIn
  • YouTube
  • Reddit
  • Dub
CRM & Support
  • HubSpot
  • Salesforce
  • Attio
  • Capsule CRM
  • Intercom
  • Zendesk
  • Gorgias
  • Zoho Desk
  • Gong
File Storage
  • Google Drive
  • Dropbox
  • OneDrive
  • Box
  • SharePoint
  • Google Photos
E-commerce & Payments
  • Stripe
  • Square
Finance & Time
  • Harvest
  • Zoho Books
  • Zoho Invoice
  • FreshBooks
  • Fathom
Analytics
  • Google BigQuery
Dev & Project Management
  • GitHub
  • GitLab
  • Bitbucket
  • Linear
  • Jira
  • Asana
  • ClickUp
  • Trello
  • Monday.com
  • Basecamp
  • Wrike
  • Productboard
  • Figma
  • Miro
  • Sentry
  • PagerDuty
  • Supabase
  • DigitalOcean
Resources/Integrations/Stripe

E-commerce & Payments

đź’ł Stripe integration

Access levels: Read-only · Read + write · Verified July 15, 2026

PreviousGoogle PhotosNextSquare

Connect Stripe once and every agent in your squad can work in it for you, with exactly as much access as you decide to give, and a receipt for every call it makes.

What your squad can do in Stripe

  • Look things up, deletev1 subscriptions list subscriptions; get account; get accounts account, and more.
  • Do real work, add invoice lines; create accounts capabilities card payments; create apple pay domain; create apps secret, and more.
  • Run it on a schedule: any of the 422 available tools below can be part of a scheduled task or a mission.

How to connect

  1. In your dashboard, open Integrations and find Stripe.
  2. Click Connect and pick an access level (we recommend Read + write): this is the ceiling for every agent.
  3. Sign in to Stripe in the window that opens and approve. You land back on the Integrations page with the account live.

You can change an account's access level any time under Manage. It applies instantly, no re-authorization. If the connection ever expires, the card shows Reconnect; one click re-authorizes the same account with the same settings.

Multiple accounts: connect as many as you need (say, yours and a client's). One is primary. Agents use it unless a mission says otherwise.

Access levels

The level you pick at connect time is enforced on our side for every agent call: an agent can never do more than the level allows, no matter what it's asked.

LevelWhat it allows
Read-onlyRead customers, payments, products. Cannot charge or refund.
Read + writeFull Stripe access, charges, refunds, customers.Recommended

On top of the connection's level, every agent can be individually allowed, scoped down, or denied for this app from the Integrations page. Deny an agent and it doesn't even see the connection.

Every tool, in plain terms

The 422 tools agents use in Stripe through Mission Control, and the lowest access level that includes each. Agents discover these themselves. You never have to name a tool; asking in plain language is enough.

ToolWhat it doesAccess level
Accept quote
STRIPE_ACCEPT_QUOTE
Accept a quote in Stripe. Use when you need to accept a finalized quote, which will create an invoice, subscription, or subscription schedule based on the quote's configuration.Read + write
Activate billing alert
STRIPE_ACTIVATE_BILLING_ALERT
Reactivates a billing alert, allowing it to trigger again.Read + write
Add invoice lines
STRIPE_ADD_INVOICE_LINES
Add multiple line items to a draft Stripe invoice.Read + write
Advance test clock
STRIPE_ADVANCE_TEST_CLOCK
Advance a test clock to a future timestamp.Read + write
Apply customer balance
STRIPE_APPLY_CUSTOMER_BALANCE
Manually reconciles remaining amount for a customer_balance PaymentIntent by applying funds from customer's cash balance.Read + write
Archive billing alert
STRIPE_ARCHIVE_BILLING_ALERT
Archive a billing alert in Stripe, removing it from list views and APIs.Read + write
Attach customer source
STRIPE_ATTACH_CUSTOMER_SOURCE
Attach a payment source (card token or source object) to a customer for future charges.Read + write
Attach invoice payment
STRIPE_ATTACH_INVOICE_PAYMENT
Attaches a PaymentIntent or Out of Band Payment to an invoice's payments list.Read + write
Attach payment method
STRIPE_ATTACH_PAYMENT_METHOD
Attaches a PaymentMethod to a Customer. Use when you need to save a payment method for future use with a specific customer. The PaymentMethod must be in a detached state before attaching.Read + write
Attach product feature
STRIPE_ATTACH_PRODUCT_FEATURE
Attach a feature to a product. Use when you need to add a feature to a product's capabilities. This creates a product_feature object linking the feature to the product.Read + write
Cancel payment intent
STRIPE_CANCEL_PAYMENT_INTENT
Cancels a PaymentIntent when in cancelable state.Read + write
Cancel quote
STRIPE_CANCEL_QUOTE
Cancel a Stripe quote. Use when you need to cancel an existing quote that is in 'draft' or 'open' status. Once canceled, the quote cannot be finalized or accepted by the customer.Read + write
Cancel setup intent
STRIPE_CANCEL_SETUP_INTENT
Cancels a SetupIntent that is no longer needed.Read + write
Cancel subscription
STRIPE_CANCEL_SUBSCRIPTION
Cancels a customer's active Stripe subscription at the end of the current billing period, with options to invoice immediately for metered usage and prorate charges for unused time.Read + write
Cancel subscription schedule
STRIPE_CANCEL_SUBSCRIPTION_SCHEDULE
Cancels a subscription schedule and its associated subscription immediately (if active).Read + write
Cancel terminal reader action
STRIPE_CANCEL_TERMINAL_READER_ACTION
Cancel the current reader action. Use when you need to halt any ongoing operation on a Stripe Terminal reader device such as payment collection, setup intent processing, or input collection.Read + write
Capture charge
STRIPE_CAPTURE_CHARGE
Capture payment on an uncaptured charge. Use when a charge was created with capture=false and you're ready to capture the payment.Read + write
Capture payment intent
STRIPE_CAPTURE_PAYMENT_INTENT
Captures the funds of an existing uncaptured PaymentIntent.Read + write
Close dispute
STRIPE_CLOSE_DISPUTE
Close a dispute. Use when you want to dismiss a dispute and acknowledge it as lost, indicating no evidence will be submitted. This action is irreversible.Read + write
Collect terminal reader inputs
STRIPE_COLLECT_TERMINAL_READER_INPUTS
Initiates input collection on a Terminal Reader to display forms and collect customer information.Read + write
Collect terminal reader payment method
STRIPE_COLLECT_TERMINAL_READER_PAYMENT_METHOD
Initiate payment method collection on a Stripe Terminal Reader.Read + write
Confirm payment intent
STRIPE_CONFIRM_PAYMENT_INTENT
Confirm customer intent to pay with current or provided payment method.Read + write
Confirm setup intent
STRIPE_CONFIRM_SETUP_INTENT
Confirms a SetupIntent to complete customer payment method setup.Read + write
Confirm terminal reader payment intent
STRIPE_CONFIRM_TERMINAL_READER_PAYMENT_INTENT
Confirm a PaymentIntent on a Terminal reader device.Read + write
Create accounts capabilities card payments
STRIPE_CREATE_ACCOUNTS_CAPABILITIES_CARD_PAYMENTS
Create or update card payments capability for a Stripe Connect account.Read + write
Create apple pay domain
STRIPE_CREATE_APPLE_PAY_DOMAIN
Create an Apple Pay domain registration. Use when registering your domain with Apple Pay to accept Apple Pay payments on your website. Stripe handles the Apple merchant validation process.Read + write
Create apps secret
STRIPE_CREATE_APPS_SECRET
Create a secret in the Stripe Secret Store.Read + write
Create bank account token
STRIPE_CREATE_BANK_ACCOUNT_TOKEN
Create a single-use token representing bank account details.Read + write
Create billing alert
STRIPE_CREATE_BILLING_ALERT
Create a billing alert that monitors usage on a billing meter and triggers notifications when a specified threshold is crossed.Read + write
Create billing credit grant
STRIPE_CREATE_BILLING_CREDIT_GRANT
Create a credit grant that allocates billing credits to a customer for use against metered pricing.Read + write
Create billing meter
STRIPE_CREATE_BILLING_METER
Create a billing meter in Stripe for tracking usage events.Read + write
Create billing meter event
STRIPE_CREATE_BILLING_METER_EVENT
Creates a billing meter event using Stripe API v2 for usage-based billing.Read + write
Create billing meter event adjustment
STRIPE_CREATE_BILLING_METER_EVENT_ADJUSTMENT
Creates an adjustment to cancel a billing meter event.Read + write
Create billing meter event session
STRIPE_CREATE_BILLING_METER_EVENT_SESSION
Creates authentication session for high-throughput meter event stream.Read + write
Create billing portal configuration
STRIPE_CREATE_BILLING_PORTAL_CONFIGURATION
Create a Stripe billing portal configuration.Read + write
Create billing portal session
STRIPE_CREATE_BILLING_PORTAL_SESSION
Create a Stripe billing portal session. Use when you need to provide customers with a secure URL to manage their subscriptions, payment methods, and invoices.Read + write
Create charge
STRIPE_CREATE_CHARGE
Create a charge to request payment from a credit or debit card.Read + write
Create charge refund
STRIPE_CREATE_CHARGE_REFUND
Create a refund for a charge in Stripe. Use when you need to refund a previously created charge fully or partially.Read + write
Create checkout session
STRIPE_CREATE_CHECKOUT_SESSION
Create a Stripe Checkout Session. Use when you need a secure, hosted URL to collect payments or subscriptions via Stripe Checkout.Read + write
Create coupon
STRIPE_CREATE_COUPON
Creates a new discount coupon in Stripe with percentage or fixed amount discount.Read + write
Create credit note
STRIPE_CREATE_CREDIT_NOTE
Issues a credit note to adjust a finalized invoice's amount.Read + write
Create customer
STRIPE_CREATE_CUSTOMER
Creates a new customer in Stripe, required for creating charges or subscriptions; an email is highly recommended for customer communications.Read + write
Create customer balance transaction
STRIPE_CREATE_CUSTOMER_BALANCE_TRANSACTION
Create an immutable transaction that updates the customer's credit balance.Read + write
Create customer bank account
STRIPE_CREATE_CUSTOMER_BANK_ACCOUNT
Create a new bank account attached to a customer object.Read + write
Create customer card
STRIPE_CREATE_CUSTOMER_CARD
Create a new card payment source for an existing Stripe customer.Read + write
Create customer session
STRIPE_CREATE_CUSTOMER_SESSION
Create a Stripe Customer Session granting client-side access control over a Customer.Read + write
Create customer source
STRIPE_CREATE_CUSTOMER_SOURCE
Attaches a payment source to a customer for later reuse.Read + write
Create customer subscription
STRIPE_CREATE_CUSTOMER_SUBSCRIPTION
Create a subscription for an existing customer.Read + write
Create customer tax id
STRIPE_CREATE_CUSTOMER_TAX_ID
Creates a new tax ID for a customer, used for tax compliance and invoicing across 100+ supported country-specific tax ID formats.Read + write
Create cvc update token
STRIPE_CREATE_CVC_UPDATE_TOKEN
Creates a single-use token representing an updated CVC value for card payments.Read + write
Create entitlement feature
STRIPE_CREATE_ENTITLEMENT_FEATURE
Creates a new feature entitlement in Stripe representing a monetizable ability or functionality.Read + write
Create ephemeral key
STRIPE_CREATE_EPHEMERAL_KEY
Create a short-lived ephemeral API key for secure mobile SDK access to specific Stripe resources.Read + write
Create file
STRIPE_CREATE_FILE
Upload a file to Stripe for business purposes such as dispute evidence, identity verification, or business logos.Read + write
Create file link
STRIPE_CREATE_FILE_LINK
Create a file link object that generates a shareable URL for accessing uploaded files.Read + write
Create financial connections session
STRIPE_CREATE_FINANCIAL_CONNECTIONS_SESSION
Create a Financial Connections Session to launch the authorization flow for linking financial accounts.Read + write
Create fx quote
STRIPE_CREATE_FX_QUOTE
Create an FX quote for currency conversion with optional rate locking.Read + write
Create invoice
STRIPE_CREATE_INVOICE
Creates a new draft Stripe invoice for a customer; use to revise an existing invoice, bill for a specific subscription (which must belong to the customer), or apply detailed customizations.Read + write
Create invoice item
STRIPE_CREATE_INVOICE_ITEM
Create an invoice item for draft invoices.Read + write
Create payment intent
STRIPE_CREATE_PAYMENT_INTENT
Creates a Stripe PaymentIntent to initiate and process a customer's payment; using application_fee_amount for a connected account requires the Stripe-Account header.Read + write
Create payment link
STRIPE_CREATE_PAYMENT_LINK
Create a Stripe Payment Link. Use when you need to generate a hosted checkout page URL that can be shared with customers to collect payments without building custom checkout infrastructure. Supports up to 20 line items…Read + write
Create payment method
STRIPE_CREATE_PAYMENT_METHOD
Creates a PaymentMethod object representing a customer's payment instrument (card, bank account, etc.).Read + write
Create payment method configuration
STRIPE_CREATE_PAYMENT_METHOD_CONFIGURATION
Creates a payment method configuration to control which payment methods are displayed during checkout.Read + write
Create payment method domain
STRIPE_CREATE_PAYMENT_METHOD_DOMAIN
Create a payment method domain object to control where payment methods are shown.Read + write
Create pii token
STRIPE_CREATE_PII_TOKEN
Create a single-use token representing PII (personally identifiable information).Read + write
Create plan
STRIPE_CREATE_PLAN
Create a recurring billing plan with flexible pricing configuration.Read + write
Create preview invoice
STRIPE_CREATE_PREVIEW_INVOICE
Preview an upcoming invoice without creating it.All levels
Create price
STRIPE_CREATE_PRICE
Creates a new Stripe Price for a product, defining its charges (one-time or recurring) and billing scheme; requires either an existing product ID or product_data.Read + write
Create product
STRIPE_CREATE_PRODUCT
Creates a new product in Stripe, encoding the request as application/x-www-form-urlencoded by flattening nested structures.Read + write
Create promotion code
STRIPE_CREATE_PROMOTION_CODE
Create a promotion code linked to an underlying coupon.Read + write
Create quote
STRIPE_CREATE_QUOTE
Create a Stripe quote modeling prices and services for a customer.Read + write
Create refund
STRIPE_CREATE_REFUND
Creates a full or partial refund in Stripe, targeting either a specific charge ID or a payment intent ID.Read + write
Create report run
STRIPE_CREATE_REPORT_RUN
Creates a new report run object and begins executing the report asynchronously.Read + write
Create reversal tax transaction
STRIPE_CREATE_REVERSAL_TAX_TRANSACTION
Creates a reversal of an existing tax transaction.Read + write
Create setup intent
STRIPE_CREATE_SETUP_INTENT
Creates a SetupIntent object to collect payment method permissions for future payments.Read + write
Create shipping rate
STRIPE_CREATE_SHIPPING_RATE
Creates a new shipping rate object that appears on Checkout Sessions for customer display.Read + write
Create source
STRIPE_CREATE_SOURCE
Create a Stripe source object for accepting payment methods.Read + write
Create subscription
STRIPE_CREATE_SUBSCRIPTION
Creates a new, highly configurable subscription for an existing Stripe customer, supporting multiple items, trials, discounts, and various billing/payment options.Read + write
Create subscription item
STRIPE_CREATE_SUBSCRIPTION_ITEM
Add a new item to an existing subscription without changing existing items.Read + write
Create subscription schedule
STRIPE_CREATE_SUBSCRIPTION_SCHEDULE
Create a new subscription schedule for managing subscription changes over time.Read + write
Create tax calculation
STRIPE_CREATE_TAX_CALCULATION
Creates a Tax Calculation to compute taxes for customer purchases.Read + write
Create tax id
STRIPE_CREATE_TAX_ID
Creates a new tax ID for an account or customer.Read + write
Create tax rate
STRIPE_CREATE_TAX_RATE
Create a new tax rate in Stripe. Use when you need to define a tax rate for invoices, subscriptions, or checkout sessions.Read + write
Create tax registration
STRIPE_CREATE_TAX_REGISTRATION
Creates a new Tax Registration object to enable tax collection in specified jurisdictions.Read + write
Create tax transaction from calculation
STRIPE_CREATE_TAX_TRANSACTION_FROM_CALCULATION
Create a Tax Transaction from a calculation before 90-day expiration.Read + write
Create terminal configuration
STRIPE_CREATE_TERMINAL_CONFIGURATION
Creates a new Configuration object for Stripe payment terminals with customizable settings.Read + write
Create terminal connection token
STRIPE_CREATE_TERMINAL_CONNECTION_TOKEN
Creates a short-lived connection token for Stripe Terminal SDK to connect to readers.Read + write
Create terminal location
STRIPE_CREATE_TERMINAL_LOCATION
Creates a new Terminal Location for managing Stripe Terminal readers.Read + write
Create terminal onboarding link
STRIPE_CREATE_TERMINAL_ONBOARDING_LINK
Creates an onboarding link for Tap to Pay on iPhone.Read + write
Create terminal reader
STRIPE_CREATE_TERMINAL_READER
Creates and registers a new Terminal Reader to a Stripe account at a specified location.Read + write
Create test clock
STRIPE_CREATE_TEST_CLOCK
Create a test clock for testing time-based scenarios in Stripe.Read + write
Create test confirmation token
STRIPE_CREATE_TEST_CONFIRMATION_TOKEN
Creates a test mode Confirmation Token for server-side payment integration testing.Read + write
Create token
STRIPE_CREATE_TOKEN
Create a single-use CVC update token for card re-collection.Read + write
Create usage record
STRIPE_CREATE_USAGE_RECORD
Creates a usage record for a specified subscription item and timestamp.Read + write
Deactivate billing alert
STRIPE_DEACTIVATE_BILLING_ALERT
Deactivate a billing alert, preventing it from triggering.Read + write
Deactivate billing meter
STRIPE_DEACTIVATE_BILLING_METER
Deactivates a billing meter. Use when you need to stop a meter from accepting new events and prevent it from being attached to prices.Read + write
Deletev1 subscriptions list subscriptions
STRIPE_DELETEV1_SUBSCRIPTIONS_LIST_SUBSCRIPTIONS
Cancel a Stripe subscription immediately. Use when you need to permanently cancel a customer's subscription and prevent future charges.Read + write
Delete apple pay domain
STRIPE_DELETE_APPLE_PAY_DOMAIN
Delete an Apple Pay domain from a Stripe account.Read + write
Delete apps secret
STRIPE_DELETE_APPS_SECRET
Delete a secret from the Stripe Secret Store by name and scope.Read + write
Delete coupon
STRIPE_DELETE_COUPON
Delete a coupon from Stripe. Use when you need to remove a coupon code, preventing new redemptions while preserving existing customer discounts.Read + write
Delete customer
STRIPE_DELETE_CUSTOMER
DEPRECATED: Use STRIPE_DELETE_CUSTOMERS_CUSTOMER instead.Read + write
Delete customers customer
STRIPE_DELETE_CUSTOMERS_CUSTOMER
Permanently deletes a customer and cancels active subscriptions.Read + write
Delete customer bank account
STRIPE_DELETE_CUSTOMER_BANK_ACCOUNT
Deletes a bank account payment source from a customer.Read + write
Delete customer discount
STRIPE_DELETE_CUSTOMER_DISCOUNT
Removes the currently applied discount on a customer.Read + write
Delete customer subscription
STRIPE_DELETE_CUSTOMER_SUBSCRIPTION
Cancels a customer's subscription immediately.Read + write
Delete customer subscription discount
STRIPE_DELETE_CUSTOMER_SUBSCRIPTION_DISCOUNT
Removes currently applied discount from a customer's subscription.Read + write
Delete customer tax id
STRIPE_DELETE_CUSTOMER_TAX_ID
Deletes a customer's tax ID object. Use when you need to remove a specific tax identification from a customer's account.Read + write
Delete ephemeral key
STRIPE_DELETE_EPHEMERAL_KEY
Immediately invalidate an ephemeral key. Use when you need to manually expire a short-lived API key before its automatic expiration time.Read + write
Delete invoice
STRIPE_DELETE_INVOICE
Permanently deletes a draft invoice. This action cannot be undone. Use when you need to remove a draft invoice. Finalized or subscription invoices must be voided instead.Read + write
Delete invoiceitem
STRIPE_DELETE_INVOICEITEM
Delete an invoice item from Stripe. Use when removing invoice items that are not attached to invoices or attached to draft invoices.Read + write
Delete plan
STRIPE_DELETE_PLAN
Delete a plan from Stripe. Use when you need to permanently remove a pricing plan. Prevents new subscribers from being added to the plan, but existing subscribers remain unaffected.Read + write
Delete product
STRIPE_DELETE_PRODUCT
Delete a product. Deleting a product is only possible if it has no prices associated with it. Products with type=good cannot be deleted if they have SKUs.Read + write
Delete product feature
STRIPE_DELETE_PRODUCT_FEATURE
Removes a feature from a product. Use when you need to delete a specific product feature attachment.Read + write
Delete subscription discount
STRIPE_DELETE_SUBSCRIPTION_DISCOUNT
Removes the currently applied discount on a subscription.Read + write
Delete subscription item
STRIPE_DELETE_SUBSCRIPTION_ITEM
Deletes a subscription item without canceling the subscription.Read + write
Delete tax id
STRIPE_DELETE_TAX_ID
Deletes an existing tax ID object. Use when you need to permanently remove a tax identification from Stripe.Read + write
Delete terminal configuration
STRIPE_DELETE_TERMINAL_CONFIGURATION
Permanently deletes a Terminal Configuration object from your Stripe account.Read + write
Delete terminal location
STRIPE_DELETE_TERMINAL_LOCATION
Permanently delete a Terminal Location object from your Stripe account.Read + write
Delete terminal reader
STRIPE_DELETE_TERMINAL_READER
Permanently deletes a Terminal Reader object from your Stripe account.Read + write
Delete test clock
STRIPE_DELETE_TEST_CLOCK
Permanently deletes a test clock from Stripe's test environment.Read + write
Delete v1 invoices void an invoice
STRIPE_DELETE_V1_INVOICES_VOID_AN_INVOICE
Void a finalized Stripe invoice. Use when you need to permanently mark an invoice as void to prevent any further collection attempts. This action cannot be undone.Read + write
Detach payment from invoice
STRIPE_DETACH_PAYMENT_FROM_INVOICE
Detach a payment from an invoice. Use when you need to remove a payment from an invoice's list of payments. Only works with paid or canceled PaymentIntents.Read + write
Detach payment method
STRIPE_DETACH_PAYMENT_METHOD
Detaches a PaymentMethod object from a Customer account.Read + write
Download quote pdf
STRIPE_DOWNLOAD_QUOTE_PDF
Download the PDF for a finalized quote from Stripe.All levels
Expire billing credit grant
STRIPE_EXPIRE_BILLING_CREDIT_GRANT
Expires a billing credit grant immediately.Read + write
Expire checkout session
STRIPE_EXPIRE_CHECKOUT_SESSION
Expire an active Stripe Checkout Session. Use when you need to prevent customers from completing an open checkout session.Read + write
Finalize invoice
STRIPE_FINALIZE_INVOICE
Finalize a draft invoice so it becomes open/collectable (and immutable where required).Read + write
Finalize quote
STRIPE_FINALIZE_QUOTE
Finalize a quote in Stripe. Use when you need to transition a quote from draft status to open status, making it ready to be sent to the customer for acceptance. The quote must have a customer attached before it can be f…Read + write
Find apps secret
STRIPE_FIND_APPS_SECRET
Find a secret by name and scope in the Stripe Apps secret store.All levels
Find tax association
STRIPE_FIND_TAX_ASSOCIATION
Find a tax association by PaymentIntent ID.All levels
Fund test cash balance
STRIPE_FUND_TEST_CASH_BALANCE
Fund a test mode cash balance for a customer.Read + write
Get account
STRIPE_GET_ACCOUNT
Retrieves detailed information for the authenticated Stripe account.All levels
Get accounts account
STRIPE_GET_ACCOUNTS_ACCOUNT
Retrieves the details of a Stripe account.All levels
Get account capabilities
STRIPE_GET_ACCOUNT_CAPABILITIES
Retrieves a list of all capabilities for a connected Stripe account.All levels
Get account capability
STRIPE_GET_ACCOUNT_CAPABILITY
Retrieves information about a specific capability for a Stripe account.All levels
Get account person
STRIPE_GET_ACCOUNT_PERSON
Retrieves an existing person associated with a Stripe account.All levels
Get account persons
STRIPE_GET_ACCOUNT_PERSONS
Retrieves a list of people associated with the account's legal entity.All levels
Get active entitlement
STRIPE_GET_ACTIVE_ENTITLEMENT
Retrieve an active entitlement describing customer access to a feature.All levels
Get apple pay domain
STRIPE_GET_APPLE_PAY_DOMAIN
Retrieves details about a previously registered Apple Pay domain.All levels
Get balance history
STRIPE_GET_BALANCE_HISTORY
DEPRECATED: Use STRIPE_LIST_BALANCE_TRANSACTIONS instead.All levels
Get balance settings
STRIPE_GET_BALANCE_SETTINGS
Retrieve balance settings for a Stripe account.All levels
Get balance transaction
STRIPE_GET_BALANCE_TRANSACTION
Retrieves the balance transaction with the given ID.All levels
Get billing alert
STRIPE_GET_BILLING_ALERT
Retrieves a billing alert by its unique identifier.All levels
Get billing credit balance summary
STRIPE_GET_BILLING_CREDIT_BALANCE_SUMMARY
Retrieves the credit balance summary for a customer in Stripe Billing.All levels
Get billing credit balance transactions id
STRIPE_GET_BILLING_CREDIT_BALANCE_TRANSACTIONS_ID
Retrieves a credit balance transaction by its unique identifier.All levels
Get billing credit grants
STRIPE_GET_BILLING_CREDIT_GRANTS
Retrieve a paginated list of billing credit grants.All levels
Get billing credit grants id
STRIPE_GET_BILLING_CREDIT_GRANTS_ID
Retrieves a billing credit grant by its unique identifier.All levels
Get billing meters
STRIPE_GET_BILLING_METERS
Retrieve a list of billing meters from Stripe.All levels
Get billing meters id
STRIPE_GET_BILLING_METERS_ID
Retrieves a billing meter by its unique identifier.All levels
Get billing portal configurations
STRIPE_GET_BILLING_PORTAL_CONFIGURATIONS
List billing portal configurations. Use when you need to retrieve portal configurations that describe the functionality and settings of the customer portal.All levels
Get billing portal configurations configuration
STRIPE_GET_BILLING_PORTAL_CONFIGURATIONS_CONFIGURATION
Retrieve a billing portal configuration from Stripe.All levels
Get charges charge dispute
STRIPE_GET_CHARGES_CHARGE_DISPUTE
Retrieve a dispute for a specified charge.All levels
Get charges charge refunds refund
STRIPE_GET_CHARGES_CHARGE_REFUNDS_REFUND
Retrieve the details of an existing refund within a specific charge.All levels
Get checkout sessions session line items
STRIPE_GET_CHECKOUT_SESSIONS_SESSION_LINE_ITEMS
Retrieve line items for a Checkout Session.All levels
Get climate products product
STRIPE_GET_CLIMATE_PRODUCTS_PRODUCT
Retrieve details of a specific Stripe Climate product.All levels
Get climate suppliers supplier
STRIPE_GET_CLIMATE_SUPPLIERS_SUPPLIER
Retrieves detailed information about a specific Stripe Climate carbon removal supplier.All levels
Get confirmation tokens confirmation token
STRIPE_GET_CONFIRMATION_TOKENS_CONFIRMATION_TOKEN
Retrieve an existing ConfirmationToken object by its ID.All levels
Get country specs country
STRIPE_GET_COUNTRY_SPECS_COUNTRY
Retrieves configuration details for a specific country, including supported payment methods, required verification fields, and supported currencies.All levels
Get coupon
STRIPE_GET_COUPON
Retrieves full details for an existing Stripe coupon using its unique ID.All levels
Get credit notes credit note lines
STRIPE_GET_CREDIT_NOTES_CREDIT_NOTE_LINES
Retrieves the paginated list of line items for a specific credit note.All levels
Get credit notes id
STRIPE_GET_CREDIT_NOTES_ID
Retrieves a credit note by its unique identifier.All levels
Get credit notes preview
STRIPE_GET_CREDIT_NOTES_PREVIEW
Preview a credit note without creating it in Stripe.All levels
Get credit notes preview lines
STRIPE_GET_CREDIT_NOTES_PREVIEW_LINES
Retrieve a credit note preview's line items from Stripe.All levels
Get customers cash balance transactions
STRIPE_GET_CUSTOMERS_CASH_BALANCE_TRANSACTIONS
Retrieve a specific cash balance transaction that updated a customer's cash balance.All levels
Get customers customer balance transactions
STRIPE_GET_CUSTOMERS_CUSTOMER_BALANCE_TRANSACTIONS
List customer balance transactions that updated a customer's balance.All levels
Get customers customer balance txns txn
STRIPE_GET_CUSTOMERS_CUSTOMER_BALANCE_TXNS_TXN
Retrieves a specific customer balance transaction that updated the customer's balances.All levels
Get customers customer bank accounts
STRIPE_GET_CUSTOMERS_CUSTOMER_BANK_ACCOUNTS
Fetch all bank accounts linked to a customer.All levels
Get customers customer bank accounts id
STRIPE_GET_CUSTOMERS_CUSTOMER_BANK_ACCOUNTS_ID
Retrieves details about a specific bank account stored on a Stripe customer.All levels
Get customers customer cards
STRIPE_GET_CUSTOMERS_CUSTOMER_CARDS
List all cards for a customer. Use when you need to retrieve payment card information for a specific customer.All levels
Get customers customer cards id
STRIPE_GET_CUSTOMERS_CUSTOMER_CARDS_ID
Retrieves details about a specific card for a customer.All levels
Get customers customer cash balance
STRIPE_GET_CUSTOMERS_CUSTOMER_CASH_BALANCE
Retrieve a customer's cash balance. Use when you need to check the current cash balance for a specific Stripe customer, including available funds by currency.All levels
Get customers customer cash balance transactions
STRIPE_GET_CUSTOMERS_CUSTOMER_CASH_BALANCE_TRANSACTIONS
Retrieve a list of cash balance transactions for a customer.All levels
Get customers customer discount
STRIPE_GET_CUSTOMERS_CUSTOMER_DISCOUNT
Retrieve the discount currently active on a customer.All levels
Get customers customer payment methods
STRIPE_GET_CUSTOMERS_CUSTOMER_PAYMENT_METHODS
Retrieves a list of payment methods for a given customer, supporting type filtering and pagination.All levels
Get customers customer payment methods payment method
STRIPE_GET_CUSTOMERS_CUSTOMER_PAYMENT_METHODS_PAYMENT_METHOD
Retrieve a specific PaymentMethod object for a given Customer.All levels
Get customers customer sources
STRIPE_GET_CUSTOMERS_CUSTOMER_SOURCES
List sources for a specified customer. Use when you need to retrieve payment sources (cards) stored on a customer account.All levels
Get customers customer sources id
STRIPE_GET_CUSTOMERS_CUSTOMER_SOURCES_ID
Retrieve a specified payment source for a given customer.All levels
Get customers customer subscriptions
STRIPE_GET_CUSTOMERS_CUSTOMER_SUBSCRIPTIONS
DEPRECATED: Use STRIPE_LIST_SUBSCRIPTIONS instead.All levels
Get customers customer subs sub exposed id
STRIPE_GET_CUSTOMERS_CUSTOMER_SUBS_SUB_EXPOSED_ID
Retrieve a specific subscription for a customer.All levels
Get customers customer subs sub exposed id discount
STRIPE_GET_CUSTOMERS_CUSTOMER_SUBS_SUB_EXPOSED_ID_DISCOUNT
Retrieve the discount currently applied to a customer's subscription.All levels
Get customers customer tax ids
STRIPE_GET_CUSTOMERS_CUSTOMER_TAX_IDS
Retrieve all tax IDs for a specific Stripe customer.All levels
Get customers customer tax ids id
STRIPE_GET_CUSTOMERS_CUSTOMER_TAX_IDS_ID
Retrieve a specific tax ID for a customer.All levels
Get entitlements active entitlements
STRIPE_GET_ENTITLEMENTS_ACTIVE_ENTITLEMENTS
Retrieve active entitlements for a customer.All levels
Get entitlements features id
STRIPE_GET_ENTITLEMENTS_FEATURES_ID
Retrieve a feature by ID from Stripe. Use when you need to get details about a specific entitlements feature.All levels
Get events
STRIPE_GET_EVENTS
Retrieves a list of Stripe events from the past 30 days with filtering and pagination.All levels
Get events id
STRIPE_GET_EVENTS_ID
Retrieves event details for events created within the last 30 days.All levels
Get files file
STRIPE_GET_FILES_FILE
Retrieve details of an existing file object by its unique identifier.All levels
Get file links link
STRIPE_GET_FILE_LINKS_LINK
Retrieves the details of an existing file link.All levels
Get financial connections sessions session
STRIPE_GET_FINANCIAL_CONNECTIONS_SESSIONS_SESSION
Retrieves the details of a Financial Connections Session.All levels
Get fx quote
STRIPE_GET_FX_QUOTE
Retrieve a specific FX (foreign exchange) Quote by its ID.All levels
Get invoiceitems invoiceitem
STRIPE_GET_INVOICEITEMS_INVOICEITEM
Retrieve the details of an invoice item using its unique identifier.All levels
Get invoices invoice
STRIPE_GET_INVOICES_INVOICE
Retrieve a specific invoice by ID. Use when you need to get detailed information about an existing invoice.All levels
Get invoices invoice lines
STRIPE_GET_INVOICES_INVOICE_LINES
Retrieve a paginated list of line items for a specific invoice.All levels
Get invoice payments id
STRIPE_GET_INVOICE_PAYMENTS_ID
Retrieve details of a specific Stripe invoice payment by ID.All levels
Get mandate
STRIPE_GET_MANDATE
Retrieve a Stripe mandate by ID. Use when you need to get authorization details for recurring or single-use payments.All levels
Get payment attempt records id
STRIPE_GET_PAYMENT_ATTEMPT_RECORDS_ID
Retrieve a specific Payment Attempt Record by ID.All levels
Get payment intent amount details line items
STRIPE_GET_PAYMENT_INTENT_AMOUNT_DETAILS_LINE_ITEMS
Retrieve paginated line items for a PaymentIntent.All levels
Get payment link
STRIPE_GET_PAYMENT_LINK
Retrieve details of an existing Stripe payment link by ID.All levels
Get payment links payment link line items
STRIPE_GET_PAYMENT_LINKS_PAYMENT_LINK_LINE_ITEMS
Retrieve paginated line items for a payment link.All levels
Get payment method
STRIPE_GET_PAYMENT_METHOD
Retrieves the details of a PaymentMethod object by its unique identifier.All levels
Get payment method configuration
STRIPE_GET_PAYMENT_METHOD_CONFIGURATION
Retrieve a specific payment method configuration by its unique identifier.All levels
Get payment method domain
STRIPE_GET_PAYMENT_METHOD_DOMAIN
Retrieves details of an existing payment method domain.All levels
Get payment record
STRIPE_GET_PAYMENT_RECORD
Retrieve a Payment Record from Stripe. Use when you need to access details about payments that occur on- or off-Stripe, including payment attempts and status information.All levels
Get payout
STRIPE_GET_PAYOUT
Retrieve details of an existing Stripe payout.All levels
Get plan
STRIPE_GET_PLAN
Retrieve a specific Stripe plan by its unique identifier.All levels
Get prices price
STRIPE_GET_PRICES_PRICE
Retrieves detailed information for a specific Stripe price using its unique ID.All levels
Get products id
STRIPE_GET_PRODUCTS_ID
Retrieves detailed information for an existing Stripe product using its unique product ID.All levels
Get products product features id
STRIPE_GET_PRODUCTS_PRODUCT_FEATURES_ID
Retrieves a specific product feature by its ID.All levels
Get promotion codes
STRIPE_GET_PROMOTION_CODES
Retrieves a list of promotion codes from a Stripe account with optional filters for active status, code value, coupon association, and customer restrictions.All levels
Get quotes quote
STRIPE_GET_QUOTES_QUOTE
Retrieve a quote by ID. Use when you need to get detailed information about a specific Stripe quote, including line items, pricing, and status.All levels
Get quotes quote computed upfront line items
STRIPE_GET_QUOTES_QUOTE_COMPUTED_UPFRONT_LINE_ITEMS
Retrieve computed upfront line items for a quote.All levels
Get quotes quote line items
STRIPE_GET_QUOTES_QUOTE_LINE_ITEMS
Retrieve a paginated list of line items for a quote.All levels
Get radar value list
STRIPE_GET_RADAR_VALUE_LIST
Retrieves a specific Stripe Radar value list by its identifier.All levels
Get radar value list items
STRIPE_GET_RADAR_VALUE_LIST_ITEMS
List all value list items from a Stripe Radar value list.All levels
Get refunds refund
STRIPE_GET_REFUNDS_REFUND
Retrieve details of a specific Stripe refund by ID.All levels
Get reporting report runs report run
STRIPE_GET_REPORTING_REPORT_RUNS_REPORT_RUN
Retrieves details of an existing Report Run object.All levels
Get reporting report type
STRIPE_GET_REPORTING_REPORT_TYPE
Retrieve details of a specific Stripe report type by ID.All levels
Get setup attempts
STRIPE_GET_SETUP_ATTEMPTS
List SetupAttempts associated with a SetupIntent.All levels
Get setup intent
STRIPE_GET_SETUP_INTENT
Retrieves details of a SetupIntent by its ID; client_secret is required if a publishable API key is used.All levels
Get shipping rate
STRIPE_GET_SHIPPING_RATE
Retrieve details of a specific Stripe shipping rate by its unique ID.All levels
Get sources source
STRIPE_GET_SOURCES_SOURCE
Retrieves an existing source object. DEPRECATED: The Stripe Sources API has been deprecated. This action can only retrieve existing sources created before the API deprecation. For new integrations, use the Payment Metho…All levels
Get subscription
STRIPE_GET_SUBSCRIPTION
Retrieves detailed information for an existing Stripe subscription using its unique ID.All levels
Get subscription item
STRIPE_GET_SUBSCRIPTION_ITEM
Retrieves detailed information for a specific subscription item using its unique ID.All levels
Get subscription schedules schedule
STRIPE_GET_SUBSCRIPTION_SCHEDULES_SCHEDULE
Retrieve a subscription schedule using its unique identifier.All levels
Get tax calculation
STRIPE_GET_TAX_CALCULATION
Retrieves a Tax Calculation object by its unique ID.All levels
Get tax calculations calculation line items
STRIPE_GET_TAX_CALCULATIONS_CALCULATION_LINE_ITEMS
Retrieves line items of a tax calculation as a paginated collection.All levels
Get tax code
STRIPE_GET_TAX_CODE
Retrieves the details of an existing tax code.All levels
Get tax id
STRIPE_GET_TAX_ID
Retrieves an account or customer tax ID object.All levels
Get tax rate
STRIPE_GET_TAX_RATE
Retrieve the details of an existing tax rate.All levels
Get tax registration
STRIPE_GET_TAX_REGISTRATION
Retrieve a specific tax registration configured for your Stripe account.All levels
Get tax settings
STRIPE_GET_TAX_SETTINGS
Retrieves Tax Settings for a merchant. Use when you need to fetch the tax configuration for a Stripe account.All levels
Get tax transaction
STRIPE_GET_TAX_TRANSACTION
Retrieves a Tax Transaction object by ID. Use when you need to fetch details about a specific tax transaction.All levels
Get tax transactions transaction line items
STRIPE_GET_TAX_TRANSACTIONS_TRANSACTION_LINE_ITEMS
Retrieves the line items of a committed standalone tax transaction.All levels
Get terminal configuration
STRIPE_GET_TERMINAL_CONFIGURATION
Retrieve a specific Terminal Configuration object from Stripe.All levels
Get terminal location
STRIPE_GET_TERMINAL_LOCATION
Retrieve a Terminal Location object by ID.All levels
Get terminal reader
STRIPE_GET_TERMINAL_READER
Retrieve a Terminal Reader object by ID. Use when you need to get details about a specific reader device for accepting payment details in Stripe Terminal.All levels
Get test clock
STRIPE_GET_TEST_CLOCK
Retrieve a test clock by ID. Use when testing billing integrations by simulating time advancement in sandbox environments.All levels
Get token
STRIPE_GET_TOKEN
Retrieves the token with the given ID. Use when you need to verify token details or check if a token has been used.All levels
Get upcoming invoice line items
STRIPE_GET_UPCOMING_INVOICE_LINE_ITEMS
Retrieve a paginated list of line items for an upcoming invoice preview.All levels
Get v1 customers search customers
STRIPE_GET_V1_CUSTOMERS_SEARCH_CUSTOMERS
Search for Stripe customers using Stripe's Search Query Language.All levels
Get v1 disputes disputes
STRIPE_GET_V1_DISPUTES_DISPUTES
Retrieves detailed information for an existing Stripe dispute by ID.All levels
Get v1 invoice payments overview2
STRIPE_GET_V1_INVOICE_PAYMENTS_OVERVIEW2
List invoice payments in Stripe with pagination and filtering options.All levels
Get v1 payment methods payment methods2
STRIPE_GET_V1_PAYMENT_METHODS_PAYMENT_METHODS2
Retrieve a list of PaymentMethods with filtering and pagination support.All levels
Get v1 payment method configs list payment method2
STRIPE_GET_V1_PAYMENT_METHOD_CONFIGS_LIST_PAYMENT_METHOD2
List all payment method configurations in a Stripe account.All levels
Get v1 payment method domains
STRIPE_GET_V1_PAYMENT_METHOD_DOMAINS
Retrieve list of payment method domains registered with Stripe account.All levels
Get v1 radar early fraud warnings overview
STRIPE_GET_V1_RADAR_EARLY_FRAUD_WARNINGS_OVERVIEW
Returns a list of early fraud warnings. An early fraud warning indicates that the card issuer has notified Stripe that a charge may be fraudulent. Use when you need to review potentially fraudulent charges to decide whe…All levels
Get v1 radar value lists overview radar value lists
STRIPE_GET_V1_RADAR_VALUE_LISTS_OVERVIEW_RADAR_VALUE_LISTS
Retrieve an overview of Radar value lists.All levels
Get v1 reporting report types overview reporting
STRIPE_GET_V1_REPORTING_REPORT_TYPES_OVERVIEW_REPORTING
List all available Stripe report types. Use when you need to discover what reporting types are available for generating reports.All levels
Get v1 shipping rates overview2
STRIPE_GET_V1_SHIPPING_RATES_OVERVIEW2
Retrieve an overview of shipping rates from Stripe.All levels
Get v1 subscription schedules overview2
STRIPE_GET_V1_SUBSCRIPTION_SCHEDULES_OVERVIEW2
Retrieves a list of subscription schedules with optional filtering and pagination capabilities.All levels
Get v1 tax codes tax code2
STRIPE_GET_V1_TAX_CODES_TAX_CODE2
Retrieve all tax codes available to add to Products for specific tax calculations.All levels
Get v1 tax ids overview2
STRIPE_GET_V1_TAX_IDS_OVERVIEW2
Retrieve a list of tax IDs with pagination support.All levels
Get v1 tax rates tax rate2
STRIPE_GET_V1_TAX_RATES_TAX_RATE2
Retrieve all tax rates with pagination support.All levels
Get v2 core events retrieve an event
STRIPE_GET_V2_CORE_EVENTS_RETRIEVE_AN_EVENT
Retrieves detailed information about a specific event from Stripe V2 Core Events API.All levels
List all subscription item period summaries
STRIPE_LIST_ALL_SUBSCRIPTION_ITEM_PERIOD_SUMMARIES
List all subscription item period summaries.All levels
List apple pay domains
STRIPE_LIST_APPLE_PAY_DOMAINS
Retrieves a list of Apple Pay domains registered with Stripe.All levels
List application fees
STRIPE_LIST_APPLICATION_FEES
Returns a list of application fees you've previously collected, sorted by creation date descending (newest first).All levels
List apps secrets
STRIPE_LIST_APPS_SECRETS
List all secrets stored on the given scope.All levels
List balance transactions
STRIPE_LIST_BALANCE_TRANSACTIONS
Lists Stripe balance transactions sorted by creation date descending (newest first), with optional filtering by currency, type, source, or payout and pagination support.All levels
List billing alerts
STRIPE_LIST_BILLING_ALERTS
Retrieve a paginated list of billing alerts.All levels
List billing credit balance transactions
STRIPE_LIST_BILLING_CREDIT_BALANCE_TRANSACTIONS
Retrieve a paginated list of credit balance transactions with optional filtering.All levels
List charges
STRIPE_LIST_CHARGES
Retrieves a list of Stripe charges with filtering and pagination; use valid cursor IDs from previous responses for pagination, and note that charges are typically returned in reverse chronological order.All levels
List checkout sessions
STRIPE_LIST_CHECKOUT_SESSIONS
Retrieve a list of Stripe Checkout Sessions with pagination support.All levels
List climate orders
STRIPE_LIST_CLIMATE_ORDERS
List all Climate order objects. Use when you need to retrieve carbon removal orders sorted by creation date with most recent first.All levels
List climate products
STRIPE_LIST_CLIMATE_PRODUCTS
Retrieve a list of available Stripe Climate products.All levels
List climate suppliers
STRIPE_LIST_CLIMATE_SUPPLIERS
Retrieve a list of available Stripe Climate supplier objects for carbon removal.All levels
List country specs
STRIPE_LIST_COUNTRY_SPECS
Retrieves a list of country specifications available in the Stripe API.All levels
List coupons
STRIPE_LIST_COUPONS
Retrieves a list of discount coupons from a Stripe account, supporting pagination via limit, starting_after, and ending_before.All levels
List credit notes
STRIPE_LIST_CREDIT_NOTES
Lists Stripe credit notes with optional filtering by customer, invoice, or customer account, and pagination support.All levels
List customers
STRIPE_LIST_CUSTOMERS
Retrieves a list of Stripe customers, with options to filter by email, creation date, or test clock, and support for pagination.All levels
List customer subscriptions
STRIPE_LIST_CUSTOMER_SUBSCRIPTIONS
List all active subscriptions for a customer in Stripe.All levels
List disputes
STRIPE_LIST_DISPUTES
List all disputes from a Stripe account. Use when you need to retrieve disputes with optional filtering by charge or payment intent.All levels
List entitlements features
STRIPE_LIST_ENTITLEMENTS_FEATURES
Retrieves a paginated list of entitlements features from Stripe.All levels
List files
STRIPE_LIST_FILES
Retrieve a list of files that your account has access to.All levels
List file links
STRIPE_LIST_FILE_LINKS
Retrieve a list of Stripe file links. Use when you need to list file links with optional filters for creation date, expiration status, and associated file.All levels
List financial connections accounts
STRIPE_LIST_FINANCIAL_CONNECTIONS_ACCOUNTS
List Financial Connections Account objects representing external financial accounts.All levels
List forwarding requests
STRIPE_LIST_FORWARDING_REQUESTS
Lists ForwardingRequest objects from Stripe's Vault and Forward API.All levels
List fx quotes
STRIPE_LIST_FX_QUOTES
Retrieves a list of FX quotes that have been issued, with the most recent appearing first.All levels
List invoiceitems
STRIPE_LIST_INVOICEITEMS
Retrieves a paginated list of Stripe invoice items.All levels
List invoices
STRIPE_LIST_INVOICES
Retrieves a list of Stripe invoices, filterable by various criteria and paginatable using invoice ID cursors obtained from previous responses.All levels
List invoice payments
STRIPE_LIST_INVOICE_PAYMENTS
List all payments for invoices in Stripe. Use when you need to retrieve payment information associated with invoices, including pagination and filtering by invoice ID, status, or creation date.All levels
List invoice rendering templates
STRIPE_LIST_INVOICE_RENDERING_TEMPLATES
List all invoice rendering templates ordered by creation date.All levels
List meter event summaries
STRIPE_LIST_METER_EVENT_SUMMARIES
Retrieve billing meter event summaries for a customer within a time range.All levels
List payment attempt records
STRIPE_LIST_PAYMENT_ATTEMPT_RECORDS
List payment attempt records for a specified payment record.All levels
List payment intents
STRIPE_LIST_PAYMENT_INTENTS
List PaymentIntents from Stripe. Use when you need to retrieve a list of payment intents with optional filtering by customer, creation date, or pagination parameters.All levels
List payment links
STRIPE_LIST_PAYMENT_LINKS
Retrieves a list of payment links from Stripe, sorted by creation date in descending order by default.All levels
List payouts
STRIPE_LIST_PAYOUTS
Lists Stripe payouts sent to external accounts or received from Stripe, sorted by creation date descending (newest first), with optional filtering by arrival date, creation date, destination, and status.All levels
List plans
STRIPE_LIST_PLANS
List all billing plans from Stripe account.All levels
List prices
STRIPE_LIST_PRICES
List Stripe prices. Use when you need to retrieve and filter price objects before processing write operations.All levels
List products
STRIPE_LIST_PRODUCTS
Retrieves a list of Stripe products, with optional filtering and pagination; starting_after/ending_before cursors must be valid product IDs from a previous response.All levels
List products product features
STRIPE_LIST_PRODUCTS_PRODUCT_FEATURES
Retrieves a list of features attached to a product.All levels
List promotion codes
STRIPE_LIST_PROMOTION_CODES
Retrieve a list of promotion codes from Stripe.All levels
List quotes
STRIPE_LIST_QUOTES
Retrieves a list of Stripe quotes with pagination support.All levels
List radar early fraud warnings
STRIPE_LIST_RADAR_EARLY_FRAUD_WARNINGS
List all early fraud warnings from Stripe Radar.All levels
List radar reviews
STRIPE_LIST_RADAR_REVIEWS
Returns a list of Radar Review objects that have open set to true, sorted in descending order by creation date.All levels
List refunds
STRIPE_LIST_REFUNDS
Lists Stripe refunds, sorted by creation date descending (newest first), with optional filtering by charge or payment_intent and pagination support.All levels
List reporting report runs
STRIPE_LIST_REPORTING_REPORT_RUNS
Lists Stripe Report Runs, sorted by creation date descending (newest first).All levels
List reviews
STRIPE_LIST_REVIEWS
Retrieves a list of open Stripe reviews with pagination support.All levels
List setup attempts
STRIPE_LIST_SETUP_ATTEMPTS
List SetupAttempts associated with a SetupIntent.All levels
List setup intents
STRIPE_LIST_SETUP_INTENTS
List SetupIntents from Stripe. Use when you need to retrieve a list of setup intents with optional filtering by customer, payment method, or pagination parameters.All levels
List sigma scheduled query runs
STRIPE_LIST_SIGMA_SCHEDULED_QUERY_RUNS
List all Sigma scheduled query runs. Use when you need to retrieve query runs from Stripe Sigma to access query results or check run status.All levels
List subscriptions
STRIPE_LIST_SUBSCRIPTIONS
Retrieves a list of Stripe subscriptions, optionally filtered by various criteria such as customer, price, status, collection method, and date ranges, with support for pagination.Read + write
List subscription items
STRIPE_LIST_SUBSCRIPTION_ITEMS
List all subscription items for a given subscription.All levels
List tax codes
STRIPE_LIST_TAX_CODES
Retrieves a paginated list of globally available, predefined Stripe tax codes used for classifying products and services in Stripe Tax.All levels
List tax rates
STRIPE_LIST_TAX_RATES
Retrieves a list of tax rates, which are returned sorted by creation date in descending order.All levels
List tax registrations
STRIPE_LIST_TAX_REGISTRATIONS
Retrieves a paginated list of tax registrations.All levels
List terminal configurations
STRIPE_LIST_TERMINAL_CONFIGURATIONS
Retrieve a list of Terminal Configuration objects from Stripe.All levels
List terminal locations
STRIPE_LIST_TERMINAL_LOCATIONS
Retrieves a list of Stripe terminal locations with pagination support.All levels
List terminal readers
STRIPE_LIST_TERMINAL_READERS
List all Stripe Terminal Readers with optional filtering.All levels
List test clocks
STRIPE_LIST_TEST_CLOCKS
Retrieves a paginated list of test clocks.All levels
List topups
STRIPE_LIST_TOPUPS
Retrieve a list of existing top-ups from Stripe.All levels
List transfers
STRIPE_LIST_TRANSFERS
List all transfers sent to connected accounts.All levels
List v2 core events
STRIPE_LIST_V2_CORE_EVENTS
List v2 core events from Stripe. Use when you need to retrieve a list of events with thin payloads containing references to changed objects. These events are unversioned and require fetching the related object for full…All levels
List v2 core event destinations
STRIPE_LIST_V2_CORE_EVENT_DESTINATIONS
Retrieves a list of event destinations from Stripe V2 Core Events API.All levels
Mark invoice uncollectible
STRIPE_MARK_INVOICE_UNCOLLECTIBLE
Mark a Stripe invoice as uncollectible for bad debt accounting purposes.Read + write
Migrate subscription
STRIPE_MIGRATE_SUBSCRIPTION
Migrate a subscription from classic to flexible billing mode.Read + write
Pay invoice
STRIPE_PAY_INVOICE
Pay an invoice manually outside the normal collection schedule.Read + write
Post billing credit grants void credit grant
STRIPE_POST_BILLING_CREDIT_GRANTS_VOID_CREDIT_GRANT
Voids a billing credit grant, preventing it from being applied to future invoices.Read + write
Post charges charge
STRIPE_POST_CHARGES_CHARGE
Updates a Stripe charge with the specified parameters; unspecified fields remain unchanged.Read + write
Post customers customer subs sub exposed id
STRIPE_POST_CUSTOMERS_CUSTOMER_SUBS_SUB_EXPOSED_ID
Update a customer's subscription. Use when modifying subscription items, billing cycle, payment methods, or metadata for an existing subscription.Read + write
Post customers sources verify the bank account
STRIPE_POST_CUSTOMERS_SOURCES_VERIFY_THE_BANK_ACCOUNT
Verifies a bank account for a customer using microdeposit amounts.Read + write
Post file links link
STRIPE_POST_FILE_LINKS_LINK
Update an existing file link in Stripe. Use when you need to modify the expiration time or metadata of a file link. Note: Expired links cannot be updated.Read + write
Post invoices invoice void
STRIPE_POST_INVOICES_INVOICE_VOID
Voids a finalized invoice and maintains a papertrail.Read + write
Post payment records report payment
STRIPE_POST_PAYMENT_RECORDS_REPORT_PAYMENT
Report a payment record in terminal state or for initialization.Read + write
Post setup intents intent
STRIPE_POST_SETUP_INTENTS_INTENT
Updates a SetupIntent object to modify configuration parameters and metadata.Read + write
Post subscriptions subscription exposed id
STRIPE_POST_SUBSCRIPTIONS_SUBSCRIPTION_EXPOSED_ID
Update an existing Stripe subscription with specified parameters.Read + write
Post subscription items item
STRIPE_POST_SUBSCRIPTION_ITEMS_ITEM
Update a subscription item's plan, quantity, billing thresholds, discounts, or metadata.Read + write
Post terminal configurations configuration
STRIPE_POST_TERMINAL_CONFIGURATIONS_CONFIGURATION
Update a Stripe Terminal Configuration. Use when you need to modify terminal reader settings including device-specific configurations, offline transaction capabilities, security settings, reboot windows, WiFi credential…Read + write
Post terminal readers reader process payment intent
STRIPE_POST_TERMINAL_READERS_READER_PROCESS_PAYMENT_INTENT
Initiates a payment flow on a Stripe Terminal Reader to process a PaymentIntent.Read + write
Post terminal readers reader set reader display
STRIPE_POST_TERMINAL_READERS_READER_SET_READER_DISPLAY
Configures a Stripe terminal reader to display cart information on screen.Read + write
Post terminal readers set reader display
STRIPE_POST_TERMINAL_READERS_SET_READER_DISPLAY
Configure a terminal reader's display to show cart details.Read + write
Post v1 accounts capabilities capabilities
STRIPE_POST_V1_ACCOUNTS_CAPABILITIES_CAPABILITIES
Updates an existing account capability for a Stripe connected account.Read + write
Post v1 balance settings overview
STRIPE_POST_V1_BALANCE_SETTINGS_OVERVIEW
Update balance settings for a Stripe account.Read + write
Post v1 billing portal configs overview billing
STRIPE_POST_V1_BILLING_PORTAL_CONFIGS_OVERVIEW_BILLING
Update an existing billing portal configuration in Stripe.Read + write
Post v1 checkout sessions retrieve a checkout
STRIPE_POST_V1_CHECKOUT_SESSIONS_RETRIEVE_A_CHECKOUT
Update and retrieve a Checkout Session object from Stripe.Read + write
Post v1 credit notes credit note2
STRIPE_POST_V1_CREDIT_NOTES_CREDIT_NOTE2
Update an existing credit note in Stripe by modifying its memo or metadata.Read + write
Post v1 customers funding instructions fund a test
STRIPE_POST_V1_CUSTOMERS_FUNDING_INSTRUCTIONS_FUND_A_TEST
Creates or retrieves funding instructions for a customer cash balance via bank transfer.Read + write
Post v1 customers search customers
STRIPE_POST_V1_CUSTOMERS_SEARCH_CUSTOMERS
Search for Stripe customers using a search query.All levels
Post v1 invoices finalize void an invoice
STRIPE_POST_V1_INVOICES_FINALIZE_VOID_AN_INVOICE
Voids a finalized invoice and maintains a papertrail.Read + write
Post v1 invoices lines overview
STRIPE_POST_V1_INVOICES_LINES_OVERVIEW
Updates an invoice's line item before finalization.Read + write
Post v1 invoices remove lines overview
STRIPE_POST_V1_INVOICES_REMOVE_LINES_OVERVIEW
Remove multiple line items from a draft Stripe invoice.Read + write
Post v1 invoices send void an invoice
STRIPE_POST_V1_INVOICES_SEND_VOID_AN_INVOICE
Void a finalized Stripe invoice. Use when you need to permanently void an invoice while preserving an audit trail. This operation cannot be undone and only works on finalized invoices.Read + write
Post v1 invoices void an invoice
STRIPE_POST_V1_INVOICES_VOID_AN_INVOICE
Permanently void a finalized Stripe invoice.Read + write
Post v1 payment method configs list payment method2
STRIPE_POST_V1_PAYMENT_METHOD_CONFIGS_LIST_PAYMENT_METHOD2
Updates a payment method configuration to control which payment methods are displayed at checkout.Read + write
Post v1 payment method domains payment method
STRIPE_POST_V1_PAYMENT_METHOD_DOMAINS_PAYMENT_METHOD
Updates an existing payment method domain to enable or disable it.Read + write
Post v1 payment records report attempt
STRIPE_POST_V1_PAYMENT_RECORDS_REPORT_ATTEMPT
Report a payment attempt on a Stripe Payment Record.Read + write
Post v1 payment records report canceled
STRIPE_POST_V1_PAYMENT_RECORDS_REPORT_CANCELED
Report that the most recent payment attempt was canceled.Read + write
Post v1 payment records report guaranteed
STRIPE_POST_V1_PAYMENT_RECORDS_REPORT_GUARANTEED
Reports that a payment attempt was guaranteed for a specific Payment Record.Read + write
Post v1 payment records report info
STRIPE_POST_V1_PAYMENT_RECORDS_REPORT_INFO
Report additional payment attempt information for a payment record.Read + write
Post v1 payment records report refund overview
STRIPE_POST_V1_PAYMENT_RECORDS_REPORT_REFUND_OVERVIEW
Reports that the most recent payment attempt on a Payment Record was refunded.Read + write
Post v1 payouts retrieve a payout
STRIPE_POST_V1_PAYOUTS_RETRIEVE_A_PAYOUT
Updates a payout's metadata and returns the updated payout object.Read + write
Post v1 plans overview
STRIPE_POST_V1_PLANS_OVERVIEW
Update a Stripe plan by setting passed parameter values.Read + write
Post v1 promotion codes promotion code
STRIPE_POST_V1_PROMOTION_CODES_PROMOTION_CODE
Updates an existing promotion code. Most fields are not editable by design. Use this to activate/deactivate codes, update metadata, or modify currency-specific restrictions.Read + write
Post v1 shipping rates overview2
STRIPE_POST_V1_SHIPPING_RATES_OVERVIEW2
Update an existing Stripe shipping rate. Use when you need to modify shipping rate properties such as active status, fixed amounts, metadata, or tax behavior.Read + write
Post v1 subscriptions list subscriptions
STRIPE_POST_V1_SUBSCRIPTIONS_LIST_SUBSCRIPTIONS
Updates an existing Stripe subscription's properties including metadata, description, payment method, billing settings, trial periods, and cancellation behavior.Read + write
Post v1 subscription schedules overview2
STRIPE_POST_V1_SUBSCRIPTION_SCHEDULES_OVERVIEW2
Update an existing subscription schedule with new phases, settings, metadata, and end behavior.Read + write
Post v1 subscription schedules release overview
STRIPE_POST_V1_SUBSCRIPTION_SCHEDULES_RELEASE_OVERVIEW
Release a subscription schedule. Releases a subscription schedule immediately, stops scheduling future phases but leaves the existing subscription in place.Read + write
Post v1 tax rates tax rate2
STRIPE_POST_V1_TAX_RATES_TAX_RATE2
Update an existing Stripe tax rate. Use when you need to modify tax rate properties such as display name, description, or active status.Read + write
Post v2 billing meter event adjustments meter event
STRIPE_POST_V2_BILLING_METER_EVENT_ADJUSTMENTS_METER_EVENT
Creates a billing meter event adjustment to cancel a previously sent meter event.Read + write
Present payment method
STRIPE_PRESENT_PAYMENT_METHOD
Present a payment method on a simulated terminal reader for testing purposes.Read + write
Process setup intent
STRIPE_PROCESS_SETUP_INTENT
Initiates a SetupIntent flow on a Stripe Terminal Reader to save payment details.Read + write
Reactivate billing meter
STRIPE_REACTIVATE_BILLING_METER
Reactivates a deactivated billing meter. Use when you need to resume tracking usage after a meter has been deactivated.Read + write
Report payment attempt failed
STRIPE_REPORT_PAYMENT_ATTEMPT_FAILED
Reports that a recent payment attempt on a Payment Record has failed.Read + write
Resume subscription
STRIPE_RESUME_SUBSCRIPTION
Resumes a paused Stripe subscription with billing cycle and proration options.Read + write
Retrieve balance
STRIPE_RETRIEVE_BALANCE
Retrieves the complete current balance details for the connected Stripe account.All levels
Retrieve charge
STRIPE_RETRIEVE_CHARGE
Retrieves full details for an existing Stripe charge using its unique ID.All levels
Retrieve checkout session
STRIPE_RETRIEVE_CHECKOUT_SESSION
Retrieve a Checkout Session object from Stripe.All levels
Retrieve customer
STRIPE_RETRIEVE_CUSTOMER
Retrieves detailed information for an existing Stripe customer using their unique customer ID.All levels
Retrieve payment intent
STRIPE_RETRIEVE_PAYMENT_INTENT
Retrieves a PaymentIntent by its ID; client_secret is required if a publishable API key is used.All levels
Retrieve promotion code
STRIPE_RETRIEVE_PROMOTION_CODE
Retrieve a Stripe promotion code by its ID.All levels
Retrieve upcoming invoice
STRIPE_RETRIEVE_UPCOMING_INVOICE
Preview the upcoming invoice for a customer, showing all pending charges including subscription renewals and invoice items.All levels
Search charges
STRIPE_SEARCH_CHARGES
Search charges using Stripe's Search Query Language.All levels
Search customers
STRIPE_SEARCH_CUSTOMERS
Retrieves a list of Stripe customers matching a search query that adheres to Stripe's Search Query Language.All levels
Search invoices
STRIPE_SEARCH_INVOICES
Searches for invoices using Stripe's Search Query Language.All levels
Search payment intents
STRIPE_SEARCH_PAYMENT_INTENTS
Searches for PaymentIntents using Stripe's Search Query Language.All levels
Search prices
STRIPE_SEARCH_PRICES
Search for prices using Stripe's Search Query Language.All levels
Search products
STRIPE_SEARCH_PRODUCTS
Search for products using Stripe's Search Query Language.All levels
Search subscriptions
STRIPE_SEARCH_SUBSCRIPTIONS
Searches for subscriptions using Stripe's Search Query Language.All levels
Send invoice
STRIPE_SEND_INVOICE
Manually send a finalized Stripe invoice to the customer outside the automatic billing schedule.Read + write
Set reader display
STRIPE_SET_READER_DISPLAY
Configures a Stripe Terminal reader to display cart information on its screen.Read + write
Set terminal reader display
STRIPE_SET_TERMINAL_READER_DISPLAY
Set the display on a Stripe Terminal reader to show cart details.Read + write
Succeed test terminal reader input collection
STRIPE_SUCCEED_TEST_TERMINAL_READER_INPUT_COLLECTION
Simulates successful completion of an ongoing input collection on a Terminal reader.Read + write
Timeout test terminal reader input collection
STRIPE_TIMEOUT_TEST_TERMINAL_READER_INPUT_COLLECTION
Simulate an input collection timeout on a Stripe Terminal reader.Read + write
Update billing credit grant
STRIPE_UPDATE_BILLING_CREDIT_GRANT
Updates an existing billing credit grant. Use when you need to modify the expiration time or metadata of a credit grant.Read + write
Update billing meter
STRIPE_UPDATE_BILLING_METER
Update a billing meter's display name. Use when you need to modify the name of an existing billing meter.Read + write
Update billing portal configuration
STRIPE_UPDATE_BILLING_PORTAL_CONFIGURATION
Update a billing portal configuration. Use when you need to modify portal settings, business profile, or features.Read + write
Update cash balance
STRIPE_UPDATE_CASH_BALANCE
Update a customer's cash balance settings in Stripe.Read + write
Update charge
STRIPE_UPDATE_CHARGE
Update a Stripe charge object with provided parameters.Read + write
Update charge dispute
STRIPE_UPDATE_CHARGE_DISPUTE
Update metadata on a charge's dispute. Use when you need to attach structured information to a dispute for tracking or internal reference purposes.Read + write
Update charge refund
STRIPE_UPDATE_CHARGE_REFUND
Update a specified refund within a charge.Read + write
Update checkout session
STRIPE_UPDATE_CHECKOUT_SESSION
Update a Stripe Checkout Session dynamically.Read + write
Update coupon
STRIPE_UPDATE_COUPON
Updates a Stripe coupon's metadata, name, or currency options.Read + write
Update customer
STRIPE_UPDATE_CUSTOMER
Updates an existing Stripe customer, identified by customer_id, with only the provided details; unspecified fields remain unchanged.Read + write
Update customer balance txn
STRIPE_UPDATE_CUSTOMER_BALANCE_TXN
Updates an existing customer balance transaction's description and metadata.Read + write
Update customer bank account
STRIPE_UPDATE_CUSTOMER_BANK_ACCOUNT
Updates a specified bank account for a given customer.Read + write
Update customer bank account source
STRIPE_UPDATE_CUSTOMER_BANK_ACCOUNT_SOURCE
Updates a bank account source attached to a customer.Read + write
Update customer card
STRIPE_UPDATE_CUSTOMER_CARD
Update a card for a specified customer. Use when you need to update card details including billing address, expiration, name, or metadata.Read + write
Update customer source
STRIPE_UPDATE_CUSTOMER_SOURCE
Update a specified source for a given customer.Read + write
Update customer subscription
STRIPE_UPDATE_CUSTOMER_SUBSCRIPTION
Update a subscription on a customer in Stripe.Read + write
Update dispute
STRIPE_UPDATE_DISPUTE
Update a Stripe dispute by submitting evidence or updating metadata.Read + write
Update entitlement feature
STRIPE_UPDATE_ENTITLEMENT_FEATURE
Update a feature's properties or deactivate it.Read + write
Update invoice
STRIPE_UPDATE_INVOICE
Updates a draft Stripe invoice. Use when modifying invoice details before finalization. Once finalized, monetary values and collection_method become immutable.Read + write
Update invoiceitem
STRIPE_UPDATE_INVOICEITEM
Updates an invoice item on a draft invoice.Read + write
Update invoice lines
STRIPE_UPDATE_INVOICE_LINES
Bulk update multiple line items on a draft invoice.Read + write
Update payment intent
STRIPE_UPDATE_PAYMENT_INTENT
Updates a Stripe PaymentIntent with new values for specified parameters; note that if currency is updated, amount might also be required, and certain updates (e.g., to payment_method) can necessitate re-confirmati…Read + write
Update payment link
STRIPE_UPDATE_PAYMENT_LINK
Updates an existing payment link with new configuration details.Read + write
Update payment method
STRIPE_UPDATE_PAYMENT_METHOD
Updates an existing PaymentMethod object in Stripe.Read + write
Update price
STRIPE_UPDATE_PRICE
Updates a Stripe price by setting passed parameter values; unspecified parameters remain unchanged.Read + write
Update product
STRIPE_UPDATE_PRODUCT
Update an existing product in Stripe. Use when you need to modify product details like name, description, pricing, or availability.Read + write
Update promotion code
STRIPE_UPDATE_PROMOTION_CODE
Updates an existing Stripe promotion code by setting the values of the parameters passed.Read + write
Update quote
STRIPE_UPDATE_QUOTE
Update an existing Stripe quote with new values.Read + write
Update source
STRIPE_UPDATE_SOURCE
Updates a Stripe source with specified parameters.Read + write
Update subscription
STRIPE_UPDATE_SUBSCRIPTION
Updates an existing, non-canceled Stripe subscription by its ID, ensuring all referenced entity IDs (e.g., prices, coupons) are valid and automatic tax liability is correctly specified if enabled.Read + write
Update subscription schedule
STRIPE_UPDATE_SUBSCRIPTION_SCHEDULE
Update an existing subscription schedule in Stripe.Read + write
Update tax registration
STRIPE_UPDATE_TAX_REGISTRATION
Update an existing tax registration in Stripe.Read + write
Update tax settings
STRIPE_UPDATE_TAX_SETTINGS
Updates Stripe Tax Settings parameters used in tax calculations.Read + write
Update terminal location
STRIPE_UPDATE_TERMINAL_LOCATION
Updates a Terminal Location by modifying specified parameters.Read + write
Update terminal reader
STRIPE_UPDATE_TERMINAL_READER
Update a Terminal Reader object by setting parameter values.Read + write
Validate payment method domain
STRIPE_VALIDATE_PAYMENT_METHOD_DOMAIN
Validate an existing payment method domain in Stripe to activate payment methods.Read + write
Verify microdeposits
STRIPE_VERIFY_MICRODEPOSITS
Verifies microdeposits on a SetupIntent object to confirm bank account ownership.Read + write
Verify microdeposits payment intent
STRIPE_VERIFY_MICRODEPOSITS_PAYMENT_INTENT
Verifies microdeposits on a PaymentIntent object by matching deposit amounts or descriptor code.Read + write
Void credit note
STRIPE_VOID_CREDIT_NOTE
Marks a credit note as void. Use when you need to void a credit note and reverse its adjustments.Read + write
Void invoice
STRIPE_VOID_INVOICE
Void a finalized Stripe invoice. Use when you need to mark an invoice as uncollectible while maintaining a paper trail. Voiding an invoice is permanent and cannot be undone. Only finalized invoices can be voided; draft…Read + write

What agents can't do in Stripe (yet)

  • Anything not in the table above. The tools mirror what Stripe makes available to connected apps. If Stripe doesn't expose an operation, agents can't perform it either.
  • If something you need is missing, there's usually a path: add the service's API key under Settings → Custom integrations and your agents can call it directly. See custom integrations & secrets. You can also ask your lead agent to open a ticket describing what it needs.

Using it in missions

Just ask in plain language: “check Stripe for …”, “create … in Stripe”, “every Monday, … ”, and the agent finds the right tool, runs it, and reports back with a receipt in your Runs ledger. Anything outward-facing (sending, posting, publishing) that a mission didn't clearly authorize comes back to you as a ticket first.

Troubleshooting

Agent saysWhat's happeningFix
"Stripe isn't connected"No active connection (or this agent is denied)Connect on the Integrations page; check the agent's per-app policy
"The connection has expired"Stripe ended the authorization (they all do periodically)Click Reconnect on the account, same settings, one click
"I'm not allowed to do that"The action is above the account's access level, or the agent is scoped downRaise the level under Manage, or adjust that agent's policy
It did something unexpectedThe ask was ambiguous (e.g. matched an existing item)Be explicit, "create a NEW …", and give agents a working folder where relevant