E-commerce & Payments
đź’ł Stripe integration
Access levels: Read-only · Read + write · Verified
E-commerce & Payments
Access levels: Read-only · Read + write · Verified
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.
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.
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.
| Level | What it allows | |
|---|---|---|
| Read-only | Read customers, payments, products. Cannot charge or refund. | |
| Read + write | Full 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.
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.
| Tool | What it does | Access level |
|---|---|---|
Accept quoteSTRIPE_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 alertSTRIPE_ACTIVATE_BILLING_ALERT | Reactivates a billing alert, allowing it to trigger again. | Read + write |
Add invoice linesSTRIPE_ADD_INVOICE_LINES | Add multiple line items to a draft Stripe invoice. | Read + write |
Advance test clockSTRIPE_ADVANCE_TEST_CLOCK | Advance a test clock to a future timestamp. | Read + write |
Apply customer balanceSTRIPE_APPLY_CUSTOMER_BALANCE | Manually reconciles remaining amount for a customer_balance PaymentIntent by applying funds from customer's cash balance. | Read + write |
Archive billing alertSTRIPE_ARCHIVE_BILLING_ALERT | Archive a billing alert in Stripe, removing it from list views and APIs. | Read + write |
Attach customer sourceSTRIPE_ATTACH_CUSTOMER_SOURCE | Attach a payment source (card token or source object) to a customer for future charges. | Read + write |
Attach invoice paymentSTRIPE_ATTACH_INVOICE_PAYMENT | Attaches a PaymentIntent or Out of Band Payment to an invoice's payments list. | Read + write |
Attach payment methodSTRIPE_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 featureSTRIPE_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 intentSTRIPE_CANCEL_PAYMENT_INTENT | Cancels a PaymentIntent when in cancelable state. | Read + write |
Cancel quoteSTRIPE_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 intentSTRIPE_CANCEL_SETUP_INTENT | Cancels a SetupIntent that is no longer needed. | Read + write |
Cancel subscriptionSTRIPE_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 scheduleSTRIPE_CANCEL_SUBSCRIPTION_SCHEDULE | Cancels a subscription schedule and its associated subscription immediately (if active). | Read + write |
Cancel terminal reader actionSTRIPE_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 chargeSTRIPE_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 intentSTRIPE_CAPTURE_PAYMENT_INTENT | Captures the funds of an existing uncaptured PaymentIntent. | Read + write |
Close disputeSTRIPE_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 inputsSTRIPE_COLLECT_TERMINAL_READER_INPUTS | Initiates input collection on a Terminal Reader to display forms and collect customer information. | Read + write |
Collect terminal reader payment methodSTRIPE_COLLECT_TERMINAL_READER_PAYMENT_METHOD | Initiate payment method collection on a Stripe Terminal Reader. | Read + write |
Confirm payment intentSTRIPE_CONFIRM_PAYMENT_INTENT | Confirm customer intent to pay with current or provided payment method. | Read + write |
Confirm setup intentSTRIPE_CONFIRM_SETUP_INTENT | Confirms a SetupIntent to complete customer payment method setup. | Read + write |
Confirm terminal reader payment intentSTRIPE_CONFIRM_TERMINAL_READER_PAYMENT_INTENT | Confirm a PaymentIntent on a Terminal reader device. | Read + write |
Create accounts capabilities card paymentsSTRIPE_CREATE_ACCOUNTS_CAPABILITIES_CARD_PAYMENTS | Create or update card payments capability for a Stripe Connect account. | Read + write |
Create apple pay domainSTRIPE_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 secretSTRIPE_CREATE_APPS_SECRET | Create a secret in the Stripe Secret Store. | Read + write |
Create bank account tokenSTRIPE_CREATE_BANK_ACCOUNT_TOKEN | Create a single-use token representing bank account details. | Read + write |
Create billing alertSTRIPE_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 grantSTRIPE_CREATE_BILLING_CREDIT_GRANT | Create a credit grant that allocates billing credits to a customer for use against metered pricing. | Read + write |
Create billing meterSTRIPE_CREATE_BILLING_METER | Create a billing meter in Stripe for tracking usage events. | Read + write |
Create billing meter eventSTRIPE_CREATE_BILLING_METER_EVENT | Creates a billing meter event using Stripe API v2 for usage-based billing. | Read + write |
Create billing meter event adjustmentSTRIPE_CREATE_BILLING_METER_EVENT_ADJUSTMENT | Creates an adjustment to cancel a billing meter event. | Read + write |
Create billing meter event sessionSTRIPE_CREATE_BILLING_METER_EVENT_SESSION | Creates authentication session for high-throughput meter event stream. | Read + write |
Create billing portal configurationSTRIPE_CREATE_BILLING_PORTAL_CONFIGURATION | Create a Stripe billing portal configuration. | Read + write |
Create billing portal sessionSTRIPE_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 chargeSTRIPE_CREATE_CHARGE | Create a charge to request payment from a credit or debit card. | Read + write |
Create charge refundSTRIPE_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 sessionSTRIPE_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 couponSTRIPE_CREATE_COUPON | Creates a new discount coupon in Stripe with percentage or fixed amount discount. | Read + write |
Create credit noteSTRIPE_CREATE_CREDIT_NOTE | Issues a credit note to adjust a finalized invoice's amount. | Read + write |
Create customerSTRIPE_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 transactionSTRIPE_CREATE_CUSTOMER_BALANCE_TRANSACTION | Create an immutable transaction that updates the customer's credit balance. | Read + write |
Create customer bank accountSTRIPE_CREATE_CUSTOMER_BANK_ACCOUNT | Create a new bank account attached to a customer object. | Read + write |
Create customer cardSTRIPE_CREATE_CUSTOMER_CARD | Create a new card payment source for an existing Stripe customer. | Read + write |
Create customer sessionSTRIPE_CREATE_CUSTOMER_SESSION | Create a Stripe Customer Session granting client-side access control over a Customer. | Read + write |
Create customer sourceSTRIPE_CREATE_CUSTOMER_SOURCE | Attaches a payment source to a customer for later reuse. | Read + write |
Create customer subscriptionSTRIPE_CREATE_CUSTOMER_SUBSCRIPTION | Create a subscription for an existing customer. | Read + write |
Create customer tax idSTRIPE_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 tokenSTRIPE_CREATE_CVC_UPDATE_TOKEN | Creates a single-use token representing an updated CVC value for card payments. | Read + write |
Create entitlement featureSTRIPE_CREATE_ENTITLEMENT_FEATURE | Creates a new feature entitlement in Stripe representing a monetizable ability or functionality. | Read + write |
Create ephemeral keySTRIPE_CREATE_EPHEMERAL_KEY | Create a short-lived ephemeral API key for secure mobile SDK access to specific Stripe resources. | Read + write |
Create fileSTRIPE_CREATE_FILE | Upload a file to Stripe for business purposes such as dispute evidence, identity verification, or business logos. | Read + write |
Create file linkSTRIPE_CREATE_FILE_LINK | Create a file link object that generates a shareable URL for accessing uploaded files. | Read + write |
Create financial connections sessionSTRIPE_CREATE_FINANCIAL_CONNECTIONS_SESSION | Create a Financial Connections Session to launch the authorization flow for linking financial accounts. | Read + write |
Create fx quoteSTRIPE_CREATE_FX_QUOTE | Create an FX quote for currency conversion with optional rate locking. | Read + write |
Create invoiceSTRIPE_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 itemSTRIPE_CREATE_INVOICE_ITEM | Create an invoice item for draft invoices. | Read + write |
Create payment intentSTRIPE_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 linkSTRIPE_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 methodSTRIPE_CREATE_PAYMENT_METHOD | Creates a PaymentMethod object representing a customer's payment instrument (card, bank account, etc.). | Read + write |
Create payment method configurationSTRIPE_CREATE_PAYMENT_METHOD_CONFIGURATION | Creates a payment method configuration to control which payment methods are displayed during checkout. | Read + write |
Create payment method domainSTRIPE_CREATE_PAYMENT_METHOD_DOMAIN | Create a payment method domain object to control where payment methods are shown. | Read + write |
Create pii tokenSTRIPE_CREATE_PII_TOKEN | Create a single-use token representing PII (personally identifiable information). | Read + write |
Create planSTRIPE_CREATE_PLAN | Create a recurring billing plan with flexible pricing configuration. | Read + write |
Create preview invoiceSTRIPE_CREATE_PREVIEW_INVOICE | Preview an upcoming invoice without creating it. | All levels |
Create priceSTRIPE_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 productSTRIPE_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 codeSTRIPE_CREATE_PROMOTION_CODE | Create a promotion code linked to an underlying coupon. | Read + write |
Create quoteSTRIPE_CREATE_QUOTE | Create a Stripe quote modeling prices and services for a customer. | Read + write |
Create refundSTRIPE_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 runSTRIPE_CREATE_REPORT_RUN | Creates a new report run object and begins executing the report asynchronously. | Read + write |
Create reversal tax transactionSTRIPE_CREATE_REVERSAL_TAX_TRANSACTION | Creates a reversal of an existing tax transaction. | Read + write |
Create setup intentSTRIPE_CREATE_SETUP_INTENT | Creates a SetupIntent object to collect payment method permissions for future payments. | Read + write |
Create shipping rateSTRIPE_CREATE_SHIPPING_RATE | Creates a new shipping rate object that appears on Checkout Sessions for customer display. | Read + write |
Create sourceSTRIPE_CREATE_SOURCE | Create a Stripe source object for accepting payment methods. | Read + write |
Create subscriptionSTRIPE_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 itemSTRIPE_CREATE_SUBSCRIPTION_ITEM | Add a new item to an existing subscription without changing existing items. | Read + write |
Create subscription scheduleSTRIPE_CREATE_SUBSCRIPTION_SCHEDULE | Create a new subscription schedule for managing subscription changes over time. | Read + write |
Create tax calculationSTRIPE_CREATE_TAX_CALCULATION | Creates a Tax Calculation to compute taxes for customer purchases. | Read + write |
Create tax idSTRIPE_CREATE_TAX_ID | Creates a new tax ID for an account or customer. | Read + write |
Create tax rateSTRIPE_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 registrationSTRIPE_CREATE_TAX_REGISTRATION | Creates a new Tax Registration object to enable tax collection in specified jurisdictions. | Read + write |
Create tax transaction from calculationSTRIPE_CREATE_TAX_TRANSACTION_FROM_CALCULATION | Create a Tax Transaction from a calculation before 90-day expiration. | Read + write |
Create terminal configurationSTRIPE_CREATE_TERMINAL_CONFIGURATION | Creates a new Configuration object for Stripe payment terminals with customizable settings. | Read + write |
Create terminal connection tokenSTRIPE_CREATE_TERMINAL_CONNECTION_TOKEN | Creates a short-lived connection token for Stripe Terminal SDK to connect to readers. | Read + write |
Create terminal locationSTRIPE_CREATE_TERMINAL_LOCATION | Creates a new Terminal Location for managing Stripe Terminal readers. | Read + write |
Create terminal onboarding linkSTRIPE_CREATE_TERMINAL_ONBOARDING_LINK | Creates an onboarding link for Tap to Pay on iPhone. | Read + write |
Create terminal readerSTRIPE_CREATE_TERMINAL_READER | Creates and registers a new Terminal Reader to a Stripe account at a specified location. | Read + write |
Create test clockSTRIPE_CREATE_TEST_CLOCK | Create a test clock for testing time-based scenarios in Stripe. | Read + write |
Create test confirmation tokenSTRIPE_CREATE_TEST_CONFIRMATION_TOKEN | Creates a test mode Confirmation Token for server-side payment integration testing. | Read + write |
Create tokenSTRIPE_CREATE_TOKEN | Create a single-use CVC update token for card re-collection. | Read + write |
Create usage recordSTRIPE_CREATE_USAGE_RECORD | Creates a usage record for a specified subscription item and timestamp. | Read + write |
Deactivate billing alertSTRIPE_DEACTIVATE_BILLING_ALERT | Deactivate a billing alert, preventing it from triggering. | Read + write |
Deactivate billing meterSTRIPE_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 subscriptionsSTRIPE_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 domainSTRIPE_DELETE_APPLE_PAY_DOMAIN | Delete an Apple Pay domain from a Stripe account. | Read + write |
Delete apps secretSTRIPE_DELETE_APPS_SECRET | Delete a secret from the Stripe Secret Store by name and scope. | Read + write |
Delete couponSTRIPE_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 customerSTRIPE_DELETE_CUSTOMER | DEPRECATED: Use STRIPE_DELETE_CUSTOMERS_CUSTOMER instead. | Read + write |
Delete customers customerSTRIPE_DELETE_CUSTOMERS_CUSTOMER | Permanently deletes a customer and cancels active subscriptions. | Read + write |
Delete customer bank accountSTRIPE_DELETE_CUSTOMER_BANK_ACCOUNT | Deletes a bank account payment source from a customer. | Read + write |
Delete customer discountSTRIPE_DELETE_CUSTOMER_DISCOUNT | Removes the currently applied discount on a customer. | Read + write |
Delete customer subscriptionSTRIPE_DELETE_CUSTOMER_SUBSCRIPTION | Cancels a customer's subscription immediately. | Read + write |
Delete customer subscription discountSTRIPE_DELETE_CUSTOMER_SUBSCRIPTION_DISCOUNT | Removes currently applied discount from a customer's subscription. | Read + write |
Delete customer tax idSTRIPE_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 keySTRIPE_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 invoiceSTRIPE_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 invoiceitemSTRIPE_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 planSTRIPE_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 productSTRIPE_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 featureSTRIPE_DELETE_PRODUCT_FEATURE | Removes a feature from a product. Use when you need to delete a specific product feature attachment. | Read + write |
Delete subscription discountSTRIPE_DELETE_SUBSCRIPTION_DISCOUNT | Removes the currently applied discount on a subscription. | Read + write |
Delete subscription itemSTRIPE_DELETE_SUBSCRIPTION_ITEM | Deletes a subscription item without canceling the subscription. | Read + write |
Delete tax idSTRIPE_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 configurationSTRIPE_DELETE_TERMINAL_CONFIGURATION | Permanently deletes a Terminal Configuration object from your Stripe account. | Read + write |
Delete terminal locationSTRIPE_DELETE_TERMINAL_LOCATION | Permanently delete a Terminal Location object from your Stripe account. | Read + write |
Delete terminal readerSTRIPE_DELETE_TERMINAL_READER | Permanently deletes a Terminal Reader object from your Stripe account. | Read + write |
Delete test clockSTRIPE_DELETE_TEST_CLOCK | Permanently deletes a test clock from Stripe's test environment. | Read + write |
Delete v1 invoices void an invoiceSTRIPE_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 invoiceSTRIPE_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 methodSTRIPE_DETACH_PAYMENT_METHOD | Detaches a PaymentMethod object from a Customer account. | Read + write |
Download quote pdfSTRIPE_DOWNLOAD_QUOTE_PDF | Download the PDF for a finalized quote from Stripe. | All levels |
Expire billing credit grantSTRIPE_EXPIRE_BILLING_CREDIT_GRANT | Expires a billing credit grant immediately. | Read + write |
Expire checkout sessionSTRIPE_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 invoiceSTRIPE_FINALIZE_INVOICE | Finalize a draft invoice so it becomes open/collectable (and immutable where required). | Read + write |
Finalize quoteSTRIPE_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 secretSTRIPE_FIND_APPS_SECRET | Find a secret by name and scope in the Stripe Apps secret store. | All levels |
Find tax associationSTRIPE_FIND_TAX_ASSOCIATION | Find a tax association by PaymentIntent ID. | All levels |
Fund test cash balanceSTRIPE_FUND_TEST_CASH_BALANCE | Fund a test mode cash balance for a customer. | Read + write |
Get accountSTRIPE_GET_ACCOUNT | Retrieves detailed information for the authenticated Stripe account. | All levels |
Get accounts accountSTRIPE_GET_ACCOUNTS_ACCOUNT | Retrieves the details of a Stripe account. | All levels |
Get account capabilitiesSTRIPE_GET_ACCOUNT_CAPABILITIES | Retrieves a list of all capabilities for a connected Stripe account. | All levels |
Get account capabilitySTRIPE_GET_ACCOUNT_CAPABILITY | Retrieves information about a specific capability for a Stripe account. | All levels |
Get account personSTRIPE_GET_ACCOUNT_PERSON | Retrieves an existing person associated with a Stripe account. | All levels |
Get account personsSTRIPE_GET_ACCOUNT_PERSONS | Retrieves a list of people associated with the account's legal entity. | All levels |
Get active entitlementSTRIPE_GET_ACTIVE_ENTITLEMENT | Retrieve an active entitlement describing customer access to a feature. | All levels |
Get apple pay domainSTRIPE_GET_APPLE_PAY_DOMAIN | Retrieves details about a previously registered Apple Pay domain. | All levels |
Get balance historySTRIPE_GET_BALANCE_HISTORY | DEPRECATED: Use STRIPE_LIST_BALANCE_TRANSACTIONS instead. | All levels |
Get balance settingsSTRIPE_GET_BALANCE_SETTINGS | Retrieve balance settings for a Stripe account. | All levels |
Get balance transactionSTRIPE_GET_BALANCE_TRANSACTION | Retrieves the balance transaction with the given ID. | All levels |
Get billing alertSTRIPE_GET_BILLING_ALERT | Retrieves a billing alert by its unique identifier. | All levels |
Get billing credit balance summarySTRIPE_GET_BILLING_CREDIT_BALANCE_SUMMARY | Retrieves the credit balance summary for a customer in Stripe Billing. | All levels |
Get billing credit balance transactions idSTRIPE_GET_BILLING_CREDIT_BALANCE_TRANSACTIONS_ID | Retrieves a credit balance transaction by its unique identifier. | All levels |
Get billing credit grantsSTRIPE_GET_BILLING_CREDIT_GRANTS | Retrieve a paginated list of billing credit grants. | All levels |
Get billing credit grants idSTRIPE_GET_BILLING_CREDIT_GRANTS_ID | Retrieves a billing credit grant by its unique identifier. | All levels |
Get billing metersSTRIPE_GET_BILLING_METERS | Retrieve a list of billing meters from Stripe. | All levels |
Get billing meters idSTRIPE_GET_BILLING_METERS_ID | Retrieves a billing meter by its unique identifier. | All levels |
Get billing portal configurationsSTRIPE_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 configurationSTRIPE_GET_BILLING_PORTAL_CONFIGURATIONS_CONFIGURATION | Retrieve a billing portal configuration from Stripe. | All levels |
Get charges charge disputeSTRIPE_GET_CHARGES_CHARGE_DISPUTE | Retrieve a dispute for a specified charge. | All levels |
Get charges charge refunds refundSTRIPE_GET_CHARGES_CHARGE_REFUNDS_REFUND | Retrieve the details of an existing refund within a specific charge. | All levels |
Get checkout sessions session line itemsSTRIPE_GET_CHECKOUT_SESSIONS_SESSION_LINE_ITEMS | Retrieve line items for a Checkout Session. | All levels |
Get climate products productSTRIPE_GET_CLIMATE_PRODUCTS_PRODUCT | Retrieve details of a specific Stripe Climate product. | All levels |
Get climate suppliers supplierSTRIPE_GET_CLIMATE_SUPPLIERS_SUPPLIER | Retrieves detailed information about a specific Stripe Climate carbon removal supplier. | All levels |
Get confirmation tokens confirmation tokenSTRIPE_GET_CONFIRMATION_TOKENS_CONFIRMATION_TOKEN | Retrieve an existing ConfirmationToken object by its ID. | All levels |
Get country specs countrySTRIPE_GET_COUNTRY_SPECS_COUNTRY | Retrieves configuration details for a specific country, including supported payment methods, required verification fields, and supported currencies. | All levels |
Get couponSTRIPE_GET_COUPON | Retrieves full details for an existing Stripe coupon using its unique ID. | All levels |
Get credit notes credit note linesSTRIPE_GET_CREDIT_NOTES_CREDIT_NOTE_LINES | Retrieves the paginated list of line items for a specific credit note. | All levels |
Get credit notes idSTRIPE_GET_CREDIT_NOTES_ID | Retrieves a credit note by its unique identifier. | All levels |
Get credit notes previewSTRIPE_GET_CREDIT_NOTES_PREVIEW | Preview a credit note without creating it in Stripe. | All levels |
Get credit notes preview linesSTRIPE_GET_CREDIT_NOTES_PREVIEW_LINES | Retrieve a credit note preview's line items from Stripe. | All levels |
Get customers cash balance transactionsSTRIPE_GET_CUSTOMERS_CASH_BALANCE_TRANSACTIONS | Retrieve a specific cash balance transaction that updated a customer's cash balance. | All levels |
Get customers customer balance transactionsSTRIPE_GET_CUSTOMERS_CUSTOMER_BALANCE_TRANSACTIONS | List customer balance transactions that updated a customer's balance. | All levels |
Get customers customer balance txns txnSTRIPE_GET_CUSTOMERS_CUSTOMER_BALANCE_TXNS_TXN | Retrieves a specific customer balance transaction that updated the customer's balances. | All levels |
Get customers customer bank accountsSTRIPE_GET_CUSTOMERS_CUSTOMER_BANK_ACCOUNTS | Fetch all bank accounts linked to a customer. | All levels |
Get customers customer bank accounts idSTRIPE_GET_CUSTOMERS_CUSTOMER_BANK_ACCOUNTS_ID | Retrieves details about a specific bank account stored on a Stripe customer. | All levels |
Get customers customer cardsSTRIPE_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 idSTRIPE_GET_CUSTOMERS_CUSTOMER_CARDS_ID | Retrieves details about a specific card for a customer. | All levels |
Get customers customer cash balanceSTRIPE_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 transactionsSTRIPE_GET_CUSTOMERS_CUSTOMER_CASH_BALANCE_TRANSACTIONS | Retrieve a list of cash balance transactions for a customer. | All levels |
Get customers customer discountSTRIPE_GET_CUSTOMERS_CUSTOMER_DISCOUNT | Retrieve the discount currently active on a customer. | All levels |
Get customers customer payment methodsSTRIPE_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 methodSTRIPE_GET_CUSTOMERS_CUSTOMER_PAYMENT_METHODS_PAYMENT_METHOD | Retrieve a specific PaymentMethod object for a given Customer. | All levels |
Get customers customer sourcesSTRIPE_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 idSTRIPE_GET_CUSTOMERS_CUSTOMER_SOURCES_ID | Retrieve a specified payment source for a given customer. | All levels |
Get customers customer subscriptionsSTRIPE_GET_CUSTOMERS_CUSTOMER_SUBSCRIPTIONS | DEPRECATED: Use STRIPE_LIST_SUBSCRIPTIONS instead. | All levels |
Get customers customer subs sub exposed idSTRIPE_GET_CUSTOMERS_CUSTOMER_SUBS_SUB_EXPOSED_ID | Retrieve a specific subscription for a customer. | All levels |
Get customers customer subs sub exposed id discountSTRIPE_GET_CUSTOMERS_CUSTOMER_SUBS_SUB_EXPOSED_ID_DISCOUNT | Retrieve the discount currently applied to a customer's subscription. | All levels |
Get customers customer tax idsSTRIPE_GET_CUSTOMERS_CUSTOMER_TAX_IDS | Retrieve all tax IDs for a specific Stripe customer. | All levels |
Get customers customer tax ids idSTRIPE_GET_CUSTOMERS_CUSTOMER_TAX_IDS_ID | Retrieve a specific tax ID for a customer. | All levels |
Get entitlements active entitlementsSTRIPE_GET_ENTITLEMENTS_ACTIVE_ENTITLEMENTS | Retrieve active entitlements for a customer. | All levels |
Get entitlements features idSTRIPE_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 eventsSTRIPE_GET_EVENTS | Retrieves a list of Stripe events from the past 30 days with filtering and pagination. | All levels |
Get events idSTRIPE_GET_EVENTS_ID | Retrieves event details for events created within the last 30 days. | All levels |
Get files fileSTRIPE_GET_FILES_FILE | Retrieve details of an existing file object by its unique identifier. | All levels |
Get file links linkSTRIPE_GET_FILE_LINKS_LINK | Retrieves the details of an existing file link. | All levels |
Get financial connections sessions sessionSTRIPE_GET_FINANCIAL_CONNECTIONS_SESSIONS_SESSION | Retrieves the details of a Financial Connections Session. | All levels |
Get fx quoteSTRIPE_GET_FX_QUOTE | Retrieve a specific FX (foreign exchange) Quote by its ID. | All levels |
Get invoiceitems invoiceitemSTRIPE_GET_INVOICEITEMS_INVOICEITEM | Retrieve the details of an invoice item using its unique identifier. | All levels |
Get invoices invoiceSTRIPE_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 linesSTRIPE_GET_INVOICES_INVOICE_LINES | Retrieve a paginated list of line items for a specific invoice. | All levels |
Get invoice payments idSTRIPE_GET_INVOICE_PAYMENTS_ID | Retrieve details of a specific Stripe invoice payment by ID. | All levels |
Get mandateSTRIPE_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 idSTRIPE_GET_PAYMENT_ATTEMPT_RECORDS_ID | Retrieve a specific Payment Attempt Record by ID. | All levels |
Get payment intent amount details line itemsSTRIPE_GET_PAYMENT_INTENT_AMOUNT_DETAILS_LINE_ITEMS | Retrieve paginated line items for a PaymentIntent. | All levels |
Get payment linkSTRIPE_GET_PAYMENT_LINK | Retrieve details of an existing Stripe payment link by ID. | All levels |
Get payment links payment link line itemsSTRIPE_GET_PAYMENT_LINKS_PAYMENT_LINK_LINE_ITEMS | Retrieve paginated line items for a payment link. | All levels |
Get payment methodSTRIPE_GET_PAYMENT_METHOD | Retrieves the details of a PaymentMethod object by its unique identifier. | All levels |
Get payment method configurationSTRIPE_GET_PAYMENT_METHOD_CONFIGURATION | Retrieve a specific payment method configuration by its unique identifier. | All levels |
Get payment method domainSTRIPE_GET_PAYMENT_METHOD_DOMAIN | Retrieves details of an existing payment method domain. | All levels |
Get payment recordSTRIPE_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 payoutSTRIPE_GET_PAYOUT | Retrieve details of an existing Stripe payout. | All levels |
Get planSTRIPE_GET_PLAN | Retrieve a specific Stripe plan by its unique identifier. | All levels |
Get prices priceSTRIPE_GET_PRICES_PRICE | Retrieves detailed information for a specific Stripe price using its unique ID. | All levels |
Get products idSTRIPE_GET_PRODUCTS_ID | Retrieves detailed information for an existing Stripe product using its unique product ID. | All levels |
Get products product features idSTRIPE_GET_PRODUCTS_PRODUCT_FEATURES_ID | Retrieves a specific product feature by its ID. | All levels |
Get promotion codesSTRIPE_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 quoteSTRIPE_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 itemsSTRIPE_GET_QUOTES_QUOTE_COMPUTED_UPFRONT_LINE_ITEMS | Retrieve computed upfront line items for a quote. | All levels |
Get quotes quote line itemsSTRIPE_GET_QUOTES_QUOTE_LINE_ITEMS | Retrieve a paginated list of line items for a quote. | All levels |
Get radar value listSTRIPE_GET_RADAR_VALUE_LIST | Retrieves a specific Stripe Radar value list by its identifier. | All levels |
Get radar value list itemsSTRIPE_GET_RADAR_VALUE_LIST_ITEMS | List all value list items from a Stripe Radar value list. | All levels |
Get refunds refundSTRIPE_GET_REFUNDS_REFUND | Retrieve details of a specific Stripe refund by ID. | All levels |
Get reporting report runs report runSTRIPE_GET_REPORTING_REPORT_RUNS_REPORT_RUN | Retrieves details of an existing Report Run object. | All levels |
Get reporting report typeSTRIPE_GET_REPORTING_REPORT_TYPE | Retrieve details of a specific Stripe report type by ID. | All levels |
Get setup attemptsSTRIPE_GET_SETUP_ATTEMPTS | List SetupAttempts associated with a SetupIntent. | All levels |
Get setup intentSTRIPE_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 rateSTRIPE_GET_SHIPPING_RATE | Retrieve details of a specific Stripe shipping rate by its unique ID. | All levels |
Get sources sourceSTRIPE_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 subscriptionSTRIPE_GET_SUBSCRIPTION | Retrieves detailed information for an existing Stripe subscription using its unique ID. | All levels |
Get subscription itemSTRIPE_GET_SUBSCRIPTION_ITEM | Retrieves detailed information for a specific subscription item using its unique ID. | All levels |
Get subscription schedules scheduleSTRIPE_GET_SUBSCRIPTION_SCHEDULES_SCHEDULE | Retrieve a subscription schedule using its unique identifier. | All levels |
Get tax calculationSTRIPE_GET_TAX_CALCULATION | Retrieves a Tax Calculation object by its unique ID. | All levels |
Get tax calculations calculation line itemsSTRIPE_GET_TAX_CALCULATIONS_CALCULATION_LINE_ITEMS | Retrieves line items of a tax calculation as a paginated collection. | All levels |
Get tax codeSTRIPE_GET_TAX_CODE | Retrieves the details of an existing tax code. | All levels |
Get tax idSTRIPE_GET_TAX_ID | Retrieves an account or customer tax ID object. | All levels |
Get tax rateSTRIPE_GET_TAX_RATE | Retrieve the details of an existing tax rate. | All levels |
Get tax registrationSTRIPE_GET_TAX_REGISTRATION | Retrieve a specific tax registration configured for your Stripe account. | All levels |
Get tax settingsSTRIPE_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 transactionSTRIPE_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 itemsSTRIPE_GET_TAX_TRANSACTIONS_TRANSACTION_LINE_ITEMS | Retrieves the line items of a committed standalone tax transaction. | All levels |
Get terminal configurationSTRIPE_GET_TERMINAL_CONFIGURATION | Retrieve a specific Terminal Configuration object from Stripe. | All levels |
Get terminal locationSTRIPE_GET_TERMINAL_LOCATION | Retrieve a Terminal Location object by ID. | All levels |
Get terminal readerSTRIPE_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 clockSTRIPE_GET_TEST_CLOCK | Retrieve a test clock by ID. Use when testing billing integrations by simulating time advancement in sandbox environments. | All levels |
Get tokenSTRIPE_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 itemsSTRIPE_GET_UPCOMING_INVOICE_LINE_ITEMS | Retrieve a paginated list of line items for an upcoming invoice preview. | All levels |
Get v1 customers search customersSTRIPE_GET_V1_CUSTOMERS_SEARCH_CUSTOMERS | Search for Stripe customers using Stripe's Search Query Language. | All levels |
Get v1 disputes disputesSTRIPE_GET_V1_DISPUTES_DISPUTES | Retrieves detailed information for an existing Stripe dispute by ID. | All levels |
Get v1 invoice payments overview2STRIPE_GET_V1_INVOICE_PAYMENTS_OVERVIEW2 | List invoice payments in Stripe with pagination and filtering options. | All levels |
Get v1 payment methods payment methods2STRIPE_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 method2STRIPE_GET_V1_PAYMENT_METHOD_CONFIGS_LIST_PAYMENT_METHOD2 | List all payment method configurations in a Stripe account. | All levels |
Get v1 payment method domainsSTRIPE_GET_V1_PAYMENT_METHOD_DOMAINS | Retrieve list of payment method domains registered with Stripe account. | All levels |
Get v1 radar early fraud warnings overviewSTRIPE_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 listsSTRIPE_GET_V1_RADAR_VALUE_LISTS_OVERVIEW_RADAR_VALUE_LISTS | Retrieve an overview of Radar value lists. | All levels |
Get v1 reporting report types overview reportingSTRIPE_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 overview2STRIPE_GET_V1_SHIPPING_RATES_OVERVIEW2 | Retrieve an overview of shipping rates from Stripe. | All levels |
Get v1 subscription schedules overview2STRIPE_GET_V1_SUBSCRIPTION_SCHEDULES_OVERVIEW2 | Retrieves a list of subscription schedules with optional filtering and pagination capabilities. | All levels |
Get v1 tax codes tax code2STRIPE_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 overview2STRIPE_GET_V1_TAX_IDS_OVERVIEW2 | Retrieve a list of tax IDs with pagination support. | All levels |
Get v1 tax rates tax rate2STRIPE_GET_V1_TAX_RATES_TAX_RATE2 | Retrieve all tax rates with pagination support. | All levels |
Get v2 core events retrieve an eventSTRIPE_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 summariesSTRIPE_LIST_ALL_SUBSCRIPTION_ITEM_PERIOD_SUMMARIES | List all subscription item period summaries. | All levels |
List apple pay domainsSTRIPE_LIST_APPLE_PAY_DOMAINS | Retrieves a list of Apple Pay domains registered with Stripe. | All levels |
List application feesSTRIPE_LIST_APPLICATION_FEES | Returns a list of application fees you've previously collected, sorted by creation date descending (newest first). | All levels |
List apps secretsSTRIPE_LIST_APPS_SECRETS | List all secrets stored on the given scope. | All levels |
List balance transactionsSTRIPE_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 alertsSTRIPE_LIST_BILLING_ALERTS | Retrieve a paginated list of billing alerts. | All levels |
List billing credit balance transactionsSTRIPE_LIST_BILLING_CREDIT_BALANCE_TRANSACTIONS | Retrieve a paginated list of credit balance transactions with optional filtering. | All levels |
List chargesSTRIPE_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 sessionsSTRIPE_LIST_CHECKOUT_SESSIONS | Retrieve a list of Stripe Checkout Sessions with pagination support. | All levels |
List climate ordersSTRIPE_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 productsSTRIPE_LIST_CLIMATE_PRODUCTS | Retrieve a list of available Stripe Climate products. | All levels |
List climate suppliersSTRIPE_LIST_CLIMATE_SUPPLIERS | Retrieve a list of available Stripe Climate supplier objects for carbon removal. | All levels |
List country specsSTRIPE_LIST_COUNTRY_SPECS | Retrieves a list of country specifications available in the Stripe API. | All levels |
List couponsSTRIPE_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 notesSTRIPE_LIST_CREDIT_NOTES | Lists Stripe credit notes with optional filtering by customer, invoice, or customer account, and pagination support. | All levels |
List customersSTRIPE_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 subscriptionsSTRIPE_LIST_CUSTOMER_SUBSCRIPTIONS | List all active subscriptions for a customer in Stripe. | All levels |
List disputesSTRIPE_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 featuresSTRIPE_LIST_ENTITLEMENTS_FEATURES | Retrieves a paginated list of entitlements features from Stripe. | All levels |
List filesSTRIPE_LIST_FILES | Retrieve a list of files that your account has access to. | All levels |
List file linksSTRIPE_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 accountsSTRIPE_LIST_FINANCIAL_CONNECTIONS_ACCOUNTS | List Financial Connections Account objects representing external financial accounts. | All levels |
List forwarding requestsSTRIPE_LIST_FORWARDING_REQUESTS | Lists ForwardingRequest objects from Stripe's Vault and Forward API. | All levels |
List fx quotesSTRIPE_LIST_FX_QUOTES | Retrieves a list of FX quotes that have been issued, with the most recent appearing first. | All levels |
List invoiceitemsSTRIPE_LIST_INVOICEITEMS | Retrieves a paginated list of Stripe invoice items. | All levels |
List invoicesSTRIPE_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 paymentsSTRIPE_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 templatesSTRIPE_LIST_INVOICE_RENDERING_TEMPLATES | List all invoice rendering templates ordered by creation date. | All levels |
List meter event summariesSTRIPE_LIST_METER_EVENT_SUMMARIES | Retrieve billing meter event summaries for a customer within a time range. | All levels |
List payment attempt recordsSTRIPE_LIST_PAYMENT_ATTEMPT_RECORDS | List payment attempt records for a specified payment record. | All levels |
List payment intentsSTRIPE_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 linksSTRIPE_LIST_PAYMENT_LINKS | Retrieves a list of payment links from Stripe, sorted by creation date in descending order by default. | All levels |
List payoutsSTRIPE_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 plansSTRIPE_LIST_PLANS | List all billing plans from Stripe account. | All levels |
List pricesSTRIPE_LIST_PRICES | List Stripe prices. Use when you need to retrieve and filter price objects before processing write operations. | All levels |
List productsSTRIPE_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 featuresSTRIPE_LIST_PRODUCTS_PRODUCT_FEATURES | Retrieves a list of features attached to a product. | All levels |
List promotion codesSTRIPE_LIST_PROMOTION_CODES | Retrieve a list of promotion codes from Stripe. | All levels |
List quotesSTRIPE_LIST_QUOTES | Retrieves a list of Stripe quotes with pagination support. | All levels |
List radar early fraud warningsSTRIPE_LIST_RADAR_EARLY_FRAUD_WARNINGS | List all early fraud warnings from Stripe Radar. | All levels |
List radar reviewsSTRIPE_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 refundsSTRIPE_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 runsSTRIPE_LIST_REPORTING_REPORT_RUNS | Lists Stripe Report Runs, sorted by creation date descending (newest first). | All levels |
List reviewsSTRIPE_LIST_REVIEWS | Retrieves a list of open Stripe reviews with pagination support. | All levels |
List setup attemptsSTRIPE_LIST_SETUP_ATTEMPTS | List SetupAttempts associated with a SetupIntent. | All levels |
List setup intentsSTRIPE_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 runsSTRIPE_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 subscriptionsSTRIPE_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 itemsSTRIPE_LIST_SUBSCRIPTION_ITEMS | List all subscription items for a given subscription. | All levels |
List tax codesSTRIPE_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 ratesSTRIPE_LIST_TAX_RATES | Retrieves a list of tax rates, which are returned sorted by creation date in descending order. | All levels |
List tax registrationsSTRIPE_LIST_TAX_REGISTRATIONS | Retrieves a paginated list of tax registrations. | All levels |
List terminal configurationsSTRIPE_LIST_TERMINAL_CONFIGURATIONS | Retrieve a list of Terminal Configuration objects from Stripe. | All levels |
List terminal locationsSTRIPE_LIST_TERMINAL_LOCATIONS | Retrieves a list of Stripe terminal locations with pagination support. | All levels |
List terminal readersSTRIPE_LIST_TERMINAL_READERS | List all Stripe Terminal Readers with optional filtering. | All levels |
List test clocksSTRIPE_LIST_TEST_CLOCKS | Retrieves a paginated list of test clocks. | All levels |
List topupsSTRIPE_LIST_TOPUPS | Retrieve a list of existing top-ups from Stripe. | All levels |
List transfersSTRIPE_LIST_TRANSFERS | List all transfers sent to connected accounts. | All levels |
List v2 core eventsSTRIPE_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 destinationsSTRIPE_LIST_V2_CORE_EVENT_DESTINATIONS | Retrieves a list of event destinations from Stripe V2 Core Events API. | All levels |
Mark invoice uncollectibleSTRIPE_MARK_INVOICE_UNCOLLECTIBLE | Mark a Stripe invoice as uncollectible for bad debt accounting purposes. | Read + write |
Migrate subscriptionSTRIPE_MIGRATE_SUBSCRIPTION | Migrate a subscription from classic to flexible billing mode. | Read + write |
Pay invoiceSTRIPE_PAY_INVOICE | Pay an invoice manually outside the normal collection schedule. | Read + write |
Post billing credit grants void credit grantSTRIPE_POST_BILLING_CREDIT_GRANTS_VOID_CREDIT_GRANT | Voids a billing credit grant, preventing it from being applied to future invoices. | Read + write |
Post charges chargeSTRIPE_POST_CHARGES_CHARGE | Updates a Stripe charge with the specified parameters; unspecified fields remain unchanged. | Read + write |
Post customers customer subs sub exposed idSTRIPE_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 accountSTRIPE_POST_CUSTOMERS_SOURCES_VERIFY_THE_BANK_ACCOUNT | Verifies a bank account for a customer using microdeposit amounts. | Read + write |
Post file links linkSTRIPE_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 voidSTRIPE_POST_INVOICES_INVOICE_VOID | Voids a finalized invoice and maintains a papertrail. | Read + write |
Post payment records report paymentSTRIPE_POST_PAYMENT_RECORDS_REPORT_PAYMENT | Report a payment record in terminal state or for initialization. | Read + write |
Post setup intents intentSTRIPE_POST_SETUP_INTENTS_INTENT | Updates a SetupIntent object to modify configuration parameters and metadata. | Read + write |
Post subscriptions subscription exposed idSTRIPE_POST_SUBSCRIPTIONS_SUBSCRIPTION_EXPOSED_ID | Update an existing Stripe subscription with specified parameters. | Read + write |
Post subscription items itemSTRIPE_POST_SUBSCRIPTION_ITEMS_ITEM | Update a subscription item's plan, quantity, billing thresholds, discounts, or metadata. | Read + write |
Post terminal configurations configurationSTRIPE_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 intentSTRIPE_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 displaySTRIPE_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 displaySTRIPE_POST_TERMINAL_READERS_SET_READER_DISPLAY | Configure a terminal reader's display to show cart details. | Read + write |
Post v1 accounts capabilities capabilitiesSTRIPE_POST_V1_ACCOUNTS_CAPABILITIES_CAPABILITIES | Updates an existing account capability for a Stripe connected account. | Read + write |
Post v1 balance settings overviewSTRIPE_POST_V1_BALANCE_SETTINGS_OVERVIEW | Update balance settings for a Stripe account. | Read + write |
Post v1 billing portal configs overview billingSTRIPE_POST_V1_BILLING_PORTAL_CONFIGS_OVERVIEW_BILLING | Update an existing billing portal configuration in Stripe. | Read + write |
Post v1 checkout sessions retrieve a checkoutSTRIPE_POST_V1_CHECKOUT_SESSIONS_RETRIEVE_A_CHECKOUT | Update and retrieve a Checkout Session object from Stripe. | Read + write |
Post v1 credit notes credit note2STRIPE_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 testSTRIPE_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 customersSTRIPE_POST_V1_CUSTOMERS_SEARCH_CUSTOMERS | Search for Stripe customers using a search query. | All levels |
Post v1 invoices finalize void an invoiceSTRIPE_POST_V1_INVOICES_FINALIZE_VOID_AN_INVOICE | Voids a finalized invoice and maintains a papertrail. | Read + write |
Post v1 invoices lines overviewSTRIPE_POST_V1_INVOICES_LINES_OVERVIEW | Updates an invoice's line item before finalization. | Read + write |
Post v1 invoices remove lines overviewSTRIPE_POST_V1_INVOICES_REMOVE_LINES_OVERVIEW | Remove multiple line items from a draft Stripe invoice. | Read + write |
Post v1 invoices send void an invoiceSTRIPE_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 invoiceSTRIPE_POST_V1_INVOICES_VOID_AN_INVOICE | Permanently void a finalized Stripe invoice. | Read + write |
Post v1 payment method configs list payment method2STRIPE_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 methodSTRIPE_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 attemptSTRIPE_POST_V1_PAYMENT_RECORDS_REPORT_ATTEMPT | Report a payment attempt on a Stripe Payment Record. | Read + write |
Post v1 payment records report canceledSTRIPE_POST_V1_PAYMENT_RECORDS_REPORT_CANCELED | Report that the most recent payment attempt was canceled. | Read + write |
Post v1 payment records report guaranteedSTRIPE_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 infoSTRIPE_POST_V1_PAYMENT_RECORDS_REPORT_INFO | Report additional payment attempt information for a payment record. | Read + write |
Post v1 payment records report refund overviewSTRIPE_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 payoutSTRIPE_POST_V1_PAYOUTS_RETRIEVE_A_PAYOUT | Updates a payout's metadata and returns the updated payout object. | Read + write |
Post v1 plans overviewSTRIPE_POST_V1_PLANS_OVERVIEW | Update a Stripe plan by setting passed parameter values. | Read + write |
Post v1 promotion codes promotion codeSTRIPE_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 overview2STRIPE_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 subscriptionsSTRIPE_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 overview2STRIPE_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 overviewSTRIPE_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 rate2STRIPE_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 eventSTRIPE_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 methodSTRIPE_PRESENT_PAYMENT_METHOD | Present a payment method on a simulated terminal reader for testing purposes. | Read + write |
Process setup intentSTRIPE_PROCESS_SETUP_INTENT | Initiates a SetupIntent flow on a Stripe Terminal Reader to save payment details. | Read + write |
Reactivate billing meterSTRIPE_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 failedSTRIPE_REPORT_PAYMENT_ATTEMPT_FAILED | Reports that a recent payment attempt on a Payment Record has failed. | Read + write |
Resume subscriptionSTRIPE_RESUME_SUBSCRIPTION | Resumes a paused Stripe subscription with billing cycle and proration options. | Read + write |
Retrieve balanceSTRIPE_RETRIEVE_BALANCE | Retrieves the complete current balance details for the connected Stripe account. | All levels |
Retrieve chargeSTRIPE_RETRIEVE_CHARGE | Retrieves full details for an existing Stripe charge using its unique ID. | All levels |
Retrieve checkout sessionSTRIPE_RETRIEVE_CHECKOUT_SESSION | Retrieve a Checkout Session object from Stripe. | All levels |
Retrieve customerSTRIPE_RETRIEVE_CUSTOMER | Retrieves detailed information for an existing Stripe customer using their unique customer ID. | All levels |
Retrieve payment intentSTRIPE_RETRIEVE_PAYMENT_INTENT | Retrieves a PaymentIntent by its ID; client_secret is required if a publishable API key is used. | All levels |
Retrieve promotion codeSTRIPE_RETRIEVE_PROMOTION_CODE | Retrieve a Stripe promotion code by its ID. | All levels |
Retrieve upcoming invoiceSTRIPE_RETRIEVE_UPCOMING_INVOICE | Preview the upcoming invoice for a customer, showing all pending charges including subscription renewals and invoice items. | All levels |
Search chargesSTRIPE_SEARCH_CHARGES | Search charges using Stripe's Search Query Language. | All levels |
Search customersSTRIPE_SEARCH_CUSTOMERS | Retrieves a list of Stripe customers matching a search query that adheres to Stripe's Search Query Language. | All levels |
Search invoicesSTRIPE_SEARCH_INVOICES | Searches for invoices using Stripe's Search Query Language. | All levels |
Search payment intentsSTRIPE_SEARCH_PAYMENT_INTENTS | Searches for PaymentIntents using Stripe's Search Query Language. | All levels |
Search pricesSTRIPE_SEARCH_PRICES | Search for prices using Stripe's Search Query Language. | All levels |
Search productsSTRIPE_SEARCH_PRODUCTS | Search for products using Stripe's Search Query Language. | All levels |
Search subscriptionsSTRIPE_SEARCH_SUBSCRIPTIONS | Searches for subscriptions using Stripe's Search Query Language. | All levels |
Send invoiceSTRIPE_SEND_INVOICE | Manually send a finalized Stripe invoice to the customer outside the automatic billing schedule. | Read + write |
Set reader displaySTRIPE_SET_READER_DISPLAY | Configures a Stripe Terminal reader to display cart information on its screen. | Read + write |
Set terminal reader displaySTRIPE_SET_TERMINAL_READER_DISPLAY | Set the display on a Stripe Terminal reader to show cart details. | Read + write |
Succeed test terminal reader input collectionSTRIPE_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 collectionSTRIPE_TIMEOUT_TEST_TERMINAL_READER_INPUT_COLLECTION | Simulate an input collection timeout on a Stripe Terminal reader. | Read + write |
Update billing credit grantSTRIPE_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 meterSTRIPE_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 configurationSTRIPE_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 balanceSTRIPE_UPDATE_CASH_BALANCE | Update a customer's cash balance settings in Stripe. | Read + write |
Update chargeSTRIPE_UPDATE_CHARGE | Update a Stripe charge object with provided parameters. | Read + write |
Update charge disputeSTRIPE_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 refundSTRIPE_UPDATE_CHARGE_REFUND | Update a specified refund within a charge. | Read + write |
Update checkout sessionSTRIPE_UPDATE_CHECKOUT_SESSION | Update a Stripe Checkout Session dynamically. | Read + write |
Update couponSTRIPE_UPDATE_COUPON | Updates a Stripe coupon's metadata, name, or currency options. | Read + write |
Update customerSTRIPE_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 txnSTRIPE_UPDATE_CUSTOMER_BALANCE_TXN | Updates an existing customer balance transaction's description and metadata. | Read + write |
Update customer bank accountSTRIPE_UPDATE_CUSTOMER_BANK_ACCOUNT | Updates a specified bank account for a given customer. | Read + write |
Update customer bank account sourceSTRIPE_UPDATE_CUSTOMER_BANK_ACCOUNT_SOURCE | Updates a bank account source attached to a customer. | Read + write |
Update customer cardSTRIPE_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 sourceSTRIPE_UPDATE_CUSTOMER_SOURCE | Update a specified source for a given customer. | Read + write |
Update customer subscriptionSTRIPE_UPDATE_CUSTOMER_SUBSCRIPTION | Update a subscription on a customer in Stripe. | Read + write |
Update disputeSTRIPE_UPDATE_DISPUTE | Update a Stripe dispute by submitting evidence or updating metadata. | Read + write |
Update entitlement featureSTRIPE_UPDATE_ENTITLEMENT_FEATURE | Update a feature's properties or deactivate it. | Read + write |
Update invoiceSTRIPE_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 invoiceitemSTRIPE_UPDATE_INVOICEITEM | Updates an invoice item on a draft invoice. | Read + write |
Update invoice linesSTRIPE_UPDATE_INVOICE_LINES | Bulk update multiple line items on a draft invoice. | Read + write |
Update payment intentSTRIPE_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 linkSTRIPE_UPDATE_PAYMENT_LINK | Updates an existing payment link with new configuration details. | Read + write |
Update payment methodSTRIPE_UPDATE_PAYMENT_METHOD | Updates an existing PaymentMethod object in Stripe. | Read + write |
Update priceSTRIPE_UPDATE_PRICE | Updates a Stripe price by setting passed parameter values; unspecified parameters remain unchanged. | Read + write |
Update productSTRIPE_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 codeSTRIPE_UPDATE_PROMOTION_CODE | Updates an existing Stripe promotion code by setting the values of the parameters passed. | Read + write |
Update quoteSTRIPE_UPDATE_QUOTE | Update an existing Stripe quote with new values. | Read + write |
Update sourceSTRIPE_UPDATE_SOURCE | Updates a Stripe source with specified parameters. | Read + write |
Update subscriptionSTRIPE_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 scheduleSTRIPE_UPDATE_SUBSCRIPTION_SCHEDULE | Update an existing subscription schedule in Stripe. | Read + write |
Update tax registrationSTRIPE_UPDATE_TAX_REGISTRATION | Update an existing tax registration in Stripe. | Read + write |
Update tax settingsSTRIPE_UPDATE_TAX_SETTINGS | Updates Stripe Tax Settings parameters used in tax calculations. | Read + write |
Update terminal locationSTRIPE_UPDATE_TERMINAL_LOCATION | Updates a Terminal Location by modifying specified parameters. | Read + write |
Update terminal readerSTRIPE_UPDATE_TERMINAL_READER | Update a Terminal Reader object by setting parameter values. | Read + write |
Validate payment method domainSTRIPE_VALIDATE_PAYMENT_METHOD_DOMAIN | Validate an existing payment method domain in Stripe to activate payment methods. | Read + write |
Verify microdepositsSTRIPE_VERIFY_MICRODEPOSITS | Verifies microdeposits on a SetupIntent object to confirm bank account ownership. | Read + write |
Verify microdeposits payment intentSTRIPE_VERIFY_MICRODEPOSITS_PAYMENT_INTENT | Verifies microdeposits on a PaymentIntent object by matching deposit amounts or descriptor code. | Read + write |
Void credit noteSTRIPE_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 invoiceSTRIPE_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 |
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.
| Agent says | What's happening | Fix |
|---|---|---|
| "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 down | Raise the level under Manage, or adjust that agent's policy |
| It did something unexpected | The ask was ambiguous (e.g. matched an existing item) | Be explicit, "create a NEW …", and give agents a working folder where relevant |