OXYGENOXYGEN
← All integrations
Stripe logo

Stripe

Read customers, charges, and subscriptions.

PaymentsOAuth432 endpoints

Endpoints

OperationMethod & pathEffectLatencyRateCost
STRIPE_ACCEPT_QUOTE
Tool to 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.
POST /composio/stripe/stripe_accept_quoteexternal_sendmanaged
STRIPE_ACTIVATE_BILLING_ALERT
Reactivates a billing alert, allowing it to trigger again. Use when you need to resume monitoring usage thresholds and receiving notifications for a previously deactivated alert.
POST /composio/stripe/stripe_activate_billing_alertexternal_sendmanaged
STRIPE_ADD_INVOICE_LINES
Tool to add multiple line items to a draft Stripe invoice. Use when you need to add additional charges, services, or credits to an existing invoice that is still in draft status.
POST /composio/stripe/stripe_add_invoice_linesexternal_sendmanaged
STRIPE_ADVANCE_TEST_CLOCK
Advance a test clock to a future timestamp. Use for testing time-based billing scenarios. Requires test mode API keys (test_helpers endpoints are only available in test mode). The advancement is asynchronous; monitor the status field to track completion (status changes from 'advancing' to 'ready').
POST /composio/stripe/stripe_advance_test_clockexternal_sendmanaged
STRIPE_APPLY_CUSTOMER_BALANCE
Manually reconciles remaining amount for a customer_balance PaymentIntent by applying funds from customer's cash balance. IMPORTANT: This action only works with PaymentIntents that have 'customer_balance' in their payment_method_types. The customer_balance payment method type must be enabled in your Stripe account settings. Use this when you need to apply funds from a customer's cash balance account to complete or partially fund a PaymentIntent.
POST /composio/stripe/stripe_apply_customer_balanceexternal_sendmanaged
STRIPE_ARCHIVE_BILLING_ALERT
Tool to archive a billing alert in Stripe, removing it from list views and APIs. Use when you need to permanently archive a billing alert. This action is non-reversible.
POST /composio/stripe/stripe_archive_billing_alertexternal_sendmanaged
STRIPE_ATTACH_CUSTOMER_SOURCE
Attach a payment source (card token or source object) to a customer for future charges. IMPORTANT: This is a legacy API. For new integrations, use the PaymentMethods API instead (STRIPE_ATTACH_PAYMENT_METHOD). The source parameter accepts: - Card tokens (tok_xxxx) created client-side via Stripe.js or mobile SDKs - Source objects (src_xxxx) for alternative payment methods NOTE: PaymentMethod objects (pm_xxxx) cannot be used with this endpoint. Use STRIPE_ATTACH_PAYMENT_METHOD for those. In test mode, you can use test tokens like 'tok_visa'. In live mode, tokens must be created client-side for PCI compliance.
POST /composio/stripe/stripe_attach_customer_sourceexternal_sendmanaged
STRIPE_ATTACH_INVOICE_PAYMENT
Attaches a PaymentIntent or Out of Band Payment to an invoice's payments list. When the PaymentIntent status changes to succeeded, the payment is credited to the invoice. Use when you need to associate an existing payment with a specific invoice.
POST /composio/stripe/stripe_attach_invoice_paymentexternal_sendmanaged
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.
POST /composio/stripe/stripe_attach_payment_methodexternal_sendmanaged
STRIPE_ATTACH_PRODUCT_FEATURE
Tool to 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.
POST /composio/stripe/stripe_attach_product_featureexternal_sendmanaged
STRIPE_CANCEL_PAYMENT_INTENT
Cancels a PaymentIntent when in cancelable state. Use when a PaymentIntent is no longer needed to prevent further charges. For PaymentIntents with status='requires_capture', the remaining amount_capturable will be automatically refunded.
POST /composio/stripe/stripe_cancel_payment_intentexternal_sendmanaged
STRIPE_CANCEL_QUOTE
Tool to 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.
POST /composio/stripe/stripe_cancel_quoteexternal_sendmanaged
STRIPE_CANCEL_SETUP_INTENT
Cancels a SetupIntent that is no longer needed. Use when a SetupIntent is in 'requires_payment_method', 'requires_confirmation', or 'requires_action' state. Note: SetupIntents linked to Checkout Sessions cannot be canceled through this method.
POST /composio/stripe/stripe_cancel_setup_intentexternal_sendmanaged
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.
POST /composio/stripe/stripe_cancel_subscriptionexternal_sendmanaged
STRIPE_CANCEL_SUBSCRIPTION_SCHEDULE
Cancels a subscription schedule and its associated subscription immediately (if active). Use when you need to stop scheduling of phases while leaving any existing subscription in place. Only succeeds if the schedule status is 'not_started' or 'active'.
POST /composio/stripe/stripe_cancel_subscription_scheduleexternal_sendmanaged
STRIPE_CANCEL_TERMINAL_READER_ACTION
Tool to 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.
POST /composio/stripe/stripe_cancel_terminal_reader_actionexternal_sendmanaged
STRIPE_CAPTURE_CHARGE
Tool to capture payment on an uncaptured charge. Use when a charge was created with capture=false and you're ready to capture the payment.
POST /composio/stripe/stripe_capture_chargeexternal_sendmanaged
STRIPE_CAPTURE_PAYMENT_INTENT
Captures the funds of an existing uncaptured PaymentIntent. Use when the PaymentIntent status is 'requires_capture'.
POST /composio/stripe/stripe_capture_payment_intentexternal_sendmanaged
STRIPE_CLOSE_DISPUTE
Tool to 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.
POST /composio/stripe/stripe_close_disputeexternal_sendmanaged
STRIPE_COLLECT_TERMINAL_READER_INPUTS
Initiates input collection on a Terminal Reader to display forms and collect customer information. Use when you need to gather email, phone, text, numeric, signature, or selection inputs from customers on a physical reader.
POST /composio/stripe/stripe_collect_terminal_reader_inputsexternal_sendmanaged
STRIPE_COLLECT_TERMINAL_READER_PAYMENT_METHOD
Tool to initiate payment method collection on a Stripe Terminal Reader. Use when you need to hand off a PaymentIntent to a physical card reader device to collect payment details. The Reader action executes asynchronously with action.status showing 'in_progress' initially.
POST /composio/stripe/stripe_collect_terminal_reader_payment_methodexternal_sendmanaged
STRIPE_CONFIRM_PAYMENT_INTENT
Tool to confirm customer intent to pay with current or provided payment method. Use when ready to finalize a PaymentIntent and initiate the payment attempt. A return_url is required if confirmation needs customer action like 3D Secure authentication.
POST /composio/stripe/stripe_confirm_payment_intentexternal_sendmanaged
STRIPE_CONFIRM_SETUP_INTENT
Confirms a SetupIntent to complete customer payment method setup. Use when you need to finalize credential collection after creating a SetupIntent.
POST /composio/stripe/stripe_confirm_setup_intentexternal_sendmanaged
STRIPE_CONFIRM_TERMINAL_READER_PAYMENT_INTENT
Tool to confirm a PaymentIntent on a Terminal reader device. Use when you need to finalize a payment transaction on a card reader after the PaymentIntent has been collected on the reader hardware.
POST /composio/stripe/stripe_confirm_terminal_reader_payment_intentexternal_sendmanaged
STRIPE_CREATE_ACCOUNTS_CAPABILITIES_CARD_PAYMENTS
Tool to create or update card payments capability for a Stripe Connect account. Use when you need to enable or disable card payment processing for a connected account.
POST /composio/stripe/stripe_create_accounts_capabilities_card_paymentsexternal_sendmanaged
STRIPE_CREATE_ACCOUNT_SESSION
Creates an Account Session for a Stripe Connect account, granting access to embedded components. Use when you need to provide temporary, client-side access to a connected account's dashboard features such as account management, onboarding, payments, and payouts. The Account Session expires relatively quickly and cannot be used more than once. We recommend creating a new Account Session each time you need to display an embedded component to your user.
POST /composio/stripe/stripe_create_account_sessionexternal_sendmanaged
STRIPE_CREATE_APPLE_PAY_DOMAIN
Tool to 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.
POST /composio/stripe/stripe_create_apple_pay_domainexternal_sendmanaged
STRIPE_CREATE_APPS_SECRET
Tool to create a secret in the Stripe Secret Store. Use when you need to securely persist secrets for use by UI Extensions and app backends.
POST /composio/stripe/stripe_create_apps_secretexternal_sendmanaged
STRIPE_CREATE_BANK_ACCOUNT_TOKEN
Tool to create a single-use token representing bank account details. Use when you need to securely collect bank account information for ACH payments, direct debits, or adding a bank account to a customer or recipient.
POST /composio/stripe/stripe_create_bank_account_tokenexternal_sendmanaged
STRIPE_CREATE_BILLING_ALERT
Tool to create a billing alert that monitors usage on a billing meter and triggers notifications when a specified threshold is crossed. Use when you need to set up usage-based billing alerts.
POST /composio/stripe/stripe_create_billing_alertexternal_sendmanaged
STRIPE_CREATE_BILLING_CREDIT_GRANT
Tool to create a credit grant that allocates billing credits to a customer for use against metered pricing. Use when you need to provide promotional or paid credits to customers.
POST /composio/stripe/stripe_create_billing_credit_grantexternal_sendmanaged
STRIPE_CREATE_BILLING_METER
Tool to create a billing meter in Stripe for tracking usage events. Use when you need to set up a new meter to track API calls, storage usage, or other measurable customer actions that form the basis of billing calculations.
POST /composio/stripe/stripe_create_billing_meterexternal_sendmanaged
STRIPE_CREATE_BILLING_METER_EVENT
Creates a billing meter event using Stripe API v2 for usage-based billing. Use when recording customer usage that will be metered and billed according to configured billing meters.
POST /composio/stripe/stripe_create_billing_meter_eventexternal_sendmanaged
STRIPE_CREATE_BILLING_METER_EVENT_ADJUSTMENT
Creates an adjustment to cancel a billing meter event. Use when you need to correct errors or remove events attached to the wrong customer within 24 hours of Stripe receiving them.
POST /composio/stripe/stripe_create_billing_meter_event_adjustmentexternal_sendmanaged
STRIPE_CREATE_BILLING_METER_EVENT_SESSION
Creates authentication session for high-throughput meter event stream. Use when you need to send meter events to Stripe's billing system; tokens are valid for 15 minutes.
POST /composio/stripe/stripe_create_billing_meter_event_sessionexternal_sendmanaged
STRIPE_CREATE_BILLING_PORTAL_CONFIGURATION
Tool to create a Stripe billing portal configuration. Use when you need to define the functionality and behavior of a customer portal session, including which features customers can access.
POST /composio/stripe/stripe_create_billing_portal_configurationexternal_sendmanaged
STRIPE_CREATE_BILLING_PORTAL_SESSION
Tool to 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.
POST /composio/stripe/stripe_create_billing_portal_sessionexternal_sendmanaged
STRIPE_CREATE_CHARGE
Tool to create a charge to request payment from a credit or debit card. Use when you need to charge a payment source directly. Note: This method is deprecated; Stripe recommends using the Payment Intents API instead for new integrations.
POST /composio/stripe/stripe_create_chargeexternal_sendmanaged
STRIPE_CREATE_CHARGE_REFUND
Tool to create a refund for a charge in Stripe. Use when you need to refund a previously created charge fully or partially.
POST /composio/stripe/stripe_create_charge_refundexternal_sendmanaged
STRIPE_CREATE_CHECKOUT_SESSION
Tool to create a Stripe Checkout Session. Use when you need a secure, hosted URL to collect payments or subscriptions via Stripe Checkout.
POST /composio/stripe/stripe_create_checkout_sessionexternal_sendmanaged
STRIPE_CREATE_COUPON
Creates a new discount coupon in Stripe with percentage or fixed amount discount. Use when creating promotional discounts for customers.
POST /composio/stripe/stripe_create_couponexternal_sendmanaged
STRIPE_CREATE_CREDIT_NOTE
Issues a credit note to adjust a finalized invoice's amount. Use when you need to credit an invoice after finalization, either for refunds, customer balance credits, or out-of-band adjustments.
POST /composio/stripe/stripe_create_credit_noteexternal_sendmanaged
STRIPE_CREATE_CUSTOMER
Creates a new customer in Stripe, required for creating charges or subscriptions; an email is highly recommended for customer communications.
POST /composio/stripe/stripe_create_customerexternal_sendmanaged
STRIPE_CREATE_CUSTOMER_BALANCE_TRANSACTION
Tool to create an immutable transaction that updates the customer's credit balance. Use when you need to manually adjust a customer's balance, such as issuing credits or debits.
POST /composio/stripe/stripe_create_customer_balance_transactionexternal_sendmanaged
STRIPE_CREATE_CUSTOMER_BANK_ACCOUNT
Tool to create a new bank account attached to a customer object. Use when you need to add a bank account as a payment source for an existing Stripe customer.
POST /composio/stripe/stripe_create_customer_bank_accountexternal_sendmanaged
STRIPE_CREATE_CUSTOMER_CARD
Creates a card or bank account payment source for a Stripe customer. Use when you need to add a new payment method to a customer for future use. Supports both card and bank account creation. Note: To use bank accounts, the customer must be verified and have the `bank_account` capability enabled in their country.
POST /composio/stripe/stripe_create_customer_cardexternal_sendmanaged
STRIPE_CREATE_CUSTOMER_SESSION
Tool to create a Stripe Customer Session granting client-side access control over a Customer. Use when you need to provide temporary access to customer portal features.
POST /composio/stripe/stripe_create_customer_sessionexternal_sendmanaged
STRIPE_CREATE_CUSTOMER_SOURCE
Attaches a payment source to a customer for later reuse. Use when you need to save a card, bank account, or other payment source for future charges.
POST /composio/stripe/stripe_create_customer_sourceexternal_sendmanaged
STRIPE_CREATE_CUSTOMER_SUBSCRIPTION
Tool to create a subscription for an existing customer. Use when creating a new subscription with items and prices for a specific customer.
POST /composio/stripe/stripe_create_customer_subscriptionexternal_sendmanaged
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. Use when you need to add tax identification to a customer account.
POST /composio/stripe/stripe_create_customer_tax_idexternal_sendmanaged
STRIPE_CREATE_CVC_UPDATE_TOKEN
Creates a single-use token representing an updated CVC value for card payments. Use when you need to update the CVC for an existing card without collecting the full card details again.
POST /composio/stripe/stripe_create_cvc_update_tokenexternal_sendmanaged
STRIPE_CREATE_ENTITLEMENT_FEATURE
Creates a new feature entitlement in Stripe representing a monetizable ability or functionality. Use when defining features that can be assigned to products and customers.
POST /composio/stripe/stripe_create_entitlement_featureexternal_sendmanaged
STRIPE_CREATE_EPHEMERAL_KEY
Tool to create a short-lived ephemeral API key for secure mobile SDK access to specific Stripe resources. Use when integrating with Stripe iOS, Android SDKs, or Stripe.js for Issuing Cards.
POST /composio/stripe/stripe_create_ephemeral_keyexternal_sendmanaged
STRIPE_CREATE_FILE
Tool to upload a file to Stripe for business purposes such as dispute evidence, identity verification, or business logos. Use when you need to store files that can be attached to other Stripe objects.
POST /composio/stripe/stripe_create_fileexternal_sendmanaged
STRIPE_CREATE_FILE_LINK
Tool to create a file link object that generates a shareable URL for accessing uploaded files. Use when you need to provide temporary or permanent access to a Stripe file.
POST /composio/stripe/stripe_create_file_linkexternal_sendmanaged
STRIPE_CREATE_FINANCIAL_CONNECTIONS_SESSION
Tool to create a Financial Connections Session to launch the authorization flow for linking financial accounts. Use when you need to collect customer bank account information for payments or data access.
POST /composio/stripe/stripe_create_financial_connections_sessionexternal_sendmanaged
STRIPE_CREATE_FX_QUOTE
Tool to create an FX quote for currency conversion with optional rate locking. Use when you need to view current exchange rates for currency pairs or extend quoted rates for 5 minutes to 24 hours to reduce FX fluctuation uncertainty.
POST /composio/stripe/stripe_create_fx_quoteexternal_sendmanaged
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. Note: Stripe API enforces a maximum value of 99,999,999 (in smallest currency unit) for amount fields including `unit_amount` in invoice items, `application_fee_amount`, and `transfer_data.amount`. Values exceeding this limit will be rejected.
POST /composio/stripe/stripe_create_invoiceexternal_sendmanaged
STRIPE_CREATE_INVOICE_ITEM
Tool to create an invoice item for draft invoices. Use when adding line items to customer invoices before finalization.
POST /composio/stripe/stripe_create_invoice_itemexternal_sendmanaged
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.
POST /composio/stripe/stripe_create_payment_intentexternal_sendmanaged
STRIPE_CREATE_PAYMENT_LINK
Tool to 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 per payment link.
POST /composio/stripe/stripe_create_payment_linkexternal_sendmanaged
STRIPE_CREATE_PAYMENT_METHOD
Creates a PaymentMethod object representing a customer's payment instrument (card, bank account, etc.). PaymentMethods can be: - Attached to a Customer for future use - Used directly with PaymentIntents to collect payments - Stored for recurring payments or subscriptions The 'type' parameter determines which payment-specific fields are required: - type='card': requires card object with number, exp_month, exp_year - type='sepa_debit': requires sepa_debit object with iban - type='us_bank_account': requires us_bank_account object with account details - And many other payment method types (acss_debit, au_becs_debit, bacs_debit, boleto, etc.) IMPORTANT: For card payments, collecting card numbers directly via API requires PCI compliance and special account permissions. Consider using Stripe.js, Stripe Elements, or mobile SDKs instead for better security and easier PCI compliance. This action is most useful for non-card payment methods or when you have explicit authorization for raw card data access.
POST /composio/stripe/stripe_create_payment_methodexternal_sendmanaged
STRIPE_CREATE_PAYMENT_METHOD_CONFIGURATION
Creates a payment method configuration to control which payment methods are displayed during checkout. Use when setting up payment options for customers.
POST /composio/stripe/stripe_create_payment_method_configurationexternal_sendmanaged
STRIPE_CREATE_PAYMENT_METHOD_DOMAIN
Tool to create a payment method domain object to control where payment methods are shown. Use when registering a new web domain with Stripe to enable payment processing capabilities.
POST /composio/stripe/stripe_create_payment_method_domainexternal_sendmanaged
STRIPE_CREATE_PII_TOKEN
Tool to create a single-use token representing PII (personally identifiable information). Use when you need to securely tokenize sensitive personal information like ID numbers for compliance or security purposes.
POST /composio/stripe/stripe_create_pii_tokenexternal_sendmanaged
STRIPE_CREATE_PLAN
Tool to create a recurring billing plan with flexible pricing configuration. Use when setting up subscription plans with defined pricing, currency, and billing intervals.
POST /composio/stripe/stripe_create_planexternal_sendmanaged
STRIPE_CREATE_PREVIEW_INVOICE
Tool to preview an upcoming invoice without creating it. Use when you need to show pending charges, renewal fees, discounts, and prorations before finalizing an invoice.
POST /composio/stripe/stripe_create_preview_invoiceexternal_sendmanaged
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`.
POST /composio/stripe/stripe_create_priceexternal_sendmanaged
STRIPE_CREATE_PRODUCT
Creates a new product in Stripe, encoding the request as `application/x-www-form-urlencoded` by flattening nested structures.
POST /composio/stripe/stripe_create_productexternal_sendmanaged
STRIPE_CREATE_PROMOTION_CODE
Tool to create a promotion code linked to an underlying coupon. Use when you need to generate customer-redeemable codes with optional restrictions.
POST /composio/stripe/stripe_create_promotion_codeexternal_sendmanaged
STRIPE_CREATE_QUOTE
Tool to create a Stripe quote modeling prices and services for a customer. Use when you need to generate a formal quote for a customer before finalizing payment.
POST /composio/stripe/stripe_create_quoteexternal_sendmanaged
STRIPE_CREATE_REFUND
Creates a full or partial refund in Stripe, targeting either a specific charge ID or a payment intent ID.
POST /composio/stripe/stripe_create_refundexternal_sendmanaged
STRIPE_CREATE_REPORT_RUN
Creates a new report run object and begins executing the report asynchronously. Use when you need to generate Stripe reports such as balance summaries or itemized transaction reports.
POST /composio/stripe/stripe_create_report_runexternal_sendmanaged
STRIPE_CREATE_REVERSAL_TAX_TRANSACTION
Creates a reversal of an existing tax transaction. Use when you need to fully or partially reverse tax calculations, either for full refunds or specific line items.
POST /composio/stripe/stripe_create_reversal_tax_transactionexternal_sendmanaged
STRIPE_CREATE_SETUP_INTENT
Creates a SetupIntent object to collect payment method permissions for future payments. Use when setting up payment methods for subscriptions or saving cards for later use.
POST /composio/stripe/stripe_create_setup_intentexternal_sendmanaged
STRIPE_CREATE_SHIPPING_RATE
Creates a new shipping rate object that appears on Checkout Sessions for customer display. Use when defining shipping costs for products.
POST /composio/stripe/stripe_create_shipping_rateexternal_sendmanaged
STRIPE_CREATE_SOURCE
Tool to create a Stripe source object for accepting payment methods. Use when you need to process payments through various payment methods like cards, bank transfers, or redirect-based payment systems.
POST /composio/stripe/stripe_create_sourceexternal_sendmanaged
STRIPE_CREATE_SUBSCRIPTION
Creates a new, highly configurable subscription for an existing Stripe customer, supporting multiple items, trials, discounts, and various billing/payment options.
POST /composio/stripe/stripe_create_subscriptionexternal_sendmanaged
STRIPE_CREATE_SUBSCRIPTION_ITEM
Tool to add a new item to an existing subscription without changing existing items. Use when adding a product or service to a customer's subscription.
POST /composio/stripe/stripe_create_subscription_itemexternal_sendmanaged
STRIPE_CREATE_SUBSCRIPTION_SCHEDULE
Tool to create a new subscription schedule for managing subscription changes over time. Use when you need to schedule future subscription modifications, phase transitions, or automate subscription lifecycle management.
POST /composio/stripe/stripe_create_subscription_scheduleexternal_sendmanaged
STRIPE_CREATE_TAX_CALCULATION
Creates a Tax Calculation to compute taxes for customer purchases. Use when you need to calculate taxes for a transaction before finalizing it, such as displaying tax amounts in a shopping cart.
POST /composio/stripe/stripe_create_tax_calculationexternal_sendmanaged
STRIPE_CREATE_TAX_ID
Creates a new tax ID for an account or customer. Use when you need to add tax identification for compliance and invoicing purposes.
POST /composio/stripe/stripe_create_tax_idexternal_sendmanaged
STRIPE_CREATE_TAX_RATE
Tool to create a new tax rate in Stripe. Use when you need to define a tax rate for invoices, subscriptions, or checkout sessions.
POST /composio/stripe/stripe_create_tax_rateexternal_sendmanaged
STRIPE_CREATE_TAX_REGISTRATION
Creates a new Tax Registration object to enable tax collection in specified jurisdictions. Use when setting up tax collection for a new country, state, or province.
POST /composio/stripe/stripe_create_tax_registrationexternal_sendmanaged
STRIPE_CREATE_TAX_TRANSACTION_FROM_CALCULATION
Tool to create a Tax Transaction from a calculation before 90-day expiration. Use when you need to finalize tax calculations and create a permanent transaction record.
POST /composio/stripe/stripe_create_tax_transaction_from_calculationexternal_sendmanaged
STRIPE_CREATE_TERMINAL_CONFIGURATION
Creates a new Configuration object for Stripe payment terminals with customizable settings. Use when setting up terminal readers with specific device configurations, offline settings, tipping options, or WiFi credentials.
POST /composio/stripe/stripe_create_terminal_configurationexternal_sendmanaged
STRIPE_CREATE_TERMINAL_CONNECTION_TOKEN
Creates a short-lived connection token for Stripe Terminal SDK to connect to readers. Use when initializing a Terminal connection with the Stripe Terminal SDK.
POST /composio/stripe/stripe_create_terminal_connection_tokenexternal_sendmanaged
STRIPE_CREATE_TERMINAL_LOCATION
Creates a new Terminal Location for managing Stripe Terminal readers. Use when you need to register a physical location where Terminal readers will be deployed.
POST /composio/stripe/stripe_create_terminal_locationexternal_sendmanaged
STRIPE_CREATE_TERMINAL_ONBOARDING_LINK
Creates an onboarding link for Tap to Pay on iPhone. Use when you need to generate a redirect URL for merchants to complete the Apple Terms and Conditions acceptance flow. The generated link directs merchants through the required onboarding process.
POST /composio/stripe/stripe_create_terminal_onboarding_linkexternal_sendmanaged
STRIPE_CREATE_TERMINAL_READER
Creates and registers a new Terminal Reader to a Stripe account at a specified location. Use this to add physical card reader devices (like Stripe S700, WisePOS E) for accepting in-person payments. The reader must first generate a registration code (enter 0-7-1-3-9 on the device) before registering via this API. For testing purposes, use simulated readers with codes 'simulated-wpe' or 'simulated-s700' in test mode only.
POST /composio/stripe/stripe_create_terminal_readerexternal_sendmanaged
STRIPE_CREATE_TEST_CLOCK
Tool to create a test clock for testing time-based scenarios in Stripe. Use when you need to simulate the passage of time for testing subscriptions, trials, or other time-dependent features.
POST /composio/stripe/stripe_create_test_clockexternal_sendmanaged
STRIPE_CREATE_TEST_CONFIRMATION_TOKEN
Creates a test mode Confirmation Token for server-side payment integration testing. Confirmation Tokens securely transport payment method details collected client-side to your server for confirming PaymentIntents or SetupIntents. This test helper allows you to create these tokens server-side for testing without using Stripe.js. IMPORTANT: This endpoint requires TEST MODE API keys (sk_test_...). It will fail with live mode keys. Use this only for integration testing in test mode environments. Provide either 'payment_method' (existing PM ID) or 'payment_method_data' (to create new PM).
POST /composio/stripe/stripe_create_test_confirmation_tokenexternal_sendmanaged
STRIPE_CREATE_TOKEN
Tool to create a single-use CVC update token for card re-collection. Use when you need to collect an updated CVC value for a saved card, typically during payment confirmation with manual confirmation_method on a PaymentIntent.
POST /composio/stripe/stripe_create_tokenexternal_sendmanaged
STRIPE_CREATE_TRANSFER
Creates a transfer to move funds between Stripe accounts as part of Connect. Use when you need to move money from your platform's balance to a connected Stripe account, such as paying out to sellers or distributing funds to connected accounts.
POST /composio/stripe/stripe_create_transferexternal_sendmanaged
STRIPE_CREATE_USAGE_RECORD
Creates a usage record for a specified subscription item and timestamp. Use when tracking customer usage for metered billing plans to accurately invoice usage-based subscriptions.
POST /composio/stripe/stripe_create_usage_recordexternal_sendmanaged
STRIPE_DEACTIVATE_BILLING_ALERT
Tool to deactivate a billing alert, preventing it from triggering. Use when you need to stop a billing alert from monitoring usage thresholds.
POST /composio/stripe/stripe_deactivate_billing_alertexternal_sendmanaged
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.
POST /composio/stripe/stripe_deactivate_billing_meterexternal_sendmanaged
STRIPE_DELETE_APPLE_PAY_DOMAIN
Tool to delete an Apple Pay domain from a Stripe account. Use when you need to remove a previously registered Apple Pay domain. This operation is permanent and cannot be undone.
POST /composio/stripe/stripe_delete_apple_pay_domainexternal_sendmanaged
STRIPE_DELETE_APPS_SECRET
Tool to delete a secret from the Stripe Secret Store by name and scope. Use when you need to permanently remove a secret. Requests from UI extensions can only access account-scoped secrets or secrets scoped to their own user.
POST /composio/stripe/stripe_delete_apps_secretexternal_sendmanaged
STRIPE_DELETE_COUPON
Tool to delete a coupon from Stripe. Use when you need to remove a coupon code, preventing new redemptions while preserving existing customer discounts.
POST /composio/stripe/stripe_delete_couponexternal_sendmanaged
STRIPE_DELETE_CUSTOMER
DEPRECATED: Use STRIPE_DELETE_CUSTOMERS_CUSTOMER instead. Permanently deletes an existing Stripe customer; this irreversible action also cancels their active subscriptions and removes all associated data.
POST /composio/stripe/stripe_delete_customerexternal_sendmanaged
STRIPE_DELETE_CUSTOMER_BANK_ACCOUNT
Deletes a bank account payment source from a customer. This action is irreversible — the bank account cannot be recovered once deleted. Use when you need to remove a bank account from a customer's payment methods.
POST /composio/stripe/stripe_delete_customer_bank_accountexternal_sendmanaged
STRIPE_DELETE_CUSTOMER_DISCOUNT
Removes the currently applied discount on a customer. Use when you need to remove a coupon or promotion code discount from a customer's account.
POST /composio/stripe/stripe_delete_customer_discountexternal_sendmanaged
STRIPE_DELETE_CUSTOMERS_CUSTOMER
Permanently deletes a customer and cancels active subscriptions. Use when you need to remove a customer record from your Stripe account. This operation is irreversible and automatically terminates any active subscriptions.
POST /composio/stripe/stripe_delete_customers_customerexternal_sendmanaged
STRIPE_DELETE_CUSTOMER_SUBSCRIPTION
Cancels a customer's subscription immediately. Customer won't be charged again, and subscription status becomes 'canceled'.
POST /composio/stripe/stripe_delete_customer_subscriptionexternal_sendmanaged
STRIPE_DELETE_CUSTOMER_SUBSCRIPTION_DISCOUNT
Removes currently applied discount from a customer's subscription. Use when you need to remove a discount code or promotion from a specific subscription belonging to a customer.
POST /composio/stripe/stripe_delete_customer_subscription_discountexternal_sendmanaged
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.
POST /composio/stripe/stripe_delete_customer_tax_idexternal_sendmanaged
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.
POST /composio/stripe/stripe_delete_ephemeral_keyexternal_sendmanaged
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.
POST /composio/stripe/stripe_delete_invoiceexternal_sendmanaged
STRIPE_DELETE_INVOICEITEM
Tool to delete an invoice item from Stripe. Use when removing invoice items that are not attached to invoices or attached to draft invoices.
POST /composio/stripe/stripe_delete_invoiceitemexternal_sendmanaged
STRIPE_DELETE_PLAN
Tool to 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.
POST /composio/stripe/stripe_delete_planexternal_sendmanaged
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.
POST /composio/stripe/stripe_delete_productexternal_sendmanaged
STRIPE_DELETE_PRODUCT_FEATURE
Removes a feature from a product. Use when you need to delete a specific product feature attachment.
POST /composio/stripe/stripe_delete_product_featureexternal_sendmanaged
STRIPE_DELETE_SUBSCRIPTION_DISCOUNT
Removes the currently applied discount on a subscription. Use when you need to remove a discount code or promotion from an active subscription. Returns a deleted confirmation flag upon success.
POST /composio/stripe/stripe_delete_subscription_discountexternal_sendmanaged
STRIPE_DELETE_SUBSCRIPTION_ITEM
Deletes a subscription item without canceling the subscription. Use when you need to remove a specific item from a customer's subscription while keeping the subscription active.
POST /composio/stripe/stripe_delete_subscription_itemexternal_sendmanaged
STRIPE_DELETE_TAX_ID
Deletes an existing tax ID object. Use when you need to permanently remove a tax identification from Stripe.
POST /composio/stripe/stripe_delete_tax_idexternal_sendmanaged
STRIPE_DELETE_TERMINAL_CONFIGURATION
Permanently deletes a Terminal Configuration object from your Stripe account. Use when you need to remove a configuration that defines how features should be configured for terminal readers.
POST /composio/stripe/stripe_delete_terminal_configurationexternal_sendmanaged
STRIPE_DELETE_TERMINAL_LOCATION
Tool to permanently delete a Terminal Location object from your Stripe account. Use when you need to remove a physical location where Terminal readers are no longer deployed. This operation is permanent and irreversible.
POST /composio/stripe/stripe_delete_terminal_locationexternal_sendmanaged
STRIPE_DELETE_TERMINAL_READER
Permanently deletes a Terminal Reader object from your Stripe account. Use when you need to remove a reader device that is no longer in use.
POST /composio/stripe/stripe_delete_terminal_readerexternal_sendmanaged
STRIPE_DELETE_TEST_CLOCK
Permanently deletes a test clock from Stripe's test environment. Use when you need to remove test clocks used for simulating time-based features.
POST /composio/stripe/stripe_delete_test_clockexternal_sendmanaged
STRIPE_DELETE_V1_INVOICES_VOID_AN_INVOICE
Tool to 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.
POST /composio/stripe/stripe_delete_v1_invoices_void_an_invoiceexternal_sendmanaged
STRIPE_DELETEV1_SUBSCRIPTIONS_LIST_SUBSCRIPTIONS
Tool to cancel a Stripe subscription immediately. Use when you need to permanently cancel a customer's subscription and prevent future charges.
POST /composio/stripe/stripe_deletev1_subscriptions_list_subscriptionsexternal_sendmanaged
STRIPE_DETACH_PAYMENT_FROM_INVOICE
Tool to 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.
POST /composio/stripe/stripe_detach_payment_from_invoiceexternal_sendmanaged
STRIPE_DETACH_PAYMENT_METHOD
Detaches a PaymentMethod object from a Customer account. Use when you need to remove a payment method from a customer without deleting it entirely.
POST /composio/stripe/stripe_detach_payment_methodexternal_sendmanaged
STRIPE_DISABLE_EVENT_DESTINATION
Disables a v2 Event Destination, preventing it from receiving events. Use when you need to stop routing events to a webhook endpoint, Amazon EventBridge, or Azure Event Grid destination. This action is reversible by enabling the destination again.
POST /composio/stripe/stripe_disable_event_destinationexternal_sendmanaged
STRIPE_DOWNLOAD_QUOTE_PDF
Tool to download the PDF for a finalized quote from Stripe. Use when you need to retrieve the PDF document of a quote that has been finalized.
POST /composio/stripe/stripe_download_quote_pdfexternal_sendmanaged
STRIPE_EXPIRE_BILLING_CREDIT_GRANT
Expires a billing credit grant immediately. Use when you need to terminate a credit grant before its natural expiration date.
POST /composio/stripe/stripe_expire_billing_credit_grantexternal_sendmanaged
STRIPE_EXPIRE_CHECKOUT_SESSION
Tool to expire an active Stripe Checkout Session. Use when you need to prevent customers from completing an open checkout session.
POST /composio/stripe/stripe_expire_checkout_sessionexternal_sendmanaged
STRIPE_FINALIZE_INVOICE
Finalize a draft invoice so it becomes open/collectable (and immutable where required). Use when you need to transition an invoice from draft to open status for payment collection.
POST /composio/stripe/stripe_finalize_invoiceexternal_sendmanaged
STRIPE_FINALIZE_QUOTE
Tool to 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 finalized.
POST /composio/stripe/stripe_finalize_quoteexternal_sendmanaged
STRIPE_FIND_APPS_SECRET
Tool to find a secret by name and scope in the Stripe Apps secret store. Use when you need to retrieve a specific secret's details based on its name and scope.
GET /composio/stripe/stripe_find_apps_secretnonemanaged
STRIPE_FIND_TAX_ASSOCIATION
Tool to find a tax association by PaymentIntent ID. Use when you need to retrieve tax calculation and transaction details linked to a specific payment.
GET /composio/stripe/stripe_find_tax_associationnonemanaged
STRIPE_FUND_TEST_CASH_BALANCE
Tool to fund a test mode cash balance for a customer. Use when you need to simulate incoming bank transfers in test mode. This endpoint creates a test mode bank transfer that funds a customer's cash balance without processing real money.
POST /composio/stripe/stripe_fund_test_cash_balanceexternal_sendmanaged
STRIPE_GET_ACCOUNT
Retrieves detailed information for the authenticated Stripe account. Use when you need to access account capabilities, requirements, settings, or business profile.
GET /composio/stripe/stripe_get_accountnonemanaged
STRIPE_GET_ACCOUNT_CAPABILITIES
Retrieves a list of all capabilities for a connected Stripe account. Use when you need to check all available capabilities, their statuses, and requirements for an account.
GET /composio/stripe/stripe_get_account_capabilitiesnonemanaged
STRIPE_GET_ACCOUNT_CAPABILITY
Retrieves information about a specific capability for a Stripe account. Use when you need to check the status, requirements, or configuration of a capability such as card payments, transfers, or ACH payments.
GET /composio/stripe/stripe_get_account_capabilitynonemanaged
STRIPE_GET_ACCOUNT_PERSON
Retrieves an existing person associated with a Stripe account. Use when you need to check the details, verification status, or requirements of a specific person on an account.
GET /composio/stripe/stripe_get_account_personnonemanaged
STRIPE_GET_ACCOUNT_PERSONS
Retrieves a list of people associated with the account's legal entity. Use when you need to list all persons for an account, with optional filtering by relationship type.
GET /composio/stripe/stripe_get_account_personsnonemanaged
STRIPE_GET_ACCOUNTS_ACCOUNT
Retrieves the details of a Stripe account. Use when you need to check account properties like current requirements, live charge capability, payout eligibility, business details, or verification status.
GET /composio/stripe/stripe_get_accounts_accountnonemanaged
STRIPE_GET_ACCOUNT_TOKEN
Tool to retrieve a v2 Account Token by its ID. Use when you need to fetch details about a specific account token, including its creation time, expiration, and usage status. Account tokens are single-use tokens which tokenize company/individual/business information.
GET /composio/stripe/stripe_get_account_tokennonemanaged
STRIPE_GET_ACTIVE_ENTITLEMENT
Tool to retrieve an active entitlement describing customer access to a feature. Use when you need to check specific entitlement details for a customer.
GET /composio/stripe/stripe_get_active_entitlementnonemanaged
STRIPE_GET_APPLE_PAY_DOMAIN
Retrieves details about a previously registered Apple Pay domain. Use when you need to fetch information about a specific Apple Pay domain that was registered with Stripe.
GET /composio/stripe/stripe_get_apple_pay_domainnonemanaged
STRIPE_GET_BALANCE_HISTORY
DEPRECATED: Use STRIPE_LIST_BALANCE_TRANSACTIONS instead. Tool to retrieve a list of balance transactions for your Stripe account. Use when you need to view transaction history affecting your balance. Returns all fund movements including charges, refunds, payouts, and fees with filtering options by date, currency, type, or source.
GET /composio/stripe/stripe_get_balance_historynonemanaged
STRIPE_GET_BALANCE_SETTINGS
Tool to retrieve balance settings for a Stripe account. Use when you need to fetch configuration options for customizing account balances and payout settings for a connected account or the authenticated account.
GET /composio/stripe/stripe_get_balance_settingsnonemanaged
STRIPE_GET_BALANCE_TRANSACTION
Retrieves the balance transaction with the given ID. Use when you need detailed information about a specific balance transaction including amounts, fees, availability dates, and transaction sources.
GET /composio/stripe/stripe_get_balance_transactionnonemanaged
STRIPE_GET_BILLING_ALERT
Retrieves a billing alert by its unique identifier. Use when you need to fetch details of a specific billing alert that notifies when a certain usage threshold on a meter is crossed.
GET /composio/stripe/stripe_get_billing_alertnonemanaged
STRIPE_GET_BILLING_CREDIT_BALANCE_SUMMARY
Retrieves the credit balance summary for a customer in Stripe Billing. This action returns the available and ledger balances for billing credits granted to a customer. You can filter by a specific credit grant, price type (metered), specific prices, or billable items. The balance summary includes one entry per currency used in the credit grants. Use Cases: - Check remaining billing credits for a customer - View credit balances for specific metered prices or products - Monitor available vs. ledger balance for billing credits - Track credit usage across different currencies
GET /composio/stripe/stripe_get_billing_credit_balance_summarynonemanaged
STRIPE_GET_BILLING_CREDIT_BALANCE_TRANSACTIONS_ID
Retrieves a credit balance transaction by its unique identifier. Use when you need to get details about a specific credit or debit transaction against a credit grant.
GET /composio/stripe/stripe_get_billing_credit_balance_transactions_idnonemanaged
STRIPE_GET_BILLING_CREDIT_GRANTS
Tool to retrieve a paginated list of billing credit grants. Use when you need to view credit allocations for customers, track promotional credits, or manage billing credits.
GET /composio/stripe/stripe_get_billing_credit_grantsnonemanaged
STRIPE_GET_BILLING_CREDIT_GRANTS_ID
Retrieves a billing credit grant by its unique identifier. Use when you need to get details about a specific credit grant allocation for a customer.
GET /composio/stripe/stripe_get_billing_credit_grants_idnonemanaged
STRIPE_GET_BILLING_METERS
Tool to retrieve a list of billing meters from Stripe. Use when you need to list meters with optional filtering by status and pagination support.
GET /composio/stripe/stripe_get_billing_metersnonemanaged
STRIPE_GET_BILLING_METERS_ID
Retrieves a billing meter by its unique identifier. Use when you need to fetch configuration details and settings for a specific billing meter.
GET /composio/stripe/stripe_get_billing_meters_idnonemanaged
STRIPE_GET_BILLING_PORTAL_CONFIGURATIONS
Tool to list billing portal configurations. Use when you need to retrieve portal configurations that describe the functionality and settings of the customer portal.
GET /composio/stripe/stripe_get_billing_portal_configurationsnonemanaged
STRIPE_GET_BILLING_PORTAL_CONFIGURATIONS_CONFIGURATION
Tool to retrieve a billing portal configuration from Stripe. Use when you need to fetch details about a specific portal configuration including branding, features, and settings.
GET /composio/stripe/stripe_get_billing_portal_configurations_configurationnonemanaged
STRIPE_GET_CHARGES_CHARGE_DISPUTE
Tool to retrieve a dispute for a specified charge. Use when you need to get dispute details associated with a specific charge ID.
GET /composio/stripe/stripe_get_charges_charge_disputenonemanaged
STRIPE_GET_CHARGES_CHARGE_REFUNDS_REFUND
Tool to retrieve the details of an existing refund within a specific charge. Use when you need to get refund information using both the charge ID and refund ID.
GET /composio/stripe/stripe_get_charges_charge_refunds_refundnonemanaged
STRIPE_GET_CHECKOUT_SESSIONS_SESSION_LINE_ITEMS
Tool to retrieve line items for a Checkout Session. Use when you need to view the items, pricing, quantities, and totals for a specific checkout session.
GET /composio/stripe/stripe_get_checkout_sessions_session_line_itemsnonemanaged
STRIPE_GET_CLIMATE_PRODUCTS_PRODUCT
Tool to retrieve details of a specific Stripe Climate product. Use when you need to get information about a particular carbon removal product including pricing and supplier details.
GET /composio/stripe/stripe_get_climate_products_productnonemanaged
STRIPE_GET_CLIMATE_SUPPLIERS_SUPPLIER
Retrieves detailed information about a specific Stripe Climate carbon removal supplier. Returns supplier details including name, carbon removal pathway (biomass, direct air capture, or enhanced weathering), operational locations with geographic coordinates, and additional information URL. Use this to get comprehensive details about a specific supplier after obtaining supplier IDs from the list suppliers endpoint. Note: Requires Stripe Climate access. If you receive an error about submitting an account application, the Stripe account needs to apply for Climate feature access.
GET /composio/stripe/stripe_get_climate_suppliers_suppliernonemanaged
STRIPE_GET_CONFIRMATION_TOKENS_CONFIRMATION_TOKEN
Tool to retrieve an existing ConfirmationToken object by its ID. Use when you need to access payment method details and customer information that were securely passed during the payment confirmation flow.
GET /composio/stripe/stripe_get_confirmation_tokens_confirmation_tokennonemanaged
STRIPE_GET_COUNTRY_SPECS_COUNTRY
Retrieves configuration details for a specific country, including supported payment methods, required verification fields, and supported currencies. Use when you need country-specific payment capabilities.
GET /composio/stripe/stripe_get_country_specs_countrynonemanaged
STRIPE_GET_COUPON
Retrieves full details for an existing Stripe coupon using its unique ID. Use when you need to check coupon validity, discount details, or redemption limits.
GET /composio/stripe/stripe_get_couponnonemanaged
STRIPE_GET_CREDIT_NOTES_CREDIT_NOTE_LINES
Retrieves the paginated list of line items for a specific credit note. Use when you need complete details of all line items associated with a credit note.
GET /composio/stripe/stripe_get_credit_notes_credit_note_linesnonemanaged
STRIPE_GET_CREDIT_NOTES_ID
Retrieves a credit note by its unique identifier. Use when you need to get detailed information about a specific credit note.
GET /composio/stripe/stripe_get_credit_notes_idnonemanaged
STRIPE_GET_CREDIT_NOTES_PREVIEW
Tool to preview a credit note without creating it in Stripe. Use when you need to see what a credit note will contain before issuing it.
GET /composio/stripe/stripe_get_credit_notes_previewnonemanaged
STRIPE_GET_CREDIT_NOTES_PREVIEW_LINES
Tool to retrieve a credit note preview's line items from Stripe. Use when you need to see what line items would be included in a credit note before creating it.
GET /composio/stripe/stripe_get_credit_notes_preview_linesnonemanaged
STRIPE_GET_CUSTOMERS_CASH_BALANCE_TRANSACTIONS
Tool to retrieve a specific cash balance transaction that updated a customer's cash balance. Use when you need to get details about a particular cash balance transaction for a customer.
GET /composio/stripe/stripe_get_customers_cash_balance_transactionsnonemanaged
STRIPE_GET_CUSTOMERS_CUSTOMER_BALANCE_TRANSACTIONS
Tool to list customer balance transactions that updated a customer's balance. Use when you need to retrieve the history of balance changes for a specific customer.
GET /composio/stripe/stripe_get_customers_customer_balance_transactionsnonemanaged
STRIPE_GET_CUSTOMERS_CUSTOMER_BALANCE_TXNS_TXN
Retrieves a specific customer balance transaction that updated the customer's balances. Use this when you need to fetch details about a particular balance transaction for a customer.
GET /composio/stripe/stripe_get_customers_customer_balance_txns_txnnonemanaged
STRIPE_GET_CUSTOMERS_CUSTOMER_BANK_ACCOUNTS
Tool to fetch all bank accounts linked to a customer. Use when you need to retrieve payment source information for a specific customer.
GET /composio/stripe/stripe_get_customers_customer_bank_accountsnonemanaged
STRIPE_GET_CUSTOMERS_CUSTOMER_BANK_ACCOUNTS_ID
Retrieves details about a specific bank account stored on a Stripe customer. Use when you need to view bank account information for a customer.
GET /composio/stripe/stripe_get_customers_customer_bank_accounts_idnonemanaged
STRIPE_GET_CUSTOMERS_CUSTOMER_CARDS
Tool to list all cards for a customer. Use when you need to retrieve payment card information for a specific customer.
GET /composio/stripe/stripe_get_customers_customer_cardsnonemanaged
STRIPE_GET_CUSTOMERS_CUSTOMER_CARDS_ID
Retrieves details about a specific card for a customer. Use when you need to view card information stored on a customer account.
GET /composio/stripe/stripe_get_customers_customer_cards_idnonemanaged
STRIPE_GET_CUSTOMERS_CUSTOMER_CASH_BALANCE
Tool to 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.
GET /composio/stripe/stripe_get_customers_customer_cash_balancenonemanaged
STRIPE_GET_CUSTOMERS_CUSTOMER_CASH_BALANCE_TRANSACTIONS
Tool to retrieve a list of cash balance transactions for a customer. Use when you need to view the history of cash balance changes for a specific Stripe customer, including funds added and payments applied.
GET /composio/stripe/stripe_get_customers_customer_cash_balance_transactionsnonemanaged
STRIPE_GET_CUSTOMERS_CUSTOMER_DISCOUNT
Tool to retrieve the discount currently active on a customer. Use when you need to check a customer's active discount details.
GET /composio/stripe/stripe_get_customers_customer_discountnonemanaged
STRIPE_GET_CUSTOMERS_CUSTOMER_PAYMENT_METHODS
Retrieves a list of payment methods for a given customer, supporting type filtering and pagination.
GET /composio/stripe/stripe_get_customers_customer_payment_methodsnonemanaged
STRIPE_GET_CUSTOMERS_CUSTOMER_PAYMENT_METHODS_PAYMENT_METHOD
Tool to retrieve a specific PaymentMethod object for a given Customer. Use when you need to get detailed information about a particular payment method associated with a customer.
GET /composio/stripe/stripe_get_customers_customer_payment_methods_payment_methodnonemanaged
STRIPE_GET_CUSTOMERS_CUSTOMER_SOURCES
Tool to list sources for a specified customer. Use when you need to retrieve payment sources (cards) stored on a customer account.
GET /composio/stripe/stripe_get_customers_customer_sourcesnonemanaged
STRIPE_GET_CUSTOMERS_CUSTOMER_SOURCES_ID
Tool to retrieve a specified payment source for a given customer. Use when you need to get details about a specific card, bank account, or payment source attached to a customer. Note: The Sources API is deprecated; consider using PaymentMethods API for new integrations.
GET /composio/stripe/stripe_get_customers_customer_sources_idnonemanaged
STRIPE_GET_CUSTOMERS_CUSTOMER_SUBSCRIPTIONS
DEPRECATED: Use STRIPE_LIST_SUBSCRIPTIONS instead. List subscriptions for a specific Stripe customer. By default returns subscriptions that have not been canceled. Use the 'status' parameter to filter by subscription status (e.g., 'active', 'all', 'canceled', 'trialing'). Returns paginated results with subscription details including items, pricing, billing cycles, and payment settings.
GET /composio/stripe/stripe_get_customers_customer_subscriptionsnonemanaged
STRIPE_GET_CUSTOMERS_CUSTOMER_SUBS_SUB_EXPOSED_ID
Tool to retrieve a specific subscription for a customer. Use when you need to get detailed information about a customer's subscription using both customer ID and subscription ID.
GET /composio/stripe/stripe_get_customers_customer_subs_sub_exposed_idnonemanaged
STRIPE_GET_CUSTOMERS_CUSTOMER_SUBS_SUB_EXPOSED_ID_DISCOUNT
Tool to retrieve the discount currently applied to a customer's subscription. Use when you need to check if a subscription has an active discount and get details about the coupon or promotion code.
GET /composio/stripe/stripe_get_customers_customer_subs_sub_exposed_id_discountnonemanaged
STRIPE_GET_CUSTOMERS_CUSTOMER_TAX_IDS
Tool to retrieve all tax IDs for a specific Stripe customer. Use when you need to list tax identification numbers (VAT, GST, etc.) associated with a customer account.
GET /composio/stripe/stripe_get_customers_customer_tax_idsnonemanaged
STRIPE_GET_CUSTOMERS_CUSTOMER_TAX_IDS_ID
Tool to retrieve a specific tax ID for a customer. Use when you need to fetch details about a customer's tax identification number.
GET /composio/stripe/stripe_get_customers_customer_tax_ids_idnonemanaged
STRIPE_GET_ENTITLEMENTS_ACTIVE_ENTITLEMENTS
Tool to retrieve active entitlements for a customer. Use when you need to check which features a customer currently has access to.
GET /composio/stripe/stripe_get_entitlements_active_entitlementsnonemanaged
STRIPE_GET_ENTITLEMENTS_FEATURES_ID
Tool to retrieve a feature by ID from Stripe. Use when you need to get details about a specific entitlements feature.
GET /composio/stripe/stripe_get_entitlements_features_idnonemanaged
STRIPE_GET_EVENTS
Retrieves a list of Stripe events from the past 30 days with filtering and pagination. Use to track API activity and monitor webhook deliveries.
GET /composio/stripe/stripe_get_eventsnonemanaged
STRIPE_GET_EVENTS_ID
Retrieves event details for events created within the last 30 days. Use when you need to fetch webhook event information or verify event data.
GET /composio/stripe/stripe_get_events_idnonemanaged
STRIPE_GET_FILE_LINKS_LINK
Retrieves the details of an existing file link. Use when you need to access file link information or verify if a link is still valid.
GET /composio/stripe/stripe_get_file_links_linknonemanaged
STRIPE_GET_FILES_FILE
Tool to retrieve details of an existing file object by its unique identifier. Use when you need to get information about a previously uploaded file.
GET /composio/stripe/stripe_get_files_filenonemanaged
STRIPE_GET_FINANCIAL_CONNECTIONS_SESSIONS_SESSION
Retrieves the details of a Financial Connections Session. Use when you need to check the status or details of a session.
GET /composio/stripe/stripe_get_financial_connections_sessions_sessionnonemanaged
STRIPE_GET_FX_QUOTE
Retrieve a specific FX (foreign exchange) Quote by its ID. FX Quotes provide exchange rates between currencies that can be locked for a period (5 minutes to 24 hours) to protect against rate fluctuations. Use this to view exchange rate details, lock status, and rate breakdowns including base rates, FX fees, and duration premiums.
GET /composio/stripe/stripe_get_fx_quotenonemanaged
STRIPE_GET_INVOICEITEMS_INVOICEITEM
Tool to retrieve the details of an invoice item using its unique identifier. Use when you need to fetch information about a specific invoice item.
GET /composio/stripe/stripe_get_invoiceitems_invoiceitemnonemanaged
STRIPE_GET_INVOICE_PAYMENTS_ID
Tool to retrieve details of a specific Stripe invoice payment by ID. Use when you need to get information about an existing invoice payment.
GET /composio/stripe/stripe_get_invoice_payments_idnonemanaged
STRIPE_GET_INVOICES_INVOICE
Tool to retrieve a specific invoice by ID. Use when you need to get detailed information about an existing invoice.
GET /composio/stripe/stripe_get_invoices_invoicenonemanaged
STRIPE_GET_INVOICES_INVOICE_LINES
Tool to retrieve a paginated list of line items for a specific invoice. Use when you need to see the individual charges, products, or services included in an invoice.
GET /composio/stripe/stripe_get_invoices_invoice_linesnonemanaged
STRIPE_GET_LINKED_ACCOUNT
Retrieves the details of a Linked Account object by its unique identifier. A Financial Connections Account represents an account that exists outside of Stripe, to which you have been granted some degree of access. Use this action when you need to view the configuration, balance, ownership, and other details of an existing Financial Connections account linked through Stripe.
GET /composio/stripe/stripe_get_linked_accountnonemanaged
STRIPE_GET_MANDATE
Tool to retrieve a Stripe mandate by ID. Use when you need to get authorization details for recurring or single-use payments.
GET /composio/stripe/stripe_get_mandatenonemanaged
STRIPE_GET_PAYMENT_ATTEMPT_RECORDS_ID
Tool to retrieve a specific Payment Attempt Record by ID. Use when you need to get detailed information about a particular payment attempt.
GET /composio/stripe/stripe_get_payment_attempt_records_idnonemanaged
STRIPE_GET_PAYMENT_INTENT_AMOUNT_DETAILS_LINE_ITEMS
Tool to retrieve paginated line items for a PaymentIntent. Use when you need to get detailed product and service information including quantities, prices, discounts, and taxes for a specific payment intent.
GET /composio/stripe/stripe_get_payment_intent_amount_details_line_itemsnonemanaged
STRIPE_GET_PAYMENT_LINK
Tool to retrieve details of an existing Stripe payment link by ID. Use when you need to get information about a specific payment link.
GET /composio/stripe/stripe_get_payment_linknonemanaged
STRIPE_GET_PAYMENT_LINKS_PAYMENT_LINK_LINE_ITEMS
Tool to retrieve paginated line items for a payment link. Use when you need to get detailed product and service information including quantities, prices, discounts, and taxes for a specific payment link.
GET /composio/stripe/stripe_get_payment_links_payment_link_line_itemsnonemanaged
STRIPE_GET_PAYMENT_METHOD
Retrieves the details of a PaymentMethod object by its unique identifier. Returns information including the payment method type (card, us_bank_account, sepa_debit, etc.), billing details, and type-specific payment information. Use this when you need to view the configuration and details of an existing payment method.
GET /composio/stripe/stripe_get_payment_methodnonemanaged
STRIPE_GET_PAYMENT_METHOD_CONFIGURATION
Tool to retrieve a specific payment method configuration by its unique identifier. Use when you need to inspect the settings and availability of payment methods for a given configuration.
GET /composio/stripe/stripe_get_payment_method_configurationnonemanaged
STRIPE_GET_PAYMENT_METHOD_DOMAIN
Retrieves details of an existing payment method domain. Use when you need to fetch information about a specific payment method domain registered with Stripe.
GET /composio/stripe/stripe_get_payment_method_domainnonemanaged
STRIPE_GET_PAYMENT_RECORD
Tool to 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.
GET /composio/stripe/stripe_get_payment_recordnonemanaged
STRIPE_GET_PAYOUT
Tool to retrieve details of an existing Stripe payout. Use when you need to get information about a specific payout by its ID.
GET /composio/stripe/stripe_get_payoutnonemanaged
STRIPE_GET_PLAN
Tool to retrieve a specific Stripe plan by its unique identifier. Use when you need to view plan details including pricing, billing frequency, and configuration.
GET /composio/stripe/stripe_get_plannonemanaged
STRIPE_GET_PRICES_PRICE
Retrieves detailed information for a specific Stripe price using its unique ID. Use when you need to fetch price details.
GET /composio/stripe/stripe_get_prices_pricenonemanaged
STRIPE_GET_PRODUCTS_ID
Retrieves detailed information for an existing Stripe product using its unique product ID. Use when you need to fetch details about a specific product.
GET /composio/stripe/stripe_get_products_idnonemanaged
STRIPE_GET_PRODUCTS_PRODUCT_FEATURES_ID
Retrieves a specific product feature by its ID. Use when you need to get details about a particular feature attached to a product.
GET /composio/stripe/stripe_get_products_product_features_idnonemanaged
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. Supports cursor-based pagination.
GET /composio/stripe/stripe_get_promotion_codesnonemanaged
STRIPE_GET_QUOTES_QUOTE
Tool to retrieve a quote by ID. Use when you need to get detailed information about a specific Stripe quote, including line items, pricing, and status.
GET /composio/stripe/stripe_get_quotes_quotenonemanaged
STRIPE_GET_QUOTES_QUOTE_COMPUTED_UPFRONT_LINE_ITEMS
Tool to retrieve computed upfront line items for a quote. Use when you need the full paginated list of upfront line items with detailed pricing information including amounts, taxes, and discounts.
GET /composio/stripe/stripe_get_quotes_quote_computed_upfront_line_itemsnonemanaged
STRIPE_GET_QUOTES_QUOTE_LINE_ITEMS
Tool to retrieve a paginated list of line items for a quote. Use when you need to get details about the items included in a specific Stripe quote.
GET /composio/stripe/stripe_get_quotes_quote_line_itemsnonemanaged
STRIPE_GET_RADAR_VALUE_LIST
Retrieves a specific Stripe Radar value list by its identifier. Use when you need to fetch detailed information about a value list used in Radar rules.
GET /composio/stripe/stripe_get_radar_value_listnonemanaged
STRIPE_GET_RADAR_VALUE_LIST_ITEMS
Tool to list all value list items from a Stripe Radar value list. Use when you need to retrieve items from a specific value list for fraud detection rules. Returns items sorted by creation date in descending order with pagination support.
GET /composio/stripe/stripe_get_radar_value_list_itemsnonemanaged
STRIPE_GET_REFUNDS_REFUND
Tool to retrieve details of a specific Stripe refund by ID. Use when you need to get information about an existing refund.
GET /composio/stripe/stripe_get_refunds_refundnonemanaged
STRIPE_GET_REPORTING_REPORT_RUNS_REPORT_RUN
Retrieves details of an existing Report Run object. Use when you need to check the status or retrieve results of a report run.
GET /composio/stripe/stripe_get_reporting_report_runs_report_runnonemanaged
STRIPE_GET_REPORTING_REPORT_TYPE
Tool to retrieve details of a specific Stripe report type by ID. Use when you need to get information about a specific reporting report type.
GET /composio/stripe/stripe_get_reporting_report_typenonemanaged
STRIPE_GET_SETUP_ATTEMPTS
Tool to list SetupAttempts associated with a SetupIntent. Use when you need to retrieve all setup attempts for a specific SetupIntent to understand the payment method setup process and any errors that occurred.
GET /composio/stripe/stripe_get_setup_attemptsnonemanaged
STRIPE_GET_SETUP_INTENT
Retrieves details of a SetupIntent by its ID; `client_secret` is required if a publishable API key is used.
GET /composio/stripe/stripe_get_setup_intentnonemanaged
STRIPE_GET_SHIPPING_RATE
Tool to retrieve details of a specific Stripe shipping rate by its unique ID. Use when you need to fetch information about a particular shipping rate.
GET /composio/stripe/stripe_get_shipping_ratenonemanaged
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 Methods API instead. Use this action when you need to fetch up-to-date information about a specific source that was previously created (e.g., to check its status, view owner information, or access transaction details).
GET /composio/stripe/stripe_get_sources_sourcenonemanaged
STRIPE_GET_SUBSCRIPTION
Retrieves detailed information for an existing Stripe subscription using its unique ID.
GET /composio/stripe/stripe_get_subscriptionnonemanaged
STRIPE_GET_SUBSCRIPTION_ITEM
Retrieves detailed information for a specific subscription item using its unique ID. Use when you need to fetch subscription item details, pricing, or billing information.
GET /composio/stripe/stripe_get_subscription_itemnonemanaged
STRIPE_GET_SUBSCRIPTION_SCHEDULES_SCHEDULE
Retrieve a subscription schedule using its unique identifier. Use when you need to view details of an existing schedule including phases, settings, and status.
GET /composio/stripe/stripe_get_subscription_schedules_schedulenonemanaged
STRIPE_GET_TAX_CALCULATION
Retrieves a Tax Calculation object by its unique ID. Use when you need to access tax calculation details.
GET /composio/stripe/stripe_get_tax_calculationnonemanaged
STRIPE_GET_TAX_CALCULATIONS_CALCULATION_LINE_ITEMS
Retrieves line items of a tax calculation as a paginated collection. Use this to see detailed tax information for each item in the calculation, including amounts, tax breakdowns, and tax rates.
GET /composio/stripe/stripe_get_tax_calculations_calculation_line_itemsnonemanaged
STRIPE_GET_TAX_CODE
Retrieves the details of an existing tax code. Use when you need to get information about a specific tax code by its ID.
GET /composio/stripe/stripe_get_tax_codenonemanaged
STRIPE_GET_TAX_ID
Retrieves an account or customer tax ID object. Use when you need to get details about a specific tax identification number stored in Stripe.
GET /composio/stripe/stripe_get_tax_idnonemanaged
STRIPE_GET_TAX_RATE
Tool to retrieve the details of an existing tax rate. Use when you need to fetch information about a specific tax rate by its ID.
GET /composio/stripe/stripe_get_tax_ratenonemanaged
STRIPE_GET_TAX_REGISTRATION
Tool to retrieve a specific tax registration configured for your Stripe account. Use when you need to get details about where and how taxes are collected across different jurisdictions.
GET /composio/stripe/stripe_get_tax_registrationnonemanaged
STRIPE_GET_TAX_SETTINGS
Retrieves Tax Settings for a merchant. Use when you need to fetch the tax configuration for a Stripe account.
GET /composio/stripe/stripe_get_tax_settingsnonemanaged
STRIPE_GET_TAX_TRANSACTION
Retrieves a Tax Transaction object by ID. Use when you need to fetch details about a specific tax transaction.
GET /composio/stripe/stripe_get_tax_transactionnonemanaged
STRIPE_GET_TAX_TRANSACTIONS_TRANSACTION_LINE_ITEMS
Retrieves the line items of a committed standalone tax transaction. Use when you need to view detailed line-by-line breakdown of a tax transaction.
GET /composio/stripe/stripe_get_tax_transactions_transaction_line_itemsnonemanaged
STRIPE_GET_TERMINAL_CONFIGURATION
Tool to retrieve a specific Terminal Configuration object from Stripe. Use when you need to view the detailed settings for a specific terminal configuration by its ID.
GET /composio/stripe/stripe_get_terminal_configurationnonemanaged
STRIPE_GET_TERMINAL_LOCATION
Tool to retrieve a Terminal Location object by ID. Use when you need to get details about a specific terminal location for managing card readers.
GET /composio/stripe/stripe_get_terminal_locationnonemanaged
STRIPE_GET_TERMINAL_READER
Tool to 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.
GET /composio/stripe/stripe_get_terminal_readernonemanaged
STRIPE_GET_TEST_CLOCK
Tool to retrieve a test clock by ID. Use when testing billing integrations by simulating time advancement in sandbox environments.
GET /composio/stripe/stripe_get_test_clocknonemanaged
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.
GET /composio/stripe/stripe_get_tokennonemanaged
STRIPE_GET_TRANSFER_REVERSAL
Retrieves a transfer reversal by its ID and the associated transfer ID. Use when you need to check the status, amount, or details of a specific reversal for a Stripe transfer.
GET /composio/stripe/stripe_get_transfer_reversalnonemanaged
STRIPE_GET_UPCOMING_INVOICE_LINE_ITEMS
Tool to retrieve a paginated list of line items for an upcoming invoice preview. Use when you need to see detailed line items before an invoice is finalized.
GET /composio/stripe/stripe_get_upcoming_invoice_line_itemsnonemanaged
STRIPE_GET_V1_CUSTOMERS_SEARCH_CUSTOMERS
Tool to search for Stripe customers using Stripe's Search Query Language. Use when you need to find customers by email, metadata, creation date, or other customer attributes.
GET /composio/stripe/stripe_get_v1_customers_search_customersnonemanaged
STRIPE_GET_V1_DISPUTES_DISPUTES
Retrieves detailed information for an existing Stripe dispute by ID. Use when you need to get complete dispute details including evidence, status, and payment information.
GET /composio/stripe/stripe_get_v1_disputes_disputesnonemanaged
STRIPE_GET_V1_INVOICE_PAYMENTS_OVERVIEW2
Tool to list invoice payments in Stripe with pagination and filtering options. Use when you need to retrieve payment records associated with invoices.
GET /composio/stripe/stripe_get_v1_invoice_payments_overview2nonemanaged
STRIPE_GET_V1_PAYMENT_METHOD_CONFIGS_LIST_PAYMENT_METHOD2
Tool to list all payment method configurations in a Stripe account. Use when you need to retrieve available payment method settings with optional pagination and filtering.
GET /composio/stripe/stripe_get_v1_payment_method_configs_list_payment_method2nonemanaged
STRIPE_GET_V1_PAYMENT_METHOD_DOMAINS
Tool to retrieve list of payment method domains registered with Stripe account. Use when you need to list all payment method domain objects with optional filtering by domain name and enabled status.
GET /composio/stripe/stripe_get_v1_payment_method_domainsnonemanaged
STRIPE_GET_V1_PAYMENT_METHODS_PAYMENT_METHODS2
Tool to retrieve a list of PaymentMethods with filtering and pagination support. Use when you need to list payment methods, optionally filtering by customer, type, or redisplay settings.
GET /composio/stripe/stripe_get_v1_payment_methods_payment_methods2nonemanaged
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 whether to refund them proactively.
GET /composio/stripe/stripe_get_v1_radar_early_fraud_warnings_overviewnonemanaged
STRIPE_GET_V1_RADAR_VALUE_LISTS_OVERVIEW_RADAR_VALUE_LISTS
Tool to retrieve an overview of Radar value lists. Use when you need to get a list of value lists used in Stripe Radar for fraud prevention.
GET /composio/stripe/stripe_get_v1_radar_value_lists_overview_radar_value_listsnonemanaged
STRIPE_GET_V1_REPORTING_REPORT_TYPES_OVERVIEW_REPORTING
Tool to list all available Stripe report types. Use when you need to discover what reporting types are available for generating reports.
GET /composio/stripe/stripe_get_v1_reporting_report_types_overview_reportingnonemanaged
STRIPE_GET_V1_SHIPPING_RATES_OVERVIEW2
Tool to retrieve an overview of shipping rates from Stripe. Use when you need a quick summary of recent shipping rates with default limit of 3.
GET /composio/stripe/stripe_get_v1_shipping_rates_overview2nonemanaged
STRIPE_GET_V1_SUBSCRIPTION_SCHEDULES_OVERVIEW2
Retrieves a list of subscription schedules with optional filtering and pagination capabilities. Use to view scheduled subscription changes for customers.
GET /composio/stripe/stripe_get_v1_subscription_schedules_overview2nonemanaged
STRIPE_GET_V1_TAX_CODES_TAX_CODE2
Tool to retrieve all tax codes available to add to Products for specific tax calculations. Use when you need to list available Stripe tax codes for product classification.
GET /composio/stripe/stripe_get_v1_tax_codes_tax_code2nonemanaged
STRIPE_GET_V1_TAX_IDS_OVERVIEW2
Tool to retrieve a list of tax IDs with pagination support. Use when you need to list tax IDs for accounts or customers in Stripe.
GET /composio/stripe/stripe_get_v1_tax_ids_overview2nonemanaged
STRIPE_GET_V1_TAX_RATES_TAX_RATE2
Tool to retrieve all tax rates with pagination support. Use when you need to list Stripe tax rates with optional filters for active status, inclusive/exclusive type, and creation date.
GET /composio/stripe/stripe_get_v1_tax_rates_tax_rate2nonemanaged
STRIPE_GET_V2_CORE_EVENTS_RETRIEVE_AN_EVENT
Retrieves detailed information about a specific event from Stripe V2 Core Events API. Use when you need to fetch event details including metadata and related objects.
GET /composio/stripe/stripe_get_v2_core_events_retrieve_an_eventnonemanaged
STRIPE_LIST_ALL_SUBSCRIPTION_ITEM_PERIOD_SUMMARIES
Tool to list all subscription item period summaries. Use when you need to retrieve usage information for a specific subscription item over billing periods. Returns summaries sorted in reverse-chronological order (newest first), with the first item representing the most current usage period.
GET /composio/stripe/stripe_list_all_subscription_item_period_summariesnonemanaged
STRIPE_LIST_APPLE_PAY_DOMAINS
Retrieves a list of Apple Pay domains registered with Stripe. Use when you need to fetch all registered Apple Pay domains with pagination support.
GET /composio/stripe/stripe_list_apple_pay_domainsnonemanaged
STRIPE_LIST_APPLICATION_FEES
Returns a list of application fees you've previously collected, sorted by creation date descending (newest first). Use when you need to retrieve application fees with optional filtering by charge and pagination support.
GET /composio/stripe/stripe_list_application_feesnonemanaged
STRIPE_LIST_APPS_SECRETS
Tool to list all secrets stored on the given scope. Use when you need to retrieve secrets from the Secret Store API for Stripe Apps.
GET /composio/stripe/stripe_list_apps_secretsnonemanaged
STRIPE_LIST_BALANCE_TRANSACTIONS
Lists all balance transactions for the connected Stripe account. Use this action when you need to retrieve the transaction history of funds moving through your Stripe account. Balance transactions are created for every type of transaction that enters or leaves your Stripe account balance. Supports filtering by date range, currency, type, payout, or source, as well as cursor-based pagination.
GET /composio/stripe/stripe_list_balance_transactionsnonemanaged
STRIPE_LIST_BILLING_ALERTS
Tool to retrieve a paginated list of billing alerts. Use when you need to view billing alerts that notify when usage thresholds on meters are crossed.
GET /composio/stripe/stripe_list_billing_alertsnonemanaged
STRIPE_LIST_BILLING_CREDIT_BALANCE_TRANSACTIONS
Tool to retrieve a paginated list of credit balance transactions with optional filtering. Use when you need to view credit and debit transactions for customer credit grants or track billing credit activity.
GET /composio/stripe/stripe_list_billing_credit_balance_transactionsnonemanaged
STRIPE_LIST_CHARGE_REFUNDS
Lists all refunds for a specific charge in Stripe. Use this action when you need to retrieve all refunds associated with a particular charge ID. This is useful for tracking refund history for a specific payment, monitoring chargebacks, and auditing financial transactions. The refunds are returned in descending order by creation time.
GET /composio/stripe/stripe_list_charge_refundsnonemanaged
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.
GET /composio/stripe/stripe_list_chargesnonemanaged
STRIPE_LIST_CHECKOUT_SESSIONS
Tool to retrieve a list of Stripe Checkout Sessions with pagination support. Use when you need to list checkout sessions, optionally filtering by customer, status, payment intent, or other criteria.
GET /composio/stripe/stripe_list_checkout_sessionsnonemanaged
STRIPE_LIST_CLIMATE_ORDERS
Tool to list all Climate order objects. Use when you need to retrieve carbon removal orders sorted by creation date with most recent first.
GET /composio/stripe/stripe_list_climate_ordersnonemanaged
STRIPE_LIST_CLIMATE_PRODUCTS
Tool to retrieve a list of available Stripe Climate products. Use when you need to see carbon removal offerings with pricing and supplier information.
GET /composio/stripe/stripe_list_climate_productsnonemanaged
STRIPE_LIST_CLIMATE_SUPPLIERS
Tool to retrieve a list of available Stripe Climate supplier objects for carbon removal. Use when you need to see carbon removal providers including biomass carbon removal, direct air capture, and enhanced weathering.
GET /composio/stripe/stripe_list_climate_suppliersnonemanaged
STRIPE_LIST_COUNTRY_SPECS
Retrieves a list of country specifications available in the Stripe API. Use when you need details about supported currencies, payment methods, and verification requirements for specific countries.
GET /composio/stripe/stripe_list_country_specsnonemanaged
STRIPE_LIST_COUPONS
Retrieves a list of discount coupons from a Stripe account, supporting pagination via `limit`, `starting_after`, and `ending_before`.
GET /composio/stripe/stripe_list_couponsnonemanaged
STRIPE_LIST_CREDIT_NOTES
Lists Stripe credit notes with optional filtering by customer, invoice, or customer account, and pagination support.
GET /composio/stripe/stripe_list_credit_notesnonemanaged
STRIPE_LIST_CUSTOMERS
Retrieves a list of Stripe customers, with options to filter by email, creation date, or test clock, and support for pagination.
GET /composio/stripe/stripe_list_customersnonemanaged
STRIPE_LIST_CUSTOMER_SUBSCRIPTIONS
Tool to list all active subscriptions for a customer in Stripe. Use when you need to retrieve all subscriptions associated with a specific customer ID. Supports pagination via starting_after and ending_before cursors.
GET /composio/stripe/stripe_list_customer_subscriptionsnonemanaged
STRIPE_LIST_DISPUTES
Tool to list all disputes from a Stripe account. Use when you need to retrieve disputes with optional filtering by charge or payment intent.
GET /composio/stripe/stripe_list_disputesnonemanaged
STRIPE_LIST_ENTITLEMENTS_FEATURES
Retrieves a paginated list of entitlements features from Stripe. Use when you need to list monetizable abilities or functionalities in your system that can be assigned to products.
GET /composio/stripe/stripe_list_entitlements_featuresnonemanaged
STRIPE_LIST_FILE_LINKS
Tool to 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.
GET /composio/stripe/stripe_list_file_linksnonemanaged
STRIPE_LIST_FILES
Tool to retrieve a list of files that your account has access to. Use when you need to list files uploaded to Stripe, with optional filtering by purpose or creation date.
GET /composio/stripe/stripe_list_filesnonemanaged
STRIPE_LIST_FINANCIAL_CONNECTIONS_ACCOUNTS
Tool to list Financial Connections Account objects representing external financial accounts. Use when you need to retrieve accounts linked through Financial Connections.
GET /composio/stripe/stripe_list_financial_connections_accountsnonemanaged
STRIPE_LIST_FORWARDING_REQUESTS
Lists ForwardingRequest objects from Stripe's Vault and Forward API. ForwardingRequests are records of requests Stripe made to third-party endpoints on your behalf, with payment card details securely inserted. Use this to retrieve and audit forwarding requests, with optional filtering by creation timestamp and pagination support. Note: This API requires special account authorization. Contact Stripe support if you need access.
GET /composio/stripe/stripe_list_forwarding_requestsnonemanaged
STRIPE_LIST_FX_QUOTES
Retrieves a list of FX quotes that have been issued, with the most recent appearing first. Use for locking exchange rates for payments or transfers.
GET /composio/stripe/stripe_list_fx_quotesnonemanaged
STRIPE_LIST_INVOICEITEMS
Retrieves a paginated list of Stripe invoice items. Use to filter by customer, invoice, creation date, or attachment status with cursor-based pagination.
GET /composio/stripe/stripe_list_invoiceitemsnonemanaged
STRIPE_LIST_INVOICE_PAYMENTS
Tool to 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.
GET /composio/stripe/stripe_list_invoice_paymentsnonemanaged
STRIPE_LIST_INVOICE_RENDERING_TEMPLATES
Tool to list all invoice rendering templates ordered by creation date. Use when you need to retrieve available invoice rendering templates.
GET /composio/stripe/stripe_list_invoice_rendering_templatesnonemanaged
STRIPE_LIST_INVOICES
Retrieves a list of Stripe invoices, filterable by various criteria and paginatable using invoice ID cursors obtained from previous responses.
GET /composio/stripe/stripe_list_invoicesnonemanaged
STRIPE_LIST_METER_EVENT_SUMMARIES
Tool to retrieve billing meter event summaries for a customer within a time range. Use when you need aggregated meter event data for billing analysis.
GET /composio/stripe/stripe_list_meter_event_summariesnonemanaged
STRIPE_LIST_PAYMENT_ATTEMPT_RECORDS
Tool to list payment attempt records for a specified payment record. Use when you need to retrieve all attempts made to process a specific payment.
GET /composio/stripe/stripe_list_payment_attempt_recordsnonemanaged
STRIPE_LIST_PAYMENT_INTENTS
Tool to 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.
GET /composio/stripe/stripe_list_payment_intentsnonemanaged
STRIPE_LIST_PAYMENT_LINKS
Retrieves a list of payment links from Stripe, sorted by creation date in descending order by default.
GET /composio/stripe/stripe_list_payment_linksnonemanaged
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.
GET /composio/stripe/stripe_list_payoutsnonemanaged
STRIPE_LIST_PLANS
Tool to list all billing plans from Stripe account. Use when you need to retrieve plans for subscription management or display available pricing options.
GET /composio/stripe/stripe_list_plansnonemanaged
STRIPE_LIST_PRICES
Tool to list Stripe prices. Use when you need to retrieve and filter price objects before processing write operations.
GET /composio/stripe/stripe_list_pricesnonemanaged
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.
GET /composio/stripe/stripe_list_productsnonemanaged
STRIPE_LIST_PRODUCTS_PRODUCT_FEATURES
Retrieves a list of features attached to a product. Returns a paginated list of product_feature objects representing attachments between features and products.
GET /composio/stripe/stripe_list_products_product_featuresnonemanaged
STRIPE_LIST_PROMOTION_CODES
Tool to retrieve a list of promotion codes from Stripe. Use when you need to view, filter, or paginate through promotion codes with optional filters for active status, code, coupon, customer, or creation date.
GET /composio/stripe/stripe_list_promotion_codesnonemanaged
STRIPE_LIST_QUOTES
Retrieves a list of Stripe quotes with pagination support. Use to fetch quotes by customer, status, or creation date.
GET /composio/stripe/stripe_list_quotesnonemanaged
STRIPE_LIST_RADAR_EARLY_FRAUD_WARNINGS
Tool to list all early fraud warnings from Stripe Radar. Use when you need to retrieve fraud warnings for charges, optionally filtered by charge ID or payment intent ID.
GET /composio/stripe/stripe_list_radar_early_fraud_warningsnonemanaged
STRIPE_LIST_RADAR_REVIEWS
Returns a list of Radar Review objects that have open set to true, sorted in descending order by creation date. Use when you need to retrieve reviews that require action with optional filtering and pagination support.
GET /composio/stripe/stripe_list_radar_reviewsnonemanaged
STRIPE_LIST_REFUNDS
Lists Stripe refunds, sorted by creation date descending (newest first), with optional filtering by charge or payment_intent and pagination support.
GET /composio/stripe/stripe_list_refundsnonemanaged
STRIPE_LIST_REPORTING_REPORT_RUNS
Lists Stripe Report Runs, sorted by creation date descending (newest first). Use when you need to retrieve reporting data or check the status of report generation tasks.
GET /composio/stripe/stripe_list_reporting_report_runsnonemanaged
STRIPE_LIST_REVIEWS
Retrieves a list of open Stripe reviews with pagination support. Use when you need to access reviews that require action, sorted by creation date with most recent first.
GET /composio/stripe/stripe_list_reviewsnonemanaged
STRIPE_LIST_SETUP_ATTEMPTS
Tool to list SetupAttempts associated with a SetupIntent. Use when you need to retrieve attempts to confirm a SetupIntent and attach a payment method to a customer.
GET /composio/stripe/stripe_list_setup_attemptsnonemanaged
STRIPE_LIST_SETUP_INTENTS
Tool to 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.
GET /composio/stripe/stripe_list_setup_intentsnonemanaged
STRIPE_LIST_SIGMA_SCHEDULED_QUERY_RUNS
Tool to 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.
GET /composio/stripe/stripe_list_sigma_scheduled_query_runsnonemanaged
STRIPE_LIST_SUBSCRIPTION_ITEMS
List all subscription items for a given subscription. Subscription items represent the individual products/prices that make up a subscription. Use this to retrieve items associated with a specific Stripe subscription, including pricing, quantities, and billing details for each item.
GET /composio/stripe/stripe_list_subscription_itemsnonemanaged
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.
GET /composio/stripe/stripe_list_subscriptionsnonemanaged
STRIPE_LIST_TAX_CODES
Retrieves a paginated list of globally available, predefined Stripe tax codes used for classifying products and services in Stripe Tax.
GET /composio/stripe/stripe_list_tax_codesnonemanaged
STRIPE_LIST_TAX_RATES
Retrieves a list of tax rates, which are returned sorted by creation date in descending order.
GET /composio/stripe/stripe_list_tax_ratesnonemanaged
STRIPE_LIST_TAX_REGISTRATIONS
Retrieves a paginated list of tax registrations. Use when you need to view where a business is registered to collect tax on payments within various regions.
GET /composio/stripe/stripe_list_tax_registrationsnonemanaged
STRIPE_LIST_TERMINAL_CONFIGURATIONS
Tool to retrieve a list of Terminal Configuration objects from Stripe. Use when you need to view all terminal configurations with optional filtering and pagination.
GET /composio/stripe/stripe_list_terminal_configurationsnonemanaged
STRIPE_LIST_TERMINAL_LOCATIONS
Retrieves a list of Stripe terminal locations with pagination support. Use when you need to view all terminal locations for managing physical card readers.
GET /composio/stripe/stripe_list_terminal_locationsnonemanaged
STRIPE_LIST_TERMINAL_READERS
Tool to list all Stripe Terminal Readers with optional filtering. Use when you need to retrieve readers by device type, location, serial number, or status.
GET /composio/stripe/stripe_list_terminal_readersnonemanaged
STRIPE_LIST_TEST_CLOCKS
Retrieves a paginated list of test clocks. Use when you need to view all test clocks for testing time-dependent functionality.
GET /composio/stripe/stripe_list_test_clocksnonemanaged
STRIPE_LIST_TOPUPS
Tool to retrieve a list of existing top-ups from Stripe. Use when you need to view top-ups with optional filtering by amount, status, or creation date, and pagination support.
GET /composio/stripe/stripe_list_topupsnonemanaged
STRIPE_LIST_TRANSFERS
List all transfers sent to connected accounts. Transfers are returned in reverse chronological order. Use when you need to retrieve transfer history or monitor funds sent to connected accounts.
GET /composio/stripe/stripe_list_transfersnonemanaged
STRIPE_LIST_V2_CORE_EVENT_DESTINATIONS
Retrieves a list of event destinations from Stripe V2 Core Events API. Use when you need to list all event destinations including webhooks and EventBridge integrations.
GET /composio/stripe/stripe_list_v2_core_event_destinationsnonemanaged
STRIPE_LIST_V2_CORE_EVENTS
Tool to 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 details.
GET /composio/stripe/stripe_list_v2_core_eventsnonemanaged
STRIPE_MARK_INVOICE_UNCOLLECTIBLE
Tool to mark a Stripe invoice as uncollectible for bad debt accounting purposes. Use when you need to write off an unpaid invoice that is unlikely to be collected.
POST /composio/stripe/stripe_mark_invoice_uncollectibleexternal_sendmanaged
STRIPE_MIGRATE_SUBSCRIPTION
Migrate a subscription from classic to flexible billing mode. Use when upgrading billing mode to enable flexible proration and invoice calculation. Requires Stripe API version 2025-06-30.basil or later.
POST /composio/stripe/stripe_migrate_subscriptionexternal_sendmanaged
STRIPE_PAY_INVOICE
Tool to pay an invoice manually outside the normal collection schedule. Use when you need to manually trigger payment on an invoice or mark it as paid externally using paid_out_of_band parameter.
POST /composio/stripe/stripe_pay_invoiceexternal_sendmanaged
STRIPE_POST_BILLING_CREDIT_GRANTS_VOID_CREDIT_GRANT
Voids a billing credit grant, preventing it from being applied to future invoices. This operation is irreversible and marks the credit grant with a voided_at timestamp.
POST /composio/stripe/stripe_post_billing_credit_grants_void_credit_grantexternal_sendmanaged
STRIPE_POST_CHARGES_CHARGE
Updates a Stripe charge with the specified parameters; unspecified fields remain unchanged. Use when you need to modify charge details like customer association, description, fraud details, metadata, receipt email, shipping information, or transfer group.
POST /composio/stripe/stripe_post_charges_chargeexternal_sendmanaged
STRIPE_POST_CUSTOMERS_CUSTOMER_SUBS_SUB_EXPOSED_ID
Tool to update a customer's subscription. Use when modifying subscription items, billing cycle, payment methods, or metadata for an existing subscription.
POST /composio/stripe/stripe_post_customers_customer_subs_sub_exposed_idexternal_sendmanaged
STRIPE_POST_CUSTOMERS_SOURCES_VERIFY_THE_BANK_ACCOUNT
Verifies a bank account for a customer using microdeposit amounts. Use when you need to confirm ownership of a bank account by providing the amounts of two microdeposits sent to the account.
POST /composio/stripe/stripe_post_customers_sources_verify_the_bank_accountexternal_sendmanaged
STRIPE_POST_FILE_LINKS_LINK
Tool to 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.
POST /composio/stripe/stripe_post_file_links_linkexternal_sendmanaged
STRIPE_POST_INVOICES_INVOICE_VOID
Voids a finalized invoice and maintains a papertrail. Use when you need to void a finalized invoice while preserving audit history. Only finalized invoices can be voided.
POST /composio/stripe/stripe_post_invoices_invoice_voidexternal_sendmanaged
STRIPE_POST_PAYMENT_RECORDS_REPORT_PAYMENT
Tool to report a payment record in terminal state or for initialization. Use when you need to report payments that occurred on- or off-Stripe to create a unified payment history.
POST /composio/stripe/stripe_post_payment_records_report_paymentexternal_sendmanaged
STRIPE_POST_SETUP_INTENTS_INTENT
Updates a SetupIntent object to modify configuration parameters and metadata. Use when you need to update an existing SetupIntent before completion.
POST /composio/stripe/stripe_post_setup_intents_intentexternal_sendmanaged
STRIPE_POST_SUBSCRIPTION_ITEMS_ITEM
Tool to update a subscription item's plan, quantity, billing thresholds, discounts, or metadata. Use when you need to modify an existing subscription item. Changes may trigger prorations.
POST /composio/stripe/stripe_post_subscription_items_itemexternal_sendmanaged
STRIPE_POST_SUBSCRIPTIONS_SUBSCRIPTION_EXPOSED_ID
Tool to update an existing Stripe subscription with specified parameters. Use when you need to modify subscription items, billing settings, payment methods, or metadata for an active subscription.
POST /composio/stripe/stripe_post_subscriptions_subscription_exposed_idexternal_sendmanaged
STRIPE_POST_TERMINAL_CONFIGURATIONS_CONFIGURATION
Tool to 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 credentials, or tipping configurations. Changes can take up to 10 minutes to reflect on target readers.
POST /composio/stripe/stripe_post_terminal_configurations_configurationexternal_sendmanaged
STRIPE_POST_TERMINAL_READERS_READER_PROCESS_PAYMENT_INTENT
Initiates a payment flow on a Stripe Terminal Reader to process a PaymentIntent. Use when you need to hand off a PaymentIntent to a physical card reader for customer payment. The reader must be online and not currently processing another action, and the PaymentIntent must be in requires_capture or requires_payment_method state. The response returns immediately with action status 'in_progress'; poll the Reader object or use webhooks to determine completion.
POST /composio/stripe/stripe_post_terminal_readers_reader_process_payment_intentexternal_sendmanaged
STRIPE_POST_TERMINAL_READERS_READER_SET_READER_DISPLAY
Configures a Stripe terminal reader to display cart information on screen. Use when you need to show customers their purchase details on a physical terminal device during checkout. Supported on Verifone P400, BBPOS WisePOS E, and Stripe Reader S700.
POST /composio/stripe/stripe_post_terminal_readers_reader_set_reader_displayexternal_sendmanaged
STRIPE_POST_TERMINAL_READERS_SET_READER_DISPLAY
Tool to configure a terminal reader's display to show cart details. Use when you need to display line items, amounts, and currency information on a Stripe Terminal reader screen.
POST /composio/stripe/stripe_post_terminal_readers_set_reader_displayexternal_sendmanaged
STRIPE_POST_V1_ACCOUNTS_CAPABILITIES_CAPABILITIES
Updates an existing account capability for a Stripe connected account. Use when you need to request a new capability or remove a non-permanent capability. There may be a delay before the requested capability becomes active, and the response includes any activation requirements.
POST /composio/stripe/stripe_post_v1_accounts_capabilities_capabilitiesexternal_sendmanaged
STRIPE_POST_V1_BALANCE_SETTINGS_OVERVIEW
Tool to update balance settings for a Stripe account. Use when customizing payout schedules, settlement timing, or negative balance handling for a connected account.
POST /composio/stripe/stripe_post_v1_balance_settings_overviewexternal_sendmanaged
STRIPE_POST_V1_BILLING_PORTAL_CONFIGS_OVERVIEW_BILLING
Tool to update an existing billing portal configuration in Stripe. Use when you need to modify portal settings like business profile, features, or default return URL.
POST /composio/stripe/stripe_post_v1_billing_portal_configs_overview_billingexternal_sendmanaged
STRIPE_POST_V1_CHECKOUT_SESSIONS_RETRIEVE_A_CHECKOUT
Tool to update and retrieve a Checkout Session object from Stripe. Use when you need to update metadata or other fields while retrieving the session details.
POST /composio/stripe/stripe_post_v1_checkout_sessions_retrieve_a_checkoutexternal_sendmanaged
STRIPE_POST_V1_CREDIT_NOTES_CREDIT_NOTE2
Tool to update an existing credit note in Stripe by modifying its memo or metadata. Use when you need to add context or store additional information on an already-issued credit note.
POST /composio/stripe/stripe_post_v1_credit_notes_credit_note2external_sendmanaged
STRIPE_POST_V1_CUSTOMERS_FUNDING_INSTRUCTIONS_FUND_A_TEST
Creates or retrieves funding instructions for a customer cash balance via bank transfer. Returns bank account details (ABA, IBAN, etc.) that can be used to fund the customer's account. If funding instructions already exist for the customer, the same instructions will be returned.
POST /composio/stripe/stripe_post_v1_customers_funding_instructions_fund_a_testexternal_sendmanaged
STRIPE_POST_V1_CUSTOMERS_SEARCH_CUSTOMERS
Tool to search for Stripe customers using a search query. Use when you need to find customers by email, name, metadata, or other fields using Stripe's Search Query Language.
POST /composio/stripe/stripe_post_v1_customers_search_customersexternal_sendmanaged
STRIPE_POST_V1_INVOICES_FINALIZE_VOID_AN_INVOICE
Voids a finalized invoice and maintains a papertrail. Use when you need to void a finalized invoice that has not been paid. Once voided, the invoice cannot be undone and maintains audit history.
POST /composio/stripe/stripe_post_v1_invoices_finalize_void_an_invoiceexternal_sendmanaged
STRIPE_POST_V1_INVOICES_LINES_OVERVIEW
Updates an invoice's line item before finalization. Use when you need to modify details of a line item such as description, metadata, amount, or tax settings before the invoice is finalized.
POST /composio/stripe/stripe_post_v1_invoices_lines_overviewexternal_sendmanaged
STRIPE_POST_V1_INVOICES_REMOVE_LINES_OVERVIEW
Tool to remove multiple line items from a draft Stripe invoice. Use when you need to delete or unassign specific line items from an invoice that hasn't been finalized yet.
POST /composio/stripe/stripe_post_v1_invoices_remove_lines_overviewexternal_sendmanaged
STRIPE_POST_V1_INVOICES_SEND_VOID_AN_INVOICE
Tool to 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.
POST /composio/stripe/stripe_post_v1_invoices_send_void_an_invoiceexternal_sendmanaged
STRIPE_POST_V1_INVOICES_VOID_AN_INVOICE
Tool to permanently void a finalized Stripe invoice. Use when an invoice needs to be canceled while maintaining an audit trail. This operation is irreversible and only applies to finalized invoices.
POST /composio/stripe/stripe_post_v1_invoices_void_an_invoiceexternal_sendmanaged
STRIPE_POST_V1_PAYMENT_METHOD_CONFIGS_LIST_PAYMENT_METHOD2
Updates a payment method configuration to control which payment methods are displayed at checkout. Use when modifying payment method availability or display settings.
POST /composio/stripe/stripe_post_v1_payment_method_configs_list_payment_method2external_sendmanaged
STRIPE_POST_V1_PAYMENT_METHOD_DOMAINS_PAYMENT_METHOD
Updates an existing payment method domain to enable or disable it. Use when you need to control whether payment methods requiring domain verification will appear in Elements or Embedded Checkout.
POST /composio/stripe/stripe_post_v1_payment_method_domains_payment_methodexternal_sendmanaged
STRIPE_POST_V1_PAYMENT_RECORDS_REPORT_ATTEMPT
Tool to report a payment attempt on a Stripe Payment Record. Use when updating a Payment Record with payment attempt details such as initiation time and outcome status.
POST /composio/stripe/stripe_post_v1_payment_records_report_attemptexternal_sendmanaged
STRIPE_POST_V1_PAYMENT_RECORDS_REPORT_CANCELED
Tool to report that the most recent payment attempt was canceled. Use when you need to update a Payment Record to reflect a canceled payment attempt.
POST /composio/stripe/stripe_post_v1_payment_records_report_canceledexternal_sendmanaged
STRIPE_POST_V1_PAYMENT_RECORDS_REPORT_GUARANTEED
Reports that a payment attempt was guaranteed for a specific Payment Record. Use when confirming that a payment has been successfully guaranteed by the payment processor at a specific timestamp.
POST /composio/stripe/stripe_post_v1_payment_records_report_guaranteedexternal_sendmanaged
STRIPE_POST_V1_PAYMENT_RECORDS_REPORT_INFO
Tool to report additional payment attempt information for a payment record. Use when you need to add informational details about a payment attempt.
POST /composio/stripe/stripe_post_v1_payment_records_report_infoexternal_sendmanaged
STRIPE_POST_V1_PAYMENT_RECORDS_REPORT_REFUND_OVERVIEW
Reports that the most recent payment attempt on a Payment Record was refunded. Use when you need to record a refund for a successfully processed payment to maintain accurate payment records. Multiple partial refunds can be reported until the full amount is refunded.
POST /composio/stripe/stripe_post_v1_payment_records_report_refund_overviewexternal_sendmanaged
STRIPE_POST_V1_PAYOUTS_RETRIEVE_A_PAYOUT
Updates a payout's metadata and returns the updated payout object. This endpoint ONLY allows updating the metadata field - no other payout properties (amount, destination, status, etc.) can be modified. To remove a specific metadata key, pass an empty string as its value. To clear all metadata, pass an empty dictionary. Use this when you need to attach or update custom information on an existing payout.
POST /composio/stripe/stripe_post_v1_payouts_retrieve_a_payoutexternal_sendmanaged
STRIPE_POST_V1_PLANS_OVERVIEW
Tool to update a Stripe plan by setting passed parameter values. Use when modifying plan details like nickname, metadata, or active status.
POST /composio/stripe/stripe_post_v1_plans_overviewexternal_sendmanaged
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.
POST /composio/stripe/stripe_post_v1_promotion_codes_promotion_codeexternal_sendmanaged
STRIPE_POST_V1_SHIPPING_RATES_OVERVIEW2
Tool to 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.
POST /composio/stripe/stripe_post_v1_shipping_rates_overview2external_sendmanaged
STRIPE_POST_V1_SUBSCRIPTION_SCHEDULES_OVERVIEW2
Tool to update an existing subscription schedule with new phases, settings, metadata, and end behavior. Use when modifying subscription schedule configuration.
POST /composio/stripe/stripe_post_v1_subscription_schedules_overview2external_sendmanaged
STRIPE_POST_V1_SUBSCRIPTION_SCHEDULES_RELEASE_OVERVIEW
Tool to release a subscription schedule. Releases a subscription schedule immediately, stops scheduling future phases but leaves the existing subscription in place.
POST /composio/stripe/stripe_post_v1_subscription_schedules_release_overviewexternal_sendmanaged
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. Use this to modify subscription configuration, change payment methods, update billing cycles, manage trials, or schedule cancellations. This action does not modify subscription items (prices/products) - use separate actions for that.
POST /composio/stripe/stripe_post_v1_subscriptions_list_subscriptionsexternal_sendmanaged
STRIPE_POST_V1_TAX_RATES_TAX_RATE2
Tool to update an existing Stripe tax rate. Use when you need to modify tax rate properties such as display name, description, or active status.
POST /composio/stripe/stripe_post_v1_tax_rates_tax_rate2external_sendmanaged
STRIPE_POST_V2_BILLING_METER_EVENT_ADJUSTMENTS_METER_EVENT
Creates a billing meter event adjustment to cancel a previously sent meter event. Use when you need to cancel a meter event within 24 hours of Stripe receiving it.
POST /composio/stripe/stripe_post_v2_billing_meter_event_adjustments_meter_eventexternal_sendmanaged
STRIPE_PRESENT_PAYMENT_METHOD
Tool to present a payment method on a simulated terminal reader for testing purposes. Use when testing payment flows, simulating card acceptance, or validating terminal reader integrations in test mode.
POST /composio/stripe/stripe_present_payment_methodexternal_sendmanaged
STRIPE_PROCESS_SETUP_INTENT
Initiates a SetupIntent flow on a Stripe Terminal Reader to save payment details. Use when you need to collect and save payment method information for future use.
POST /composio/stripe/stripe_process_setup_intentexternal_sendmanaged
STRIPE_REACTIVATE_BILLING_METER
Reactivates a deactivated billing meter. Use when you need to resume tracking usage after a meter has been deactivated.
POST /composio/stripe/stripe_reactivate_billing_meterexternal_sendmanaged
STRIPE_REPORT_PAYMENT_ATTEMPT_FAILED
Reports that a recent payment attempt on a Payment Record has failed. Use when a payment attempt encounters an error to ensure Stripe has a complete view of payment flows.
POST /composio/stripe/stripe_report_payment_attempt_failedexternal_sendmanaged
STRIPE_RESUME_SUBSCRIPTION
Resumes a paused Stripe subscription with billing cycle and proration options. Use when a customer wants to restart payment collection on a previously paused subscription.
POST /composio/stripe/stripe_resume_subscriptionexternal_sendmanaged
STRIPE_RETRIEVE_BALANCE
Retrieves the complete current balance details for the connected Stripe account.
POST /composio/stripe/stripe_retrieve_balanceexternal_sendmanaged
STRIPE_RETRIEVE_CHARGE
Retrieves full details for an existing Stripe charge using its unique ID.
POST /composio/stripe/stripe_retrieve_chargeexternal_sendmanaged
STRIPE_RETRIEVE_CHECKOUT_SESSION
Tool to retrieve a Checkout Session object from Stripe. Use when you need to get the current state of a checkout session, including payment status, customer details, and line items.
POST /composio/stripe/stripe_retrieve_checkout_sessionexternal_sendmanaged
STRIPE_RETRIEVE_CUSTOMER
Retrieves detailed information for an existing Stripe customer using their unique customer ID.
POST /composio/stripe/stripe_retrieve_customerexternal_sendmanaged
STRIPE_RETRIEVE_PAYMENT_INTENT
Retrieves a PaymentIntent by its ID; `client_secret` is required if a publishable API key is used.
POST /composio/stripe/stripe_retrieve_payment_intentexternal_sendmanaged
STRIPE_RETRIEVE_PROMOTION_CODE
Tool to retrieve a Stripe promotion code by its ID. Use when you need to get details about a specific promotion code including its associated coupon, usage restrictions, and redemption statistics.
POST /composio/stripe/stripe_retrieve_promotion_codeexternal_sendmanaged
STRIPE_RETRIEVE_UPCOMING_INVOICE
Tool to preview the upcoming invoice for a customer, showing all pending charges including subscription renewals and invoice items. Use when you need to preview invoice amounts before they are finalized, test the effects of subscription updates including prorations, or estimate future billing.
POST /composio/stripe/stripe_retrieve_upcoming_invoiceexternal_sendmanaged
STRIPE_SEARCH_CHARGES
Search charges using Stripe's Search Query Language. Use when you need to find historical charges by status, amount, customer, metadata, or other criteria.
GET /composio/stripe/stripe_search_chargesnonemanaged
STRIPE_SEARCH_CUSTOMERS
Retrieves a list of Stripe customers matching a search query that adheres to Stripe's Search Query Language.
GET /composio/stripe/stripe_search_customersnonemanaged
STRIPE_SEARCH_INVOICES
Searches for invoices using Stripe's Search Query Language. Use when you need to find invoices by status, total amount, customer, currency, or other criteria. Data is typically searchable within one minute, though propagation can lag up to an hour during outages.
GET /composio/stripe/stripe_search_invoicesnonemanaged
STRIPE_SEARCH_PAYMENT_INTENTS
Searches for PaymentIntents using Stripe's Search Query Language. Use when you need to find payments by status, amount, customer, or other criteria.
GET /composio/stripe/stripe_search_payment_intentsnonemanaged
STRIPE_SEARCH_PRICES
Search for prices using Stripe's Search Query Language. Use when you need to find prices by status, currency, product, or other criteria with flexible query syntax.
GET /composio/stripe/stripe_search_pricesnonemanaged
STRIPE_SEARCH_PRODUCTS
Tool to search for products using Stripe's Search Query Language. Use when you need to find products based on specific criteria like active status, name, or metadata.
GET /composio/stripe/stripe_search_productsnonemanaged
STRIPE_SEARCH_SUBSCRIPTIONS
Searches for subscriptions using Stripe's Search Query Language. Use when you need to find subscriptions by status, metadata, created timestamp, or canceled_at timestamp.
GET /composio/stripe/stripe_search_subscriptionsnonemanaged
STRIPE_SEND_INVOICE
Tool to manually send a finalized Stripe invoice to the customer outside the automatic billing schedule. Use when you need to deliver an invoice for manual payment. Note: In test mode, no emails are sent, but webhook events (invoice.sent) are still generated.
POST /composio/stripe/stripe_send_invoiceexternal_sendmanaged
STRIPE_SET_READER_DISPLAY
Configures a Stripe Terminal reader to display cart information on its screen. Use when you need to show transaction details to customers during checkout.
POST /composio/stripe/stripe_set_reader_displayexternal_sendmanaged
STRIPE_SET_TERMINAL_READER_DISPLAY
Tool to set the display on a Stripe Terminal reader to show cart details. Use when you need to display line items, totals, and tax information on a physical terminal reader screen.
POST /composio/stripe/stripe_set_terminal_reader_displayexternal_sendmanaged
STRIPE_SUCCEED_TEST_TERMINAL_READER_INPUT_COLLECTION
Simulates successful completion of an ongoing input collection on a Terminal reader. This test helper allows you to test your integration's handling of successfully collected customer inputs (signature, email, phone, etc.) without requiring physical hardware or actual customer interaction. The reader must have an active input collection in progress (initiated via collect_inputs endpoint). Note: This endpoint only works in test mode with test API keys.
POST /composio/stripe/stripe_succeed_test_terminal_reader_input_collectionexternal_sendmanaged
STRIPE_TIMEOUT_TEST_TERMINAL_READER_INPUT_COLLECTION
Simulate an input collection timeout on a Stripe Terminal reader. This test helper endpoint allows you to simulate timeout scenarios during input collection operations on Terminal readers without needing physical hardware. When called, it marks the current reader action as failed with a timeout error, useful for testing error handling in your integration. **Important**: This endpoint is ONLY available in test mode. You must use test API keys (sk_test_...) to call this endpoint. Calling with live mode keys will result in an error. Use this when testing: - Timeout error handling in your application - Input collection failure scenarios - Reader action recovery flows
POST /composio/stripe/stripe_timeout_test_terminal_reader_input_collectionexternal_sendmanaged
STRIPE_UPDATE_APPLICATION_FEE_REFUND
Updates an application fee refund by its fee ID and refund ID. Use this action when you need to update the metadata of an existing application fee refund. Application Fee Refund objects allow you to refund an application fee that has previously been created but not yet refunded. Funds will be refunded to the Stripe account from which the fee was originally collected. Related guide: Refunding application fees.
POST /composio/stripe/stripe_update_application_fee_refundexternal_sendmanaged
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.
POST /composio/stripe/stripe_update_billing_credit_grantexternal_sendmanaged
STRIPE_UPDATE_BILLING_METER
Tool to update a billing meter's display name. Use when you need to modify the name of an existing billing meter.
POST /composio/stripe/stripe_update_billing_meterexternal_sendmanaged
STRIPE_UPDATE_BILLING_PORTAL_CONFIGURATION
Update a billing portal configuration. Use when you need to modify portal settings, business profile, or features.
POST /composio/stripe/stripe_update_billing_portal_configurationexternal_sendmanaged
STRIPE_UPDATE_CASH_BALANCE
Tool to update a customer's cash balance settings in Stripe. Use when you need to modify how funds transferred to a customer's cash balance are applied to payment intents and invoices.
POST /composio/stripe/stripe_update_cash_balanceexternal_sendmanaged
STRIPE_UPDATE_CHARGE
Tool to update a Stripe charge object with provided parameters. Use when you need to modify charge details such as description, metadata, fraud assessment, receipt email, shipping information, or transfer group.
POST /composio/stripe/stripe_update_chargeexternal_sendmanaged
STRIPE_UPDATE_CHARGE_DISPUTE
Tool to update metadata on a charge's dispute. Use when you need to attach structured information to a dispute for tracking or internal reference purposes.
POST /composio/stripe/stripe_update_charge_disputeexternal_sendmanaged
STRIPE_UPDATE_CHARGE_REFUND
Tool to update a specified refund within a charge. Use when you need to modify the metadata of an existing refund.
POST /composio/stripe/stripe_update_charge_refundexternal_sendmanaged
STRIPE_UPDATE_CHECKOUT_SESSION
Tool to update a Stripe Checkout Session dynamically. Use when you need to modify customer information, line items, or shipping options on an existing checkout session. Line item updates require retransmitting the entire array.
POST /composio/stripe/stripe_update_checkout_sessionexternal_sendmanaged
STRIPE_UPDATE_COUPON
Updates a Stripe coupon's metadata, name, or currency options. Other coupon details (currency, duration, amount_off, percent_off) are, by design, not editable. Use when you need to modify coupon metadata, display name, or add new currency-specific discount amounts.
POST /composio/stripe/stripe_update_couponexternal_sendmanaged
STRIPE_UPDATE_CUSTOMER
Updates an existing Stripe customer, identified by customer_id, with only the provided details; unspecified fields remain unchanged.
POST /composio/stripe/stripe_update_customerexternal_sendmanaged
STRIPE_UPDATE_CUSTOMER_BALANCE_TXN
Updates an existing customer balance transaction's description and metadata. Use when you need to modify the description or add/update metadata on a customer balance transaction. Most transaction fields are immutable after creation.
POST /composio/stripe/stripe_update_customer_balance_txnexternal_sendmanaged
STRIPE_UPDATE_CUSTOMER_BANK_ACCOUNT
Updates a specified bank account for a given customer. Use when you need to modify account holder details or metadata for a customer's bank account.
POST /composio/stripe/stripe_update_customer_bank_accountexternal_sendmanaged
STRIPE_UPDATE_CUSTOMER_BANK_ACCOUNT_SOURCE
Updates a bank account source attached to a customer. Use when you need to modify editable attributes like account holder name, type, or metadata.
POST /composio/stripe/stripe_update_customer_bank_account_sourceexternal_sendmanaged
STRIPE_UPDATE_CUSTOMER_CARD
Tool to update a card for a specified customer. Use when you need to update card details including billing address, expiration, name, or metadata.
POST /composio/stripe/stripe_update_customer_cardexternal_sendmanaged
STRIPE_UPDATE_CUSTOMER_SOURCE
Update a specified source for a given customer. Use when modifying card details, bank account information, or source metadata.
POST /composio/stripe/stripe_update_customer_sourceexternal_sendmanaged
STRIPE_UPDATE_CUSTOMER_SUBSCRIPTION
Tool to update a subscription on a customer in Stripe. Use when modifying subscription items, billing settings, payment methods, or metadata. Requires both customer ID and subscription ID. Supports updating items, metadata, billing cycle, cancellation settings, and more.
POST /composio/stripe/stripe_update_customer_subscriptionexternal_sendmanaged
STRIPE_UPDATE_DISPUTE
Tool to update a Stripe dispute by submitting evidence or updating metadata. Use when responding to payment disputes to provide documentation countering the dispute claim.
POST /composio/stripe/stripe_update_disputeexternal_sendmanaged
STRIPE_UPDATE_ENTITLEMENT_FEATURE
Tool to update a feature's properties or deactivate it. Use when you need to modify an existing entitlements feature's metadata, name, or active status.
POST /composio/stripe/stripe_update_entitlement_featureexternal_sendmanaged
STRIPE_UPDATE_EVENT_DESTINATION
Updates a v2 Event Destination with new values for specified parameters. Use when you need to modify an event destination's name, description, enabled events, webhook URL, or metadata.
POST /composio/stripe/stripe_update_event_destinationexternal_sendmanaged
STRIPE_UPDATE_EXTERNAL_ACCOUNT
Updates the metadata, account holder name, account holder type of an external bank account or card belonging to a connected account and optionally sets it as the default for its currency. Use when you need to modify external account details for a connected account, such as updating the account holder information or setting it as the default external account. Other bank account details are not editable by design. Requires the 'account' parameter (the Stripe account ID) and 'id' parameter (the external account ID). You can only update bank accounts when account.controller.requirement_collection is 'application', which includes Custom accounts.
POST /composio/stripe/stripe_update_external_accountexternal_sendmanaged
STRIPE_UPDATE_INVOICE
Updates a draft Stripe invoice. Use when modifying invoice details before finalization. Once finalized, monetary values and collection_method become immutable.
POST /composio/stripe/stripe_update_invoiceexternal_sendmanaged
STRIPE_UPDATE_INVOICEITEM
Updates an invoice item on a draft invoice. Use when modifying invoice item properties like amount, description, discounts, or tax settings before invoice finalization.
POST /composio/stripe/stripe_update_invoiceitemexternal_sendmanaged
STRIPE_UPDATE_INVOICE_LINES
Tool to bulk update multiple line items on a draft invoice. Use when you need to modify descriptions, amounts, quantities, discounts, or other properties of existing line items on an invoice that is still in draft status. This operation only works with draft invoices; finalized invoices cannot be updated using this endpoint.
POST /composio/stripe/stripe_update_invoice_linesexternal_sendmanaged
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-confirmation by the customer.
POST /composio/stripe/stripe_update_payment_intentexternal_sendmanaged
STRIPE_UPDATE_PAYMENT_LINK
Updates an existing payment link with new configuration details. Use when modifying payment link settings, tax configurations, custom fields, metadata, or post-completion behavior.
POST /composio/stripe/stripe_update_payment_linkexternal_sendmanaged
STRIPE_UPDATE_PAYMENT_METHOD
Updates an existing PaymentMethod object in Stripe. Use when you need to modify billing details, expiration dates, or metadata for a payment method. The payment method must be attached to a customer before updates can be applied.
POST /composio/stripe/stripe_update_payment_methodexternal_sendmanaged
STRIPE_UPDATE_PRICE
Updates a Stripe price by setting passed parameter values; unspecified parameters remain unchanged. Use when you need to modify price metadata, active status, lookup key, or nickname. Note: Price amounts cannot be modified via API.
POST /composio/stripe/stripe_update_priceexternal_sendmanaged
STRIPE_UPDATE_PRODUCT
Tool to update an existing product in Stripe. Use when you need to modify product details like name, description, pricing, or availability.
POST /composio/stripe/stripe_update_productexternal_sendmanaged
STRIPE_UPDATE_PROMOTION_CODE
Updates an existing Stripe promotion code by setting the values of the parameters passed. Use when you need to activate/deactivate a promotion code, update its metadata, or modify redemption restrictions. Most promotion code fields are intentionally non-editable after creation.
POST /composio/stripe/stripe_update_promotion_codeexternal_sendmanaged
STRIPE_UPDATE_QUOTE
Tool to update an existing Stripe quote with new values. Use when modifying quote details like description, line items, metadata, or other quote parameters.
POST /composio/stripe/stripe_update_quoteexternal_sendmanaged
STRIPE_UPDATE_SOURCE
Updates a Stripe source with specified parameters. Use when you need to modify source metadata, owner information, or mandate details. NOTE: The Stripe Sources API is deprecated. Stripe recommends migrating to the Payment Methods API for new integrations. This action only works with sources created before the API deprecation.
POST /composio/stripe/stripe_update_sourceexternal_sendmanaged
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.
POST /composio/stripe/stripe_update_subscriptionexternal_sendmanaged
STRIPE_UPDATE_SUBSCRIPTION_SCHEDULE
Tool to update an existing subscription schedule in Stripe. Use when you need to modify phases, default settings, metadata, or end behavior of a subscription schedule.
POST /composio/stripe/stripe_update_subscription_scheduleexternal_sendmanaged
STRIPE_UPDATE_TAX_REGISTRATION
Tool to update an existing tax registration in Stripe. Use when you need to modify the active_from or expires_at fields of a registration. Registrations cannot be deleted after creation; use expires_at to terminate them instead.
POST /composio/stripe/stripe_update_tax_registrationexternal_sendmanaged
STRIPE_UPDATE_TAX_SETTINGS
Updates Stripe Tax Settings parameters used in tax calculations. Use to configure default tax behavior, tax codes, and business head office location for tax purposes.
POST /composio/stripe/stripe_update_tax_settingsexternal_sendmanaged
STRIPE_UPDATE_TERMINAL_LOCATION
Updates a Terminal Location by modifying specified parameters. Use when you need to change location details like display name, address, phone, or metadata.
POST /composio/stripe/stripe_update_terminal_locationexternal_sendmanaged
STRIPE_UPDATE_TERMINAL_READER
Tool to update a Terminal Reader object by setting parameter values. Use when you need to modify the label or metadata of an existing reader device.
POST /composio/stripe/stripe_update_terminal_readerexternal_sendmanaged
STRIPE_VALIDATE_PAYMENT_METHOD_DOMAIN
Tool to validate an existing payment method domain in Stripe to activate payment methods. Use when additional registration steps need to be completed before a payment method can be used in Elements or Embedded Checkout.
POST /composio/stripe/stripe_validate_payment_method_domainexternal_sendmanaged
STRIPE_VERIFY_MICRODEPOSITS
Verifies microdeposits on a SetupIntent object to confirm bank account ownership. Use when customer needs to verify their bank account using either amounts or descriptor code from microdeposits.
POST /composio/stripe/stripe_verify_microdepositsexternal_sendmanaged
STRIPE_VERIFY_MICRODEPOSITS_PAYMENT_INTENT
Verifies microdeposits on a PaymentIntent object by matching deposit amounts or descriptor code. Use after microdeposits are sent to complete bank account verification.
POST /composio/stripe/stripe_verify_microdeposits_payment_intentexternal_sendmanaged
STRIPE_VOID_CREDIT_NOTE
Marks a credit note as void. Use when you need to void a credit note and reverse its adjustments.
POST /composio/stripe/stripe_void_credit_noteexternal_sendmanaged
STRIPE_VOID_INVOICE
Tool to 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 invoices should be deleted instead.
POST /composio/stripe/stripe_void_invoiceexternal_sendmanaged