Sign inStart your trial

Stripe

Reference

7 triggers and 422 actions for Stripe workflows.

01. Triggers

Start a workflow when something happens in Stripe

Each trigger lists the event it fires on, the data it sends, and a template you can use it in.

Webhook

7 triggers

Real-time push from the source.

Webhook★ Featured

STRIPE_CHECKOUT_SESSION_COMPLETED_TRIGGER

Fires when a customer completes a checkout session and their payment is processed. Use this to confirm successful purchases and begin fulfillment.

2 output fields
Webhook★ Featured

STRIPE_INVOICE_PAYMENT_SUCCEEDED_TRIGGER

Fires when an invoice payment is successfully collected. Use this to send receipts, update customer records, or trigger fulfillment for renewal orders.

2 output fields
Webhook★ Featured

STRIPE_PAYMENT_FAILED_TRIGGER

Fires when a payment attempt fails during payment processing. Use this to alert customers and prompt them to update their payment method.

2 output fields
Webhook★ Featured

STRIPE_SUBSCRIPTION_ADDED_TRIGGER

Fires when a new subscription is created for a customer. Use this to activate recurring billing, send welcome messages, or grant access to subscription benefits.

2 output fields
Webhook★ Featured

STRIPE_SUBSCRIPTION_DELETED_TRIGGER

Fires when a subscription is canceled or deleted. Use this to revoke access, send cancellation confirmations, or trigger win-back campaigns.

2 output fields
Webhook

STRIPE_CHARGE_FAILED_TRIGGER

Fires when a one-time charge fails to process. Use this to notify customers of payment issues or trigger retry logic.

2 output fields
Webhook

STRIPE_PRODUCT_CREATED_TRIGGER

Fires when a new product is created in Stripe. Use this to sync product catalogs or trigger downstream inventory systems.

2 output fields
02. Operations

Act on Stripe from a workflow

Operations are the actions a workflow can take in Stripe, grouped by category. Each lists its method, parameters, and a template you can drop it into.

Accounts

1 operation

Manage your Stripe account configuration, team members, and capabilities. These operations let you retrieve account details, add or verify team members, and enable specific payment features for your business.

Action

Create Card Payments Capability

STRIPE_CREATE_ACCOUNTS_CAPABILITIES_CARD_PAYMENTS

Enable or disable card payment processing on a Stripe Connect account, allowing connected merchants to accept credit and debit card payments directly.

2 input

Billing

10 operations

Set up and manage customer billing cycles, meter usage for consumption-based pricing, and configure billing portal experiences. Use these operations to track credit balances, create billing alerts, and customize how customers manage their subscriptions and payments.

Action

Activate billing alert

STRIPE_ACTIVATE_BILLING_ALERT

Reactivate a previously disabled billing alert so you can resume receiving notifications when your usage reaches specified thresholds.

1 input
Action

Archive billing alert

STRIPE_ARCHIVE_BILLING_ALERT

Hide and remove a billing alert from your Stripe dashboard and records. Use this when you've resolved an alert issue or no longer need to track it.

1 input
Action

Create billing alert

STRIPE_CREATE_BILLING_ALERT

Set up automated alerts that notify you when your Stripe billing meter usage reaches a specified threshold, helping you monitor costs and avoid unexpected charges.

3 input
Action

Create billing credit grant

STRIPE_CREATE_BILLING_CREDIT_GRANT

Allocates billing credits to a customer that can be applied toward metered charges, enabling you to offer promotional credits or prepaid billing amounts.

10 input
Action

Create billing meter

STRIPE_CREATE_BILLING_METER

Set up a new usage meter in Stripe to automatically track and measure customer activity like API calls, data storage, or feature usage for billing purposes.

6 input
Action

Create Billing Meter Event Adjustment

STRIPE_CREATE_BILLING_METER_EVENT_ADJUSTMENT

Correct or remove billing meter events by creating adjustments within 24 hours of the event being recorded, helping you fix mistaken charges or reassign usage to the right customer.

3 input
Action

Create Billing Meter Event Session

STRIPE_CREATE_BILLING_METER_EVENT_SESSION

Establishes a secure connection to send usage-based billing events to Stripe, allowing you to track and bill customers based on their actual product consumption. This is essential for businesses that charge based on metrics like API calls, storage used, or transactions processed.

Action

Create Billing Meter Event V2

STRIPE_CREATE_BILLING_METER_EVENT

Record customer usage events for metered billing, allowing you to automatically charge customers based on their actual consumption rather than fixed plans. This enables flexible, pay-as-you-go pricing models that scale with customer activity.

4 input
Action

Create Billing Portal Configuration

STRIPE_CREATE_BILLING_PORTAL_CONFIGURATION

Set up a customized customer portal where your clients can manage their subscriptions, update payment methods, and view invoices without contacting you directly. This reduces support requests while giving customers control over their billing.

6 input
Action

Create Billing Portal Session

STRIPE_CREATE_BILLING_PORTAL_SESSION

Generate a secure portal URL where your customers can self-manage their subscriptions, update payment methods, and view invoices without contacting you directly.

7 input

Charges

3 operations

Create and manage one-time charges, handle refunds, and update charge metadata. These operations let you process payments directly, refund transactions when needed, and retrieve charge history for accounting and dispute resolution.

Action

Capture Charge

STRIPE_CAPTURE_CHARGE

Finalizes a payment that was previously authorized but not immediately charged, allowing you to confirm the transaction when you're ready to complete the sale.

8 input
Action

Create charge (deprecated)

STRIPE_CREATE_CHARGE

Process direct credit or debit card payments by creating a charge against a specific payment source. This operation is useful for collecting one-time or immediate payments from customers.

16 input
Action

Create Charge Refund

STRIPE_CREATE_CHARGE_REFUND

Process refunds for customer payments in Stripe, whether for the full charge amount or a partial refund. Use this when you need to return money to a customer due to cancellations, returns, or billing errors.

8 input

Checkout

1 operation

Build hosted payment experiences with Checkout Sessions and Payment Links that handle the entire transaction flow. Use these operations to create customizable payment pages, manage session line items, and track customer checkout progress without building a custom payment form.

Action

Create Checkout Session

STRIPE_CREATE_CHECKOUT_SESSION

Creates a secure, hosted payment page that lets you collect one-time payments or recurring subscription charges from customers without building your own payment form.

9 input

Customers

8 operations

Create and maintain customer profiles with billing addresses, payment methods, and tax information. These operations let you store customer data for recurring charges, manage multiple payment sources per customer, and track customer financial transactions and balances.

Action★ Featured

Create Customer

STRIPE_CREATE_CUSTOMER

Registers a new customer in Stripe so you can track their payment history, send receipts, and manage subscriptions or recurring charges under their account.

5 input
Action

Attach source to customer

STRIPE_ATTACH_CUSTOMER_SOURCE

Attach a payment source like a credit card to a customer profile so you can charge them later without requiring them to re-enter their payment details. This enables you to store payment methods securely for recurring charges or future transactions.

3 input
Action

Create card for customer

STRIPE_CREATE_CUSTOMER_CARD

Adds a new credit or debit card to an existing customer's account in Stripe, enabling future charges and recurring payments against that card source.

4 input
Action

Create card or payment source

STRIPE_CREATE_CUSTOMER_SOURCE

Save a customer's payment method (like a credit card or bank account) to their profile so you can charge them later without asking for payment details again.

3 input
Action

Create Customer Balance Transaction

STRIPE_CREATE_CUSTOMER_BALANCE_TRANSACTION

Manually adjust a customer's account balance by adding credits or debits, which is useful for issuing refunds, account credits, or correcting billing errors without processing a new payment.

5 input
Action

Create customer bank account

STRIPE_CREATE_CUSTOMER_BANK_ACCOUNT

Add a bank account as a payment source to an existing Stripe customer, enabling direct debit payments and payouts.

3 input
Action

Create Customer Session

STRIPE_CREATE_CUSTOMER_SESSION

Create a secure temporary session that allows your customers to access their account details and manage their payment methods directly through the Stripe customer portal. This enables self-service account management without exposing your backend infrastructure.

3 input
Action

Create Customer Tax ID

STRIPE_CREATE_CUSTOMER_TAX_ID

Add tax identification information to a customer account to ensure proper tax compliance and accurate invoicing across different countries. This enables you to store customer tax IDs for regulatory requirements and automated tax calculations.

3 input

Disputes

1 operation

Handle payment disputes and chargebacks by submitting evidence and managing the resolution process. Use these operations to retrieve dispute details, respond to customer challenges, and track the status of contested transactions.

Action

Close Dispute

STRIPE_CLOSE_DISPUTE

Dismisses a chargeback or dispute and indicates you won't submit any defense evidence, marking the dispute as closed and final. Use this when you've decided not to contest a customer dispute or chargeback claim.

1 input

Invoices

3 operations

Generate, send, and manage customer invoices with line items, tax calculations, and payment tracking. Use these operations to create professional invoices, issue credit notes for returns, and monitor invoice payment status throughout the billing cycle.

Action

Add lines to invoice

STRIPE_ADD_INVOICE_LINES

Add multiple line items such as charges, services, or credits to a draft invoice before sending it to customers. This lets you build invoices incrementally with all necessary details included.

3 input
Action

Attach payment to invoice

STRIPE_ATTACH_INVOICE_PAYMENT

Links an existing payment to a specific invoice so that when the payment succeeds, it automatically credits toward that invoice. Use this to reconcile payments that were processed outside your normal invoicing flow.

3 input
Action

Create Credit Note

STRIPE_CREATE_CREDIT_NOTE

Create a credit note to adjust a finalized invoice amount, enabling you to issue refunds, apply credits to customer accounts, or correct billing errors without modifying the original invoice.

13 input

Payments

9 operations

Create and manage payment intents for flexible payment handling across multiple methods and currencies. These operations enable you to initiate payments, confirm customer authentication, handle payment method storage, and customize payment experiences for different use cases.

Action

Apply customer balance to payment intent

STRIPE_APPLY_CUSTOMER_BALANCE

Apply a customer's stored cash balance to a payment intent to cover part or all of the payment amount. This is useful when you want to let customers use prepaid funds or credits to pay for orders without requiring a separate payment method.

3 input
Action

Attach payment method to customer

STRIPE_ATTACH_PAYMENT_METHOD

Save a customer's payment method for future transactions, enabling faster checkouts and recurring billing without requiring them to re-enter their card details each time.

3 input
Action

Cancel payment intent

STRIPE_CANCEL_PAYMENT_INTENT

Stops a payment that's no longer needed and automatically refunds any uncaptured amount, preventing unwanted charges from going through.

2 input
Action

Cancel setup intent

STRIPE_CANCEL_SETUP_INTENT

Stop a pending payment setup process that's no longer needed, freeing up customer payment authorization requests that haven't been completed yet.

2 input
Action

Capture payment intent

STRIPE_CAPTURE_PAYMENT_INTENT

Finalizes a previously authorized payment by capturing the reserved funds from the customer's payment method. This completes the payment process when you've previously authorized the transaction but deferred the actual charge.

7 input
Action

Confirm payment intent

STRIPE_CONFIRM_PAYMENT_INTENT

Finalizes a payment by confirming the customer's intent to pay using their selected payment method, initiating the actual charge processing. Use this when you're ready to complete a transaction that may require additional verification steps like 3D Secure authentication.

13 input
Action

Confirm setup intent

STRIPE_CONFIRM_SETUP_INTENT

Finalizes customer payment method setup by confirming a SetupIntent, enabling secure storage of payment credentials for future transactions without immediately charging the customer.

5 input
Action

Create Apple Pay Domain

STRIPE_CREATE_APPLE_PAY_DOMAIN

Register your website domain with Apple Pay to accept Apple Pay payments from customers. Stripe automatically handles the merchant validation process required by Apple.

2 input
Action

Create Bank Account Token

STRIPE_CREATE_BANK_ACCOUNT_TOKEN

Securely tokenizes bank account information for processing ACH payments and direct debits without storing sensitive banking details directly in your system.

2 input

Products

1 operation

Define and organize the products or services you sell with pricing, descriptions, and availability. These operations let you create pricing tiers, search your product catalog, and manage product features for subscription offerings.

Action

Attach feature to product

STRIPE_ATTACH_PRODUCT_FEATURE

Add a feature or capability to a product in your Stripe catalog, allowing you to organize and track what features are included with each product offering.

2 input

Promotions

1 operation

Create discount codes and promotional offers to incentivize customer purchases and subscriptions. Use these operations to manage coupons, generate promotion codes, and track which discounts are active for your customers.

Action

Create Coupon

STRIPE_CREATE_COUPON

Create discount coupons in Stripe with either percentage-based or fixed-amount discounts to incentivize customer purchases and promotions. This lets you generate reusable discount codes that apply automatically at checkout.

12 input

Quotes

2 operations

Generate time-limited quotes for customers to preview subscriptions and usage-based charges before purchase. These operations let you create professional quote documents, track acceptance, and convert approved quotes into active subscriptions.

Action

Accept quote

STRIPE_ACCEPT_QUOTE

Converts a finalized quote into an active invoice, subscription, or subscription schedule, allowing you to move a customer's proposal toward payment and activation.

1 input
Action

Cancel Quote

STRIPE_CANCEL_QUOTE

Cancels an existing Stripe quote that's in draft or open status, preventing customers from accepting or finalizing it. Use this when you need to revoke a quote offer or stop a pricing proposal from moving forward.

1 input

Secrets

1 operation

Securely store sensitive configuration values and API keys for your applications using Stripe's encrypted secret management. These operations let you create, retrieve, and delete secrets scoped to specific environments or restricted keys.

Action

Create apps secret

STRIPE_CREATE_APPS_SECRET

Securely store sensitive credentials and API keys in Stripe's encrypted Secret Store for use by your custom payment apps and extensions.

5 input

Security

1 operation

Generate secure tokens for sensitive payment operations and implement advanced authentication flows. These operations enable you to create ephemeral keys for mobile SDKs, handle CVC updates, and manage PII tokens for secure data handling.

Action

Create CVC Update Token

STRIPE_CREATE_CVC_UPDATE_TOKEN

Generate a secure token to update just the card's security code without requiring customers to re-enter their full card details, reducing friction in payment processing.

1 input

Subscriptions

3 operations

Create and manage recurring billing relationships with automatic charges at regular intervals. These operations let you set up subscription plans, adjust pricing for individual customers, handle schedule-based subscriptions, and manage the entire subscription lifecycle from creation to cancellation.

Action

Cancel subscription

STRIPE_CANCEL_SUBSCRIPTION

Stops a customer's recurring charges at the end of their current billing period, with options to handle any final charges or unused service credits. Useful when customers want to cancel without losing access to their current paid period.

4 input
Action

Cancel subscription schedule

STRIPE_CANCEL_SUBSCRIPTION_SCHEDULE

Stops a scheduled subscription plan from executing its future phases, allowing you to halt upcoming billing changes or plan transitions without affecting current active subscriptions.

3 input
Action

Create customer subscription

STRIPE_CREATE_CUSTOMER_SUBSCRIPTION

Set up recurring billing for a customer by creating a subscription tied to specific products and pricing plans. Use this to automate ongoing revenue and establish predictable payment schedules.

26 input

Terminal

4 operations

Manage physical payment terminals and in-person transaction processing through Stripe Terminal. These operations let you configure reader hardware, process payments and setup intents in-store, and manage terminal locations and settings for your business.

Action

Cancel Terminal Reader Action

STRIPE_CANCEL_TERMINAL_READER_ACTION

Stop any ongoing operation on your Stripe Terminal payment device, such as a payment collection or customer input prompt, without completing the transaction. Use this when you need to interrupt a process due to customer request, system error, or other business needs.

1 input
Action

Collect payment method on Terminal Reader

STRIPE_COLLECT_TERMINAL_READER_PAYMENT_METHOD

Initiates payment collection on a physical Stripe Terminal Reader device, allowing customers to complete transactions in-person by tapping, inserting, or swiping their payment cards.

3 input
Action

Confirm PaymentIntent on Terminal Reader

STRIPE_CONFIRM_TERMINAL_READER_PAYMENT_INTENT

Finalize a payment transaction on a physical card reader device to complete the payment collection process. Use this when you need to confirm that a customer's payment has been successfully processed on your Stripe Terminal hardware.

3 input
Action

Set Terminal Reader Display

STRIPE_COLLECT_TERMINAL_READER_INPUTS

Displays forms and prompts on a Stripe Terminal reader to collect customer information like email, phone, signatures, or selections directly at checkout. This lets you gather customer data hands-free during in-person transactions.

3 input

Testing

1 operation

Create and manage test data for development and staging environments using test clocks and simulations. These operations let you advance time, test payment flows without real charges, and validate terminal behavior during integration development.

Action

Advance test clock

STRIPE_ADVANCE_TEST_CLOCK

Simulate the passage of time in your Stripe test environment to verify how your billing, subscriptions, and recurring charges behave at different points in the future without waiting days or months.

2 input

Payments

372 operations
Action

Bulk update invoice line items

STRIPE_UPDATE_INVOICE_LINES

Tool to bulk update multiple line items on a draft invoice.

3 input
Action

Cancel customer subscription

STRIPE_DELETE_CUSTOMER_SUBSCRIPTION

Cancels a customer's subscription immediately.

4 input
Action

Cancel subscription

STRIPE_DELETEV1_SUBSCRIPTIONS_LIST_SUBSCRIPTIONS

Tool to cancel a Stripe subscription immediately.

4 input
Action

Create a plan

STRIPE_CREATE_PLAN

Tool to create a recurring billing plan with flexible pricing configuration.

17 input
Action

Create a price

STRIPE_CREATE_PRICE

Creates a new Stripe Price for a product, defining its charges (one-time or recurring) and billing scheme; requires either an existing product ID or…

18 input
Action

Create a quote

STRIPE_CREATE_QUOTE

Tool to create a Stripe quote modeling prices and services for a customer.

20 input
Action

Create a Report Run

STRIPE_CREATE_REPORT_RUN

Creates a new report run object and begins executing the report asynchronously.

2 input
Action

Create a shipping rate

STRIPE_CREATE_SHIPPING_RATE

Creates a new shipping rate object that appears on Checkout Sessions for customer display.

7 input
Action

Create an invoice

STRIPE_CREATE_INVOICE

Creates a new draft Stripe invoice for a customer; use to revise an existing invoice, bill for a specific subscription (which must belong to the customer), or…

30 input
Action

Create CVC update token

STRIPE_CREATE_TOKEN

Tool to create a single-use CVC update token for card re-collection.

1 input
Action

Create Ephemeral Key

STRIPE_CREATE_EPHEMERAL_KEY

Tool to create a short-lived ephemeral API key for secure mobile SDK access to specific Stripe resources.

6 input
Action

Create Feature Entitlement

STRIPE_CREATE_ENTITLEMENT_FEATURE

Creates a new feature entitlement in Stripe representing a monetizable ability or functionality.

3 input
Action

Create File

STRIPE_CREATE_FILE

Tool to upload a file to Stripe for business purposes such as dispute evidence, identity verification, or business logos.

3 input
Action

Create File Link

STRIPE_CREATE_FILE_LINK

Tool to create a file link object that generates a shareable URL for accessing uploaded files.

3 input
Action

Create Financial Connections Session

STRIPE_CREATE_FINANCIAL_CONNECTIONS_SESSION

Tool to create a Financial Connections Session to launch the authorization flow for linking financial accounts.

5 input
Action

Create FX Quote

STRIPE_CREATE_FX_QUOTE

Tool to create an FX quote for currency conversion with optional rate locking.

7 input
Action

Create invoice item

STRIPE_CREATE_INVOICE_ITEM

Tool to create an invoice item for draft invoices.

18 input
Action

Create Meter Event Adjustment

STRIPE_POST_V2_BILLING_METER_EVENT_ADJUSTMENTS_METER_EVENT

Creates a billing meter event adjustment to cancel a previously sent meter event.

3 input
Action

Create or Retrieve Customer Funding Instructions

STRIPE_POST_V1_CUSTOMERS_FUNDING_INSTRUCTIONS_FUND_A_TEST

Creates or retrieves funding instructions for a customer cash balance via bank transfer.

4 input
Action

Create payment intent

STRIPE_CREATE_PAYMENT_INTENT

Creates a Stripe PaymentIntent to initiate and process a customer's payment; using applicationfeeamount for a connected account requires the Stripe-Account…

18 input
Action

Create Payment Link

STRIPE_CREATE_PAYMENT_LINK

Tool to create a Stripe Payment Link.

21 input
Action

Create payment method

STRIPE_CREATE_PAYMENT_METHOD

Creates a PaymentMethod object representing a customer's payment instrument (card, bank account, etc.).

13 input
Action

Create payment method configuration

STRIPE_CREATE_PAYMENT_METHOD_CONFIGURATION

Creates a payment method configuration to control which payment methods are displayed during checkout.

59 input
Action

Create payment method domain

STRIPE_CREATE_PAYMENT_METHOD_DOMAIN

Tool to create a payment method domain object to control where payment methods are shown.

2 input
Action

Create PII Token

STRIPE_CREATE_PII_TOKEN

Tool to create a single-use token representing PII (personally identifiable information).

1 input
Action

Create Preview Invoice

STRIPE_CREATE_PREVIEW_INVOICE

Tool to preview an upcoming invoice without creating it.

13 input
Action

Create product

STRIPE_CREATE_PRODUCT

Creates a new product in Stripe, encoding the request as application/x-www-form-urlencoded by flattening nested structures.

16 input
Action

Create Promotion Code

STRIPE_CREATE_PROMOTION_CODE

Tool to create a promotion code linked to an underlying coupon.

8 input
Action

Create Refund

STRIPE_CREATE_REFUND

Creates a full or partial refund in Stripe, targeting either a specific charge ID or a payment intent ID.

7 input
Action

Create Reversal Tax Transaction

STRIPE_CREATE_REVERSAL_TAX_TRANSACTION

Creates a reversal of an existing tax transaction.

7 input
Action

Create Setup Intent

STRIPE_CREATE_SETUP_INTENT

Creates a SetupIntent object to collect payment method permissions for future payments.

21 input
Action

Create Source

STRIPE_CREATE_SOURCE

Tool to create a Stripe source object for accepting payment methods.

13 input
Action

Create subscription

STRIPE_CREATE_SUBSCRIPTION

Creates a new, highly configurable subscription for an existing Stripe customer, supporting multiple items, trials, discounts, and various billing/payment…

33 input
Action

Create subscription item

STRIPE_CREATE_SUBSCRIPTION_ITEM

Tool to add a new item to an existing subscription without changing existing items.

11 input
Action

Create subscription schedule

STRIPE_CREATE_SUBSCRIPTION_SCHEDULE

Tool to create a new subscription schedule for managing subscription changes over time.

9 input
Action

Create Tax Calculation

STRIPE_CREATE_TAX_CALCULATION

Creates a Tax Calculation to compute taxes for customer purchases.

7 input
Action

Create Tax ID

STRIPE_CREATE_TAX_ID

Creates a new tax ID for an account or customer.

3 input
Action

Create tax rate

STRIPE_CREATE_TAX_RATE

Tool to create a new tax rate in Stripe.

10 input
Action

Create Tax Registration

STRIPE_CREATE_TAX_REGISTRATION

Creates a new Tax Registration object to enable tax collection in specified jurisdictions.

4 input
Action

Create Tax Transaction from Calculation

STRIPE_CREATE_TAX_TRANSACTION_FROM_CALCULATION

Tool to create a Tax Transaction from a calculation before 90-day expiration.

4 input
Action

Create Terminal Configuration

STRIPE_CREATE_TERMINAL_CONFIGURATION

Creates a new Configuration object for Stripe payment terminals with customizable settings.

10 input
Action

Create Terminal Connection Token

STRIPE_CREATE_TERMINAL_CONNECTION_TOKEN

Creates a short-lived connection token for Stripe Terminal SDK to connect to readers.

1 input
Action

Create Terminal Location

STRIPE_CREATE_TERMINAL_LOCATION

Creates a new Terminal Location for managing Stripe Terminal readers.

5 input
Action

Create Terminal Onboarding Link

STRIPE_CREATE_TERMINAL_ONBOARDING_LINK

Creates an onboarding link for Tap to Pay on iPhone.

4 input
Action

Create Terminal Reader

STRIPE_CREATE_TERMINAL_READER

Creates and registers a new Terminal Reader to a Stripe account at a specified location.

4 input
Action

Create Test Clock

STRIPE_CREATE_TEST_CLOCK

Tool to create a test clock for testing time-based scenarios in Stripe.

2 input
Action

Create Test Confirmation Token (Test Mode Only)

STRIPE_CREATE_TEST_CONFIRMATION_TOKEN

Creates a test mode Confirmation Token for server-side payment integration testing.

6 input
Action

Create usage record

STRIPE_CREATE_USAGE_RECORD

Creates a usage record for a specified subscription item and timestamp.

4 input
Action

Deactivate billing alert

STRIPE_DEACTIVATE_BILLING_ALERT

Tool to deactivate a billing alert, preventing it from triggering.

1 input
Action

Deactivate Billing Meter

STRIPE_DEACTIVATE_BILLING_METER

Deactivates a billing meter.

1 input
Action

Delete Apple Pay Domain

STRIPE_DELETE_APPLE_PAY_DOMAIN

Tool to delete an Apple Pay domain from a Stripe account.

1 input
Action

Delete apps secret

STRIPE_DELETE_APPS_SECRET

Tool to delete a secret from the Stripe Secret Store by name and scope.

3 input
Action

Delete coupon

STRIPE_DELETE_COUPON

Tool to delete a coupon from Stripe.

1 input
Action

Delete customer

STRIPE_DELETE_CUSTOMERS_CUSTOMER

Permanently deletes a customer and cancels active subscriptions.

1 input
Action

Delete customer (Deprecated)

STRIPE_DELETE_CUSTOMER

DEPRECATED: Use STRIPEDELETECUSTOMERSCUSTOMER instead.

1 input
Action

Delete customer bank account

STRIPE_DELETE_CUSTOMER_BANK_ACCOUNT

Deletes a bank account payment source from a customer.

2 input
Action

Delete customer discount

STRIPE_DELETE_CUSTOMER_DISCOUNT

Removes the currently applied discount on a customer.

1 input
Action

Delete customer subscription discount

STRIPE_DELETE_CUSTOMER_SUBSCRIPTION_DISCOUNT

Removes currently applied discount from a customer's subscription.

2 input
Action

Delete customer tax ID

STRIPE_DELETE_CUSTOMER_TAX_ID

Deletes a customer's tax ID object.

2 input
Action

Delete draft invoice

STRIPE_DELETE_INVOICE

Permanently deletes a draft invoice.

1 input
Action

Delete ephemeral key

STRIPE_DELETE_EPHEMERAL_KEY

Immediately invalidate an ephemeral key.

1 input
Action

Delete invoice item

STRIPE_DELETE_INVOICEITEM

Tool to delete an invoice item from Stripe.

1 input
Action

Delete plan

STRIPE_DELETE_PLAN

Tool to delete a plan from Stripe.

1 input
Action

Delete product

STRIPE_DELETE_PRODUCT

Delete a product.

1 input
Action

Delete product feature

STRIPE_DELETE_PRODUCT_FEATURE

Removes a feature from a product.

2 input
Action

Delete subscription discount

STRIPE_DELETE_SUBSCRIPTION_DISCOUNT

Removes the currently applied discount on a subscription.

1 input
Action

Delete subscription item

STRIPE_DELETE_SUBSCRIPTION_ITEM

Deletes a subscription item without canceling the subscription.

4 input
Action

Delete tax ID

STRIPE_DELETE_TAX_ID

Deletes an existing tax ID object.

1 input
Action

Delete Terminal Configuration

STRIPE_DELETE_TERMINAL_CONFIGURATION

Permanently deletes a Terminal Configuration object from your Stripe account.

1 input
Action

Delete Terminal Location

STRIPE_DELETE_TERMINAL_LOCATION

Tool to permanently delete a Terminal Location object from your Stripe account.

1 input
Action

Delete Terminal Reader

STRIPE_DELETE_TERMINAL_READER

Permanently deletes a Terminal Reader object from your Stripe account.

1 input
Action

Delete test clock

STRIPE_DELETE_TEST_CLOCK

Permanently deletes a test clock from Stripe's test environment.

1 input
Action

Detach payment from invoice

STRIPE_DETACH_PAYMENT_FROM_INVOICE

Tool to detach a payment from an invoice.

3 input
Action

Detach payment method

STRIPE_DETACH_PAYMENT_METHOD

Detaches a PaymentMethod object from a Customer account.

1 input
Action

Download Quote PDF

STRIPE_DOWNLOAD_QUOTE_PDF

Tool to download the PDF for a finalized quote from Stripe.

1 input
Action

Expire billing credit grant

STRIPE_EXPIRE_BILLING_CREDIT_GRANT

Expires a billing credit grant immediately.

1 input
Action

Expire Checkout Session

STRIPE_EXPIRE_CHECKOUT_SESSION

Tool to expire an active Stripe Checkout Session.

1 input
Action

Finalize an invoice

STRIPE_FINALIZE_INVOICE

Finalize a draft invoice so it becomes open/collectable (and immutable where required).

3 input
Action

Finalize quote

STRIPE_FINALIZE_QUOTE

Tool to finalize a quote in Stripe.

3 input
Action

Find a secret by name and scope

STRIPE_FIND_APPS_SECRET

Tool to find a secret by name and scope in the Stripe Apps secret store.

2 input
Action

Find tax association

STRIPE_FIND_TAX_ASSOCIATION

Tool to find a tax association by PaymentIntent ID.

1 input
Action

Fund Test Mode Cash Balance

STRIPE_FUND_TEST_CASH_BALANCE

Tool to fund a test mode cash balance for a customer.

4 input
Action

Get balance settings overview

STRIPE_GET_BALANCE_SETTINGS

Tool to retrieve balance settings for a Stripe account.

1 input
Action

Get Billing Credit Balance Summary

STRIPE_GET_BILLING_CREDIT_BALANCE_SUMMARY

Retrieves the credit balance summary for a customer in Stripe Billing.

3 input
Action

Get billing portal configuration

STRIPE_GET_BILLING_PORTAL_CONFIGURATIONS_CONFIGURATION

Tool to retrieve a billing portal configuration from Stripe.

1 input
Action

Get Charge Refund Details

STRIPE_GET_CHARGES_CHARGE_REFUNDS_REFUND

Tool to retrieve the details of an existing refund within a specific charge.

3 input
Action

Get Checkout Session Line Items

STRIPE_GET_CHECKOUT_SESSIONS_SESSION_LINE_ITEMS

Tool to retrieve line items for a Checkout Session.

4 input
Action

Get Credit Note Lines

STRIPE_GET_CREDIT_NOTES_CREDIT_NOTE_LINES

Retrieves the paginated list of line items for a specific credit note.

4 input
Action

Get Credit Note Preview Lines

STRIPE_GET_CREDIT_NOTES_PREVIEW_LINES

Tool to retrieve a credit note preview's line items from Stripe.

16 input
Action

Get customer cash balance

STRIPE_GET_CUSTOMERS_CUSTOMER_CASH_BALANCE

Tool to retrieve a customer's cash balance.

2 input
Action

Get customer discount

STRIPE_GET_CUSTOMERS_CUSTOMER_DISCOUNT

Tool to retrieve the discount currently active on a customer.

1 input
Action

Get customer subscription discount

STRIPE_GET_CUSTOMERS_CUSTOMER_SUBS_SUB_EXPOSED_ID_DISCOUNT

Tool to retrieve the discount currently applied to a customer's subscription.

3 input
Action

Get Invoice Line Items

STRIPE_GET_INVOICES_INVOICE_LINES

Tool to retrieve a paginated list of line items for a specific invoice.

4 input
Action

Get payment intent amount details line items

STRIPE_GET_PAYMENT_INTENT_AMOUNT_DETAILS_LINE_ITEMS

Tool to retrieve paginated line items for a PaymentIntent.

4 input
Action

Get payment link line items

STRIPE_GET_PAYMENT_LINKS_PAYMENT_LINK_LINE_ITEMS

Tool to retrieve paginated line items for a payment link.

4 input
Action

Get Quote Computed Upfront Line Items

STRIPE_GET_QUOTES_QUOTE_COMPUTED_UPFRONT_LINE_ITEMS

Tool to retrieve computed upfront line items for a quote.

4 input
Action

Get quote details

STRIPE_GET_QUOTES_QUOTE

Tool to retrieve a quote by ID.

2 input
Action

Get Quote Line Items

STRIPE_GET_QUOTES_QUOTE_LINE_ITEMS

Tool to retrieve a paginated list of line items for a quote.

4 input
Action

Get Radar Early Fraud Warnings

STRIPE_LIST_RADAR_EARLY_FRAUD_WARNINGS

Tool to list all early fraud warnings from Stripe Radar.

6 input
Action

Get Radar Value List

STRIPE_GET_RADAR_VALUE_LIST

Retrieves a specific Stripe Radar value list by its identifier.

1 input
Action

Get Radar value lists overview

STRIPE_GET_V1_RADAR_VALUE_LISTS_OVERVIEW_RADAR_VALUE_LISTS

Tool to retrieve an overview of Radar value lists.

6 input
Action

Get reporting report types overview

STRIPE_GET_V1_REPORTING_REPORT_TYPES_OVERVIEW_REPORTING

Tool to list all available Stripe report types.

Action

Get Shipping Rates Overview

STRIPE_GET_V1_SHIPPING_RATES_OVERVIEW2

Tool to retrieve an overview of shipping rates from Stripe.

5 input
Action

Get Tax Calculation Line Items

STRIPE_GET_TAX_CALCULATIONS_CALCULATION_LINE_ITEMS

Retrieves line items of a tax calculation as a paginated collection.

4 input
Action

Get tax codes

STRIPE_GET_V1_TAX_CODES_TAX_CODE2

Tool to retrieve all tax codes available to add to Products for specific tax calculations.

3 input
Action

Get tax rates

STRIPE_GET_V1_TAX_RATES_TAX_RATE2

Tool to retrieve all tax rates with pagination support.

6 input
Action

Get Tax Settings

STRIPE_GET_TAX_SETTINGS

Retrieves Tax Settings for a merchant.

1 input
Action

Get tax transaction line items

STRIPE_GET_TAX_TRANSACTIONS_TRANSACTION_LINE_ITEMS

Retrieves the line items of a committed standalone tax transaction.

5 input
Action

List Account Capabilities

STRIPE_GET_ACCOUNT_CAPABILITIES

Retrieves a list of all capabilities for a connected Stripe account.

1 input
Action

List active entitlements

STRIPE_GET_ENTITLEMENTS_ACTIVE_ENTITLEMENTS

Tool to retrieve active entitlements for a customer.

4 input
Action

List all cards

STRIPE_GET_CUSTOMERS_CUSTOMER_CARDS

Tool to list all cards for a customer.

4 input
Action

List all persons for an account

STRIPE_GET_ACCOUNT_PERSONS

Retrieves a list of people associated with the account's legal entity.

10 input
Action

List Apple Pay domains

STRIPE_LIST_APPLE_PAY_DOMAINS

Retrieves a list of Apple Pay domains registered with Stripe.

3 input
Action

List Application Fees

STRIPE_LIST_APPLICATION_FEES

Returns a list of application fees you've previously collected, sorted by creation date descending (newest first).

5 input
Action

List apps secrets

STRIPE_LIST_APPS_SECRETS

Tool to list all secrets stored on the given scope.

5 input
Action

List Balance Transactions

STRIPE_LIST_BALANCE_TRANSACTIONS

Lists Stripe balance transactions sorted by creation date descending (newest first), with optional filtering by currency, type, source, or payout and…

8 input
Action

List Balance Transactions (Deprecated)

STRIPE_GET_BALANCE_HISTORY

DEPRECATED: Use STRIPELISTBALANCETRANSACTIONS instead.

8 input
Action

List billing alerts

STRIPE_LIST_BILLING_ALERTS

Tool to retrieve a paginated list of billing alerts.

5 input
Action

List billing credit grants

STRIPE_GET_BILLING_CREDIT_GRANTS

Tool to retrieve a paginated list of billing credit grants.

5 input
Action

List billing meters

STRIPE_GET_BILLING_METERS

Tool to retrieve a list of billing meters from Stripe.

4 input
Action

List cash balance transactions

STRIPE_GET_CUSTOMERS_CUSTOMER_CASH_BALANCE_TRANSACTIONS

Tool to retrieve a list of cash balance transactions for a customer.

4 input
Action

List Charges

STRIPE_LIST_CHARGES

Retrieves a list of Stripe charges with filtering and pagination; use valid cursor IDs from previous responses for pagination, and note that charges are…

7 input
Action

List Checkout Sessions

STRIPE_LIST_CHECKOUT_SESSIONS

Tool to retrieve a list of Stripe Checkout Sessions with pagination support.

11 input
Action

List Climate Orders

STRIPE_LIST_CLIMATE_ORDERS

Tool to list all Climate order objects.

3 input
Action

List climate products

STRIPE_LIST_CLIMATE_PRODUCTS

Tool to retrieve a list of available Stripe Climate products.

3 input
Action

List climate suppliers

STRIPE_LIST_CLIMATE_SUPPLIERS

Tool to retrieve a list of available Stripe Climate supplier objects for carbon removal.

3 input
Action

List country specs

STRIPE_LIST_COUNTRY_SPECS

Retrieves a list of country specifications available in the Stripe API.

3 input
Action

List credit balance transactions

STRIPE_LIST_BILLING_CREDIT_BALANCE_TRANSACTIONS

Tool to retrieve a paginated list of credit balance transactions with optional filtering.

6 input
Action

List Credit Notes

STRIPE_LIST_CREDIT_NOTES

Lists Stripe credit notes with optional filtering by customer, invoice, or customer account, and pagination support.

7 input
Action

List customer balance transactions

STRIPE_GET_CUSTOMERS_CUSTOMER_BALANCE_TRANSACTIONS

Tool to list customer balance transactions that updated a customer's balance.

6 input
Action

List customer bank accounts

STRIPE_GET_CUSTOMERS_CUSTOMER_BANK_ACCOUNTS

Tool to fetch all bank accounts linked to a customer.

4 input
Action

List customer payment methods

STRIPE_GET_CUSTOMERS_CUSTOMER_PAYMENT_METHODS

Retrieves a list of payment methods for a given customer, supporting type filtering and pagination.

6 input
Action

List customer sources

STRIPE_GET_CUSTOMERS_CUSTOMER_SOURCES

Tool to list sources for a specified customer.

4 input
Action

List customer subscriptions

STRIPE_GET_CUSTOMERS_CUSTOMER_SUBSCRIPTIONS

DEPRECATED: Use STRIPELISTSUBSCRIPTIONS instead.

5 input
Action

List customer subscriptions

STRIPE_LIST_CUSTOMER_SUBSCRIPTIONS

Tool to list all active subscriptions for a customer in Stripe.

5 input
Action

List customer tax IDs

STRIPE_GET_CUSTOMERS_CUSTOMER_TAX_IDS

Tool to retrieve all tax IDs for a specific Stripe customer.

4 input
Action

List customers

STRIPE_LIST_CUSTOMERS

Retrieves a list of Stripe customers, with options to filter by email, creation date, or test clock, and support for pagination.

6 input
Action

List Disputes

STRIPE_LIST_DISPUTES

Tool to list all disputes from a Stripe account.

6 input
Action

List entitlements features

STRIPE_LIST_ENTITLEMENTS_FEATURES

Retrieves a paginated list of entitlements features from Stripe.

5 input
Action

List events

STRIPE_GET_EVENTS

Retrieves a list of Stripe events from the past 30 days with filtering and pagination.

7 input
Action

List file links

STRIPE_LIST_FILE_LINKS

Tool to retrieve a list of Stripe file links.

6 input
Action

List files

STRIPE_LIST_FILES

Tool to retrieve a list of files that your account has access to.

5 input
Action

List Financial Connections Accounts

STRIPE_LIST_FINANCIAL_CONNECTIONS_ACCOUNTS

Tool to list Financial Connections Account objects representing external financial accounts.

5 input
Action

List forwarding requests

STRIPE_LIST_FORWARDING_REQUESTS

Lists ForwardingRequest objects from Stripe's Vault and Forward API.

4 input
Action

List FX quotes

STRIPE_LIST_FX_QUOTES

Retrieves a list of FX quotes that have been issued, with the most recent appearing first.

3 input
Action

List Invoice Items

STRIPE_LIST_INVOICEITEMS

Retrieves a paginated list of Stripe invoice items.

8 input
Action

List Invoice Payments

STRIPE_GET_V1_INVOICE_PAYMENTS_OVERVIEW2

Tool to list invoice payments in Stripe with pagination and filtering options.

5 input
Action

List Invoice Payments

STRIPE_LIST_INVOICE_PAYMENTS

Tool to list all payments for invoices in Stripe.

6 input
Action

List Invoice Rendering Templates

STRIPE_LIST_INVOICE_RENDERING_TEMPLATES

Tool to list all invoice rendering templates ordered by creation date.

3 input
Action

List Invoices

STRIPE_LIST_INVOICES

Retrieves a list of Stripe invoices, filterable by various criteria and paginatable using invoice ID cursors obtained from previous responses.

8 input
Action

List meter event summaries

STRIPE_LIST_METER_EVENT_SUMMARIES

Tool to retrieve billing meter event summaries for a customer within a time range.

8 input
Action

List open reviews

STRIPE_LIST_REVIEWS

Retrieves a list of open Stripe reviews with pagination support.

4 input
Action

List Payment Attempt Records

STRIPE_LIST_PAYMENT_ATTEMPT_RECORDS

Tool to list payment attempt records for a specified payment record.

4 input
Action

List payment intents

STRIPE_LIST_PAYMENT_INTENTS

Tool to list PaymentIntents from Stripe.

6 input
Action

List payment links

STRIPE_LIST_PAYMENT_LINKS

Retrieves a list of payment links from Stripe, sorted by creation date in descending order by default.

4 input
Action

List payment method configurations

STRIPE_GET_V1_PAYMENT_METHOD_CONFIGS_LIST_PAYMENT_METHOD2

Tool to list all payment method configurations in a Stripe account.

4 input
Action

List payment method domains

STRIPE_GET_V1_PAYMENT_METHOD_DOMAINS

Tool to retrieve list of payment method domains registered with Stripe account.

5 input
Action

List payment methods

STRIPE_GET_V1_PAYMENT_METHODS_PAYMENT_METHODS2

Tool to retrieve a list of PaymentMethods with filtering and pagination support.

7 input
Action

List Payouts

STRIPE_LIST_PAYOUTS

Lists Stripe payouts sent to external accounts or received from Stripe, sorted by creation date descending (newest first), with optional filtering by arrival…

7 input
Action

List plans

STRIPE_LIST_PLANS

Tool to list all billing plans from Stripe account.

6 input
Action

List portal configurations

STRIPE_GET_BILLING_PORTAL_CONFIGURATIONS

Tool to list billing portal configurations.

5 input
Action

List prices

STRIPE_LIST_PRICES

Tool to list Stripe prices.

11 input
Action

List product features

STRIPE_LIST_PRODUCTS_PRODUCT_FEATURES

Retrieves a list of features attached to a product.

4 input
Action

List products

STRIPE_LIST_PRODUCTS

Retrieves a list of Stripe products, with optional filtering and pagination; startingafter/endingbefore cursors must be valid product IDs from a previous…

8 input
Action

List Quotes

STRIPE_LIST_QUOTES

Retrieves a list of Stripe quotes with pagination support.

7 input
Action

List Radar Early Fraud Warnings

STRIPE_GET_V1_RADAR_EARLY_FRAUD_WARNINGS_OVERVIEW

Returns a list of early fraud warnings.

6 input
Action

List Radar Reviews

STRIPE_LIST_RADAR_REVIEWS

Returns a list of Radar Review objects that have open set to true, sorted in descending order by creation date.

4 input
Action

List Radar value list items

STRIPE_GET_RADAR_VALUE_LIST_ITEMS

Tool to list all value list items from a Stripe Radar value list.

6 input
Action

List Refunds

STRIPE_LIST_REFUNDS

Lists Stripe refunds, sorted by creation date descending (newest first), with optional filtering by charge or paymentintent and pagination support.

5 input
Action

List Report Runs

STRIPE_LIST_REPORTING_REPORT_RUNS

Lists Stripe Report Runs, sorted by creation date descending (newest first).

4 input
Action

List setup attempts

STRIPE_GET_SETUP_ATTEMPTS

Tool to list SetupAttempts associated with a SetupIntent.

5 input
Action

List setup intents

STRIPE_LIST_SETUP_INTENTS

Tool to list SetupIntents from Stripe.

7 input
Action

List SetupAttempts

STRIPE_LIST_SETUP_ATTEMPTS

Tool to list SetupAttempts associated with a SetupIntent.

5 input
Action

List Sigma scheduled query runs

STRIPE_LIST_SIGMA_SCHEDULED_QUERY_RUNS

Tool to list all Sigma scheduled query runs.

4 input
Action

List Stripe coupons

STRIPE_LIST_COUPONS

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

3 input
Action

List Stripe promotion codes

STRIPE_GET_PROMOTION_CODES

Retrieves a list of promotion codes from a Stripe account with optional filters for active status, code value, coupon association, and customer restrictions.

9 input
Action

List Stripe promotion codes

STRIPE_LIST_PROMOTION_CODES

Tool to retrieve a list of promotion codes from Stripe.

9 input
Action

List subscription item period summaries

STRIPE_LIST_ALL_SUBSCRIPTION_ITEM_PERIOD_SUMMARIES

Tool to list all subscription item period summaries.

4 input
Action

List subscription items

STRIPE_LIST_SUBSCRIPTION_ITEMS

List all subscription items for a given subscription.

4 input
Action

List subscription schedules

STRIPE_GET_V1_SUBSCRIPTION_SCHEDULES_OVERVIEW2

Retrieves a list of subscription schedules with optional filtering and pagination capabilities.

10 input
Action

List subscriptions

STRIPE_LIST_SUBSCRIPTIONS

Retrieves a list of Stripe subscriptions, optionally filtered by various criteria such as customer, price, status, collection method, and date ranges, with…

12 input
Action

List tax codes

STRIPE_LIST_TAX_CODES

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

3 input
Action

List tax IDs

STRIPE_GET_V1_TAX_IDS_OVERVIEW2

Tool to retrieve a list of tax IDs with pagination support.

7 input
Action

List tax rates

STRIPE_LIST_TAX_RATES

Retrieves a list of tax rates, which are returned sorted by creation date in descending order.

6 input
Action

List tax registrations

STRIPE_LIST_TAX_REGISTRATIONS

Retrieves a paginated list of tax registrations.

4 input
Action

List terminal configurations

STRIPE_LIST_TERMINAL_CONFIGURATIONS

Tool to retrieve a list of Terminal Configuration objects from Stripe.

4 input
Action

List terminal locations

STRIPE_LIST_TERMINAL_LOCATIONS

Retrieves a list of Stripe terminal locations with pagination support.

3 input
Action

List terminal readers

STRIPE_LIST_TERMINAL_READERS

Tool to list all Stripe Terminal Readers with optional filtering.

7 input
Action

List test clocks

STRIPE_LIST_TEST_CLOCKS

Retrieves a paginated list of test clocks.

3 input
Action

List Top-ups

STRIPE_LIST_TOPUPS

Tool to retrieve a list of existing top-ups from Stripe.

6 input
Action

List transfers

STRIPE_LIST_TRANSFERS

List all transfers sent to connected accounts.

6 input
Action

List V2 Core Event Destinations

STRIPE_LIST_V2_CORE_EVENT_DESTINATIONS

Retrieves a list of event destinations from Stripe V2 Core Events API.

3 input
Action

List v2 core events

STRIPE_LIST_V2_CORE_EVENTS

Tool to list v2 core events from Stripe.

5 input
Action

Mark invoice as uncollectible

STRIPE_MARK_INVOICE_UNCOLLECTIBLE

Tool to mark a Stripe invoice as uncollectible for bad debt accounting purposes.

1 input
Action

Migrate subscription to flexible billing

STRIPE_MIGRATE_SUBSCRIPTION

Migrate a subscription from classic to flexible billing mode.

2 input
Action

Pay an invoice

STRIPE_PAY_INVOICE

Tool to pay an invoice manually outside the normal collection schedule.

7 input
Action

Present payment method on reader

STRIPE_PRESENT_PAYMENT_METHOD

Tool to present a payment method on a simulated terminal reader for testing purposes.

6 input
Action

Preview Credit Note

STRIPE_GET_CREDIT_NOTES_PREVIEW

Tool to preview a credit note without creating it in Stripe.

13 input
Action

Process payment on terminal reader

STRIPE_POST_TERMINAL_READERS_READER_PROCESS_PAYMENT_INTENT

Initiates a payment flow on a Stripe Terminal Reader to process a PaymentIntent.

3 input
Action

Process setup intent on terminal reader

STRIPE_PROCESS_SETUP_INTENT

Initiates a SetupIntent flow on a Stripe Terminal Reader to save payment details.

5 input
Action

Reactivate Billing Meter

STRIPE_REACTIVATE_BILLING_METER

Reactivates a deactivated billing meter.

1 input
Action

Release subscription schedule

STRIPE_POST_V1_SUBSCRIPTION_SCHEDULES_RELEASE_OVERVIEW

Tool to release a subscription schedule.

2 input
Action

Remove lines from invoice

STRIPE_POST_V1_INVOICES_REMOVE_LINES_OVERVIEW

Tool to remove multiple line items from a draft Stripe invoice.

3 input
Action

Report Payment Attempt

STRIPE_POST_V1_PAYMENT_RECORDS_REPORT_ATTEMPT

Tool to report a payment attempt on a Stripe Payment Record.

4 input
Action

Report Payment Attempt Canceled

STRIPE_POST_V1_PAYMENT_RECORDS_REPORT_CANCELED

Tool to report that the most recent payment attempt was canceled.

2 input
Action

Report Payment Attempt Failed

STRIPE_REPORT_PAYMENT_ATTEMPT_FAILED

Reports that a recent payment attempt on a Payment Record has failed.

2 input
Action

Report payment attempt guaranteed overview

STRIPE_POST_V1_PAYMENT_RECORDS_REPORT_GUARANTEED

Reports that a payment attempt was guaranteed for a specific Payment Record.

2 input
Action

Report payment attempt information

STRIPE_POST_V1_PAYMENT_RECORDS_REPORT_INFO

Tool to report additional payment attempt information for a payment record.

2 input
Action

Report Payment Record

STRIPE_POST_PAYMENT_RECORDS_REPORT_PAYMENT

Tool to report a payment record in terminal state or for initialization.

12 input
Action

Report Payment Record Refund

STRIPE_POST_V1_PAYMENT_RECORDS_REPORT_REFUND_OVERVIEW

Reports that the most recent payment attempt on a Payment Record was refunded.

7 input
Action

Resume subscription

STRIPE_RESUME_SUBSCRIPTION

Resumes a paused Stripe subscription with billing cycle and proration options.

4 input
Action

Retrieve a credit note

STRIPE_GET_CREDIT_NOTES_ID

Retrieves a credit note by its unique identifier.

2 input
Action

Retrieve a customer tax ID

STRIPE_GET_CUSTOMERS_CUSTOMER_TAX_IDS_ID

Tool to retrieve a specific tax ID for a customer.

2 input
Action

Retrieve a payout

STRIPE_GET_PAYOUT

Tool to retrieve details of an existing Stripe payout.

1 input
Action

Retrieve a price

STRIPE_GET_PRICES_PRICE

Retrieves detailed information for a specific Stripe price using its unique ID.

1 input
Action

Retrieve a product

STRIPE_GET_PRODUCTS_ID

Retrieves detailed information for an existing Stripe product using its unique product ID.

2 input
Action

Retrieve a refund

STRIPE_GET_REFUNDS_REFUND

Tool to retrieve details of a specific Stripe refund by ID.

1 input
Action

Retrieve a Report Run

STRIPE_GET_REPORTING_REPORT_RUNS_REPORT_RUN

Retrieves details of an existing Report Run object.

1 input
Action

Retrieve a report type

STRIPE_GET_REPORTING_REPORT_TYPE

Tool to retrieve details of a specific Stripe report type by ID.

1 input
Action

Retrieve a tax rate

STRIPE_GET_TAX_RATE

Tool to retrieve the details of an existing tax rate.

1 input
Action

Retrieve Account

STRIPE_GET_ACCOUNTS_ACCOUNT

Retrieves the details of a Stripe account.

2 input
Action

Retrieve Account

STRIPE_GET_ACCOUNT

Retrieves detailed information for the authenticated Stripe account.

1 input
Action

Retrieve Account Capability

STRIPE_GET_ACCOUNT_CAPABILITY

Retrieves information about a specific capability for a Stripe account.

3 input
Action

Retrieve active entitlement

STRIPE_GET_ACTIVE_ENTITLEMENT

Tool to retrieve an active entitlement describing customer access to a feature.

2 input
Action

Retrieve an invoice payment

STRIPE_GET_INVOICE_PAYMENTS_ID

Tool to retrieve details of a specific Stripe invoice payment by ID.

1 input
Action

Retrieve Apple Pay Domain

STRIPE_GET_APPLE_PAY_DOMAIN

Retrieves details about a previously registered Apple Pay domain.

1 input
Action

Retrieve Balance

STRIPE_RETRIEVE_BALANCE

Retrieves the complete current balance details for the connected Stripe account.

Action

Retrieve Balance Transaction

STRIPE_GET_BALANCE_TRANSACTION

Retrieves the balance transaction with the given ID.

2 input
Action

Retrieve Billing Alert

STRIPE_GET_BILLING_ALERT

Retrieves a billing alert by its unique identifier.

1 input
Action

Retrieve billing credit grant

STRIPE_GET_BILLING_CREDIT_GRANTS_ID

Retrieves a billing credit grant by its unique identifier.

1 input
Action

Retrieve Billing Meter

STRIPE_GET_BILLING_METERS_ID

Retrieves a billing meter by its unique identifier.

1 input
Action

Retrieve Charge Details

STRIPE_RETRIEVE_CHARGE

Retrieves full details for an existing Stripe charge using its unique ID.

1 input
Action

Retrieve Charge Dispute

STRIPE_GET_CHARGES_CHARGE_DISPUTE

Tool to retrieve a dispute for a specified charge.

1 input
Action

Retrieve Checkout Session

STRIPE_RETRIEVE_CHECKOUT_SESSION

Tool to retrieve a Checkout Session object from Stripe.

2 input
Action

Retrieve climate product

STRIPE_GET_CLIMATE_PRODUCTS_PRODUCT

Tool to retrieve details of a specific Stripe Climate product.

1 input
Action

Retrieve climate supplier details

STRIPE_GET_CLIMATE_SUPPLIERS_SUPPLIER

Retrieves detailed information about a specific Stripe Climate carbon removal supplier.

1 input
Action

Retrieve Confirmation Token

STRIPE_GET_CONFIRMATION_TOKENS_CONFIRMATION_TOKEN

Tool to retrieve an existing ConfirmationToken object by its ID.

2 input
Action

Retrieve Country Spec

STRIPE_GET_COUNTRY_SPECS_COUNTRY

Retrieves configuration details for a specific country, including supported payment methods, required verification fields, and supported currencies.

1 input
Action

Retrieve Coupon Details

STRIPE_GET_COUPON

Retrieves full details for an existing Stripe coupon using its unique ID.

1 input
Action

Retrieve credit balance transaction

STRIPE_GET_BILLING_CREDIT_BALANCE_TRANSACTIONS_ID

Retrieves a credit balance transaction by its unique identifier.

1 input
Action

Retrieve customer

STRIPE_RETRIEVE_CUSTOMER

Retrieves detailed information for an existing Stripe customer using their unique customer ID.

1 input
Action

Retrieve Customer Balance Transaction

STRIPE_GET_CUSTOMERS_CUSTOMER_BALANCE_TXNS_TXN

Retrieves a specific customer balance transaction that updated the customer's balances.

2 input
Action

Retrieve customer bank account

STRIPE_GET_CUSTOMERS_CUSTOMER_BANK_ACCOUNTS_ID

Retrieves details about a specific bank account stored on a Stripe customer.

3 input
Action

Retrieve customer card

STRIPE_GET_CUSTOMERS_CUSTOMER_CARDS_ID

Retrieves details about a specific card for a customer.

2 input
Action

Retrieve customer cash balance transaction

STRIPE_GET_CUSTOMERS_CASH_BALANCE_TRANSACTIONS

Tool to retrieve a specific cash balance transaction that updated a customer's cash balance.

3 input
Action

Retrieve customer source

STRIPE_GET_CUSTOMERS_CUSTOMER_SOURCES_ID

Tool to retrieve a specified payment source for a given customer.

3 input
Action

Retrieve customer subscription

STRIPE_GET_CUSTOMERS_CUSTOMER_SUBS_SUB_EXPOSED_ID

Tool to retrieve a specific subscription for a customer.

2 input
Action

Retrieve customer's payment method

STRIPE_GET_CUSTOMERS_CUSTOMER_PAYMENT_METHODS_PAYMENT_METHOD

Tool to retrieve a specific PaymentMethod object for a given Customer.

3 input
Action

Retrieve Dispute Details

STRIPE_GET_V1_DISPUTES_DISPUTES

Retrieves detailed information for an existing Stripe dispute by ID.

2 input
Action

Retrieve entitlements feature

STRIPE_GET_ENTITLEMENTS_FEATURES_ID

Tool to retrieve a feature by ID from Stripe.

1 input
Action

Retrieve event

STRIPE_GET_EVENTS_ID

Retrieves event details for events created within the last 30 days.

1 input
Action

Retrieve File

STRIPE_GET_FILES_FILE

Tool to retrieve details of an existing file object by its unique identifier.

1 input
Action

Retrieve file link

STRIPE_GET_FILE_LINKS_LINK

Retrieves the details of an existing file link.

2 input
Action

Retrieve Financial Connections Session

STRIPE_GET_FINANCIAL_CONNECTIONS_SESSIONS_SESSION

Retrieves the details of a Financial Connections Session.

1 input
Action

Retrieve FX Quote

STRIPE_GET_FX_QUOTE

Retrieve a specific FX (foreign exchange) Quote by its ID.

2 input
Action

Retrieve Invoice

STRIPE_GET_INVOICES_INVOICE

Tool to retrieve a specific invoice by ID.

2 input
Action

Retrieve Invoice Item

STRIPE_GET_INVOICEITEMS_INVOICEITEM

Tool to retrieve the details of an invoice item using its unique identifier.

2 input
Action

Retrieve mandate

STRIPE_GET_MANDATE

Tool to retrieve a Stripe mandate by ID.

2 input
Action

Retrieve Payment Attempt Record

STRIPE_GET_PAYMENT_ATTEMPT_RECORDS_ID

Tool to retrieve a specific Payment Attempt Record by ID.

2 input
Action

Retrieve payment intent

STRIPE_RETRIEVE_PAYMENT_INTENT

Retrieves a PaymentIntent by its ID; clientsecret is required if a publishable API key is used.

2 input
Action

Retrieve payment link

STRIPE_GET_PAYMENT_LINK

Tool to retrieve details of an existing Stripe payment link by ID.

2 input
Action

Retrieve payment method

STRIPE_GET_PAYMENT_METHOD

Retrieves the details of a PaymentMethod object by its unique identifier.

2 input
Action

Retrieve payment method configuration

STRIPE_GET_PAYMENT_METHOD_CONFIGURATION

Tool to retrieve a specific payment method configuration by its unique identifier.

1 input
Action

Retrieve Payment Method Domain

STRIPE_GET_PAYMENT_METHOD_DOMAIN

Retrieves details of an existing payment method domain.

1 input
Action

Retrieve Payment Record

STRIPE_GET_PAYMENT_RECORD

Tool to retrieve a Payment Record from Stripe.

2 input
Action

Retrieve Person from Account

STRIPE_GET_ACCOUNT_PERSON

Retrieves an existing person associated with a Stripe account.

2 input
Action

Retrieve plan

STRIPE_GET_PLAN

Tool to retrieve a specific Stripe plan by its unique identifier.

1 input
Action

Retrieve product feature

STRIPE_GET_PRODUCTS_PRODUCT_FEATURES_ID

Retrieves a specific product feature by its ID.

2 input
Action

Retrieve Promotion Code

STRIPE_RETRIEVE_PROMOTION_CODE

Tool to retrieve a Stripe promotion code by its ID.

1 input
Action

Retrieve setup intent

STRIPE_GET_SETUP_INTENT

Retrieves details of a SetupIntent by its ID; clientsecret is required if a publishable API key is used.

2 input
Action

Retrieve Shipping Rate

STRIPE_GET_SHIPPING_RATE

Tool to retrieve details of a specific Stripe shipping rate by its unique ID.

1 input
Action

Retrieve source

STRIPE_GET_SOURCES_SOURCE

Retrieves an existing source object.

2 input
Action

Retrieve subscription

STRIPE_GET_SUBSCRIPTION

Retrieves detailed information for an existing Stripe subscription using its unique ID.

1 input
Action

Retrieve subscription item

STRIPE_GET_SUBSCRIPTION_ITEM

Retrieves detailed information for a specific subscription item using its unique ID.

1 input
Action

Retrieve subscription schedule

STRIPE_GET_SUBSCRIPTION_SCHEDULES_SCHEDULE

Retrieve a subscription schedule using its unique identifier.

2 input
Action

Retrieve Tax Calculation

STRIPE_GET_TAX_CALCULATION

Retrieves a Tax Calculation object by its unique ID.

1 input
Action

Retrieve tax code

STRIPE_GET_TAX_CODE

Retrieves the details of an existing tax code.

1 input
Action

Retrieve tax ID

STRIPE_GET_TAX_ID

Retrieves an account or customer tax ID object.

1 input
Action

Retrieve tax registration

STRIPE_GET_TAX_REGISTRATION

Tool to retrieve a specific tax registration configured for your Stripe account.

1 input
Action

Retrieve Tax Transaction

STRIPE_GET_TAX_TRANSACTION

Retrieves a Tax Transaction object by ID.

1 input
Action

Retrieve terminal configuration

STRIPE_GET_TERMINAL_CONFIGURATION

Tool to retrieve a specific Terminal Configuration object from Stripe.

1 input
Action

Retrieve Terminal Location

STRIPE_GET_TERMINAL_LOCATION

Tool to retrieve a Terminal Location object by ID.

1 input
Action

Retrieve Terminal Reader

STRIPE_GET_TERMINAL_READER

Tool to retrieve a Terminal Reader object by ID.

2 input
Action

Retrieve test clock

STRIPE_GET_TEST_CLOCK

Tool to retrieve a test clock by ID.

1 input
Action

Retrieve Token

STRIPE_GET_TOKEN

Retrieves the token with the given ID.

1 input
Action

Retrieve Upcoming Invoice

STRIPE_RETRIEVE_UPCOMING_INVOICE

Tool to preview the upcoming invoice for a customer, showing all pending charges including subscription renewals and invoice items.

26 input
Action

Retrieve Upcoming Invoice Line Items

STRIPE_GET_UPCOMING_INVOICE_LINE_ITEMS

Tool to retrieve a paginated list of line items for an upcoming invoice preview.

12 input
Action

Retrieve V2 Core Event

STRIPE_GET_V2_CORE_EVENTS_RETRIEVE_AN_EVENT

Retrieves detailed information about a specific event from Stripe V2 Core Events API.

1 input
Action

Search invoices

STRIPE_SEARCH_INVOICES

Searches for invoices using Stripe's Search Query Language.

3 input
Action

Search payment intents

STRIPE_SEARCH_PAYMENT_INTENTS

Searches for PaymentIntents using Stripe's Search Query Language.

3 input
Action

Search Stripe charges

STRIPE_SEARCH_CHARGES

Search charges using Stripe's Search Query Language.

3 input
Action

Search Stripe customers

STRIPE_SEARCH_CUSTOMERS

Retrieves a list of Stripe customers matching a search query that adheres to Stripe's Search Query Language.

3 input
Action

Search Stripe customers

STRIPE_POST_V1_CUSTOMERS_SEARCH_CUSTOMERS

Tool to search for Stripe customers using a search query.

3 input
Action

Search Stripe customers

STRIPE_GET_V1_CUSTOMERS_SEARCH_CUSTOMERS

Tool to search for Stripe customers using Stripe's Search Query Language.

3 input
Action

Search Stripe prices

STRIPE_SEARCH_PRICES

Search for prices using Stripe's Search Query Language.

3 input
Action

Search Stripe products

STRIPE_SEARCH_PRODUCTS

Tool to search for products using Stripe's Search Query Language.

3 input
Action

Search subscriptions

STRIPE_SEARCH_SUBSCRIPTIONS

Searches for subscriptions using Stripe's Search Query Language.

3 input
Action

Send invoice for manual payment

STRIPE_SEND_INVOICE

Tool to manually send a finalized Stripe invoice to the customer outside the automatic billing schedule.

1 input
Action

Set reader display

STRIPE_SET_READER_DISPLAY

Configures a Stripe Terminal reader to display cart information on its screen.

3 input
Action

Set Reader Display

STRIPE_POST_TERMINAL_READERS_READER_SET_READER_DISPLAY

Configures a Stripe terminal reader to display cart information on screen.

3 input
Action

Set terminal reader display

STRIPE_SET_TERMINAL_READER_DISPLAY

Tool to set the display on a Stripe Terminal reader to show cart details.

3 input
Action

Set Terminal Reader Display

STRIPE_POST_TERMINAL_READERS_SET_READER_DISPLAY

Tool to configure a terminal reader's display to show cart details.

3 input
Action

Simulate successful input collection

STRIPE_SUCCEED_TEST_TERMINAL_READER_INPUT_COLLECTION

Simulates successful completion of an ongoing input collection on a Terminal reader.

3 input
Action

Simulate Terminal Reader Input Collection Timeout

STRIPE_TIMEOUT_TEST_TERMINAL_READER_INPUT_COLLECTION

Simulate an input collection timeout on a Stripe Terminal reader.

2 input
Action

Update a price

STRIPE_UPDATE_PRICE

Updates a Stripe price by setting passed parameter values; unspecified parameters remain unchanged.

8 input
Action

Update Account Capability

STRIPE_POST_V1_ACCOUNTS_CAPABILITIES_CAPABILITIES

Updates an existing account capability for a Stripe connected account.

4 input
Action

Update and retrieve Checkout Session

STRIPE_POST_V1_CHECKOUT_SESSIONS_RETRIEVE_A_CHECKOUT

Tool to update and retrieve a Checkout Session object from Stripe.

3 input
Action

Update balance settings overview

STRIPE_POST_V1_BALANCE_SETTINGS_OVERVIEW

Tool to update balance settings for a Stripe account.

2 input
Action

Update billing credit grant

STRIPE_UPDATE_BILLING_CREDIT_GRANT

Updates an existing billing credit grant.

3 input
Action

Update Billing Meter

STRIPE_UPDATE_BILLING_METER

Tool to update a billing meter's display name.

3 input
Action

Update Billing Portal Configuration

STRIPE_UPDATE_BILLING_PORTAL_CONFIGURATION

Update a billing portal configuration.

8 input
Action

Update Billing Portal Configuration

STRIPE_POST_V1_BILLING_PORTAL_CONFIGS_OVERVIEW_BILLING

Tool to update an existing billing portal configuration in Stripe.

8 input
Action

Update Cash Balance Settings

STRIPE_UPDATE_CASH_BALANCE

Tool to update a customer's cash balance settings in Stripe.

2 input
Action

Update Charge

STRIPE_POST_CHARGES_CHARGE

Updates a Stripe charge with the specified parameters; unspecified fields remain unchanged.

8 input
Action

Update Charge

STRIPE_UPDATE_CHARGE

Tool to update a Stripe charge object with provided parameters.

8 input
Action

Update Charge Dispute

STRIPE_UPDATE_CHARGE_DISPUTE

Tool to update metadata on a charge's dispute.

2 input
Action

Update Charge Refund

STRIPE_UPDATE_CHARGE_REFUND

Tool to update a specified refund within a charge.

2 input
Action

Update Checkout Session

STRIPE_UPDATE_CHECKOUT_SESSION

Tool to update a Stripe Checkout Session dynamically.

5 input
Action

Update Coupon

STRIPE_UPDATE_COUPON

Updates a Stripe coupon's metadata, name, or currency options.

4 input
Action

Update Credit Note

STRIPE_POST_V1_CREDIT_NOTES_CREDIT_NOTE2

Tool to update an existing credit note in Stripe by modifying its memo or metadata.

3 input
Action

Update Customer

STRIPE_UPDATE_CUSTOMER

Updates an existing Stripe customer, identified by customerid, with only the provided details; unspecified fields remain unchanged.

15 input
Action

Update Customer Balance Transaction

STRIPE_UPDATE_CUSTOMER_BALANCE_TXN

Updates an existing customer balance transaction's description and metadata.

4 input
Action

Update customer bank account

STRIPE_UPDATE_CUSTOMER_BANK_ACCOUNT_SOURCE

Updates a bank account source attached to a customer.

5 input
Action

Update customer bank account

STRIPE_UPDATE_CUSTOMER_BANK_ACCOUNT

Updates a specified bank account for a given customer.

5 input
Action

Update customer card

STRIPE_UPDATE_CUSTOMER_CARD

Tool to update a card for a specified customer.

12 input
Action

Update customer source

STRIPE_UPDATE_CUSTOMER_SOURCE

Update a specified source for a given customer.

16 input
Action

Update customer subscription

STRIPE_POST_CUSTOMERS_CUSTOMER_SUBS_SUB_EXPOSED_ID

Tool to update a customer's subscription.

16 input
Action

Update Customer Subscription

STRIPE_UPDATE_CUSTOMER_SUBSCRIPTION

Tool to update a subscription on a customer in Stripe.

25 input
Action

Update Dispute

STRIPE_UPDATE_DISPUTE

Tool to update a Stripe dispute by submitting evidence or updating metadata.

4 input
Action

Update entitlements feature

STRIPE_UPDATE_ENTITLEMENT_FEATURE

Tool to update a feature's properties or deactivate it.

4 input
Action

Update file link

STRIPE_POST_FILE_LINKS_LINK

Tool to update an existing file link in Stripe.

3 input
Action

Update Invoice

STRIPE_UPDATE_INVOICE

Updates a draft Stripe invoice.

27 input
Action

Update invoice item

STRIPE_UPDATE_INVOICEITEM

Updates an invoice item on a draft invoice.

14 input
Action

Update Invoice Line Item

STRIPE_POST_V1_INVOICES_LINES_OVERVIEW

Updates an invoice's line item before finalization.

13 input
Action

Update Payment Intent

STRIPE_UPDATE_PAYMENT_INTENT

Updates a Stripe PaymentIntent with new values for specified parameters; note that if currency is updated, amount might also be required, and certain updates…

12 input
Action

Update Payment Link

STRIPE_UPDATE_PAYMENT_LINK

Updates an existing payment link with new configuration details.

23 input
Action

Update Payment Method

STRIPE_UPDATE_PAYMENT_METHOD

Updates an existing PaymentMethod object in Stripe.

7 input
Action

Update payment method configuration

STRIPE_POST_V1_PAYMENT_METHOD_CONFIGS_LIST_PAYMENT_METHOD2

Updates a payment method configuration to control which payment methods are displayed at checkout.

57 input
Action

Update Payment Method Domain

STRIPE_POST_V1_PAYMENT_METHOD_DOMAINS_PAYMENT_METHOD

Updates an existing payment method domain to enable or disable it.

2 input
Action

Update payout metadata

STRIPE_POST_V1_PAYOUTS_RETRIEVE_A_PAYOUT

Updates a payout's metadata and returns the updated payout object.

2 input
Action

Update Plan Overview

STRIPE_POST_V1_PLANS_OVERVIEW

Tool to update a Stripe plan by setting passed parameter values.

6 input
Action

Update product

STRIPE_UPDATE_PRODUCT

Tool to update an existing product in Stripe.

14 input
Action

Update Promotion Code

STRIPE_POST_V1_PROMOTION_CODES_PROMOTION_CODE

Updates an existing promotion code.

4 input
Action

Update Promotion Code

STRIPE_UPDATE_PROMOTION_CODE

Updates an existing Stripe promotion code by setting the values of the parameters passed.

4 input
Action

Update Quote

STRIPE_UPDATE_QUOTE

Tool to update an existing Stripe quote with new values.

19 input
Action

Update setup intent

STRIPE_POST_SETUP_INTENTS_INTENT

Updates a SetupIntent object to modify configuration parameters and metadata.

10 input
Action

Update Shipping Rate

STRIPE_POST_V1_SHIPPING_RATES_OVERVIEW2

Tool to update an existing Stripe shipping rate.

4 input
Action

Update Source

STRIPE_UPDATE_SOURCE

Updates a Stripe source with specified parameters.

6 input
Action

Update subscription

STRIPE_POST_SUBSCRIPTIONS_SUBSCRIPTION_EXPOSED_ID

Tool to update an existing Stripe subscription with specified parameters.

31 input
Action

Update subscription

STRIPE_POST_V1_SUBSCRIPTIONS_LIST_SUBSCRIPTIONS

Updates an existing Stripe subscription's properties including metadata, description, payment method, billing settings, trial periods, and cancellation…

11 input
Action

Update Subscription

STRIPE_UPDATE_SUBSCRIPTION

Updates an existing, non-canceled Stripe subscription by its ID, ensuring all referenced entity IDs (e.g., prices, coupons) are valid and automatic tax…

11 input
Action

Update subscription item

STRIPE_POST_SUBSCRIPTION_ITEMS_ITEM

Tool to update a subscription item's plan, quantity, billing thresholds, discounts, or metadata.

12 input
Action

Update subscription schedule

STRIPE_POST_V1_SUBSCRIPTION_SCHEDULES_OVERVIEW2

Tool to update an existing subscription schedule with new phases, settings, metadata, and end behavior.

6 input
Action

Update Subscription Schedule

STRIPE_UPDATE_SUBSCRIPTION_SCHEDULE

Tool to update an existing subscription schedule in Stripe.

6 input
Action

Update Tax Rate

STRIPE_POST_V1_TAX_RATES_TAX_RATE2

Tool to update an existing Stripe tax rate.

9 input
Action

Update Tax Registration

STRIPE_UPDATE_TAX_REGISTRATION

Tool to update an existing tax registration in Stripe.

3 input
Action

Update Tax Settings

STRIPE_UPDATE_TAX_SETTINGS

Updates Stripe Tax Settings parameters used in tax calculations.

2 input
Action

Update Terminal Configuration

STRIPE_POST_TERMINAL_CONFIGURATIONS_CONFIGURATION

Tool to update a Stripe Terminal Configuration.

11 input
Action

Update Terminal Location

STRIPE_UPDATE_TERMINAL_LOCATION

Updates a Terminal Location by modifying specified parameters.

10 input
Action

Update Terminal Reader

STRIPE_UPDATE_TERMINAL_READER

Tool to update a Terminal Reader object by setting parameter values.

3 input
Action

Validate payment method domain

STRIPE_VALIDATE_PAYMENT_METHOD_DOMAIN

Tool to validate an existing payment method domain in Stripe to activate payment methods.

1 input
Action

Verify customer bank account

STRIPE_POST_CUSTOMERS_SOURCES_VERIFY_THE_BANK_ACCOUNT

Verifies a bank account for a customer using microdeposit amounts.

3 input
Action

Verify microdeposits on payment intent

STRIPE_VERIFY_MICRODEPOSITS_PAYMENT_INTENT

Verifies microdeposits on a PaymentIntent object by matching deposit amounts or descriptor code.

3 input
Action

Verify microdeposits on setup intent

STRIPE_VERIFY_MICRODEPOSITS

Verifies microdeposits on a SetupIntent object to confirm bank account ownership.

3 input
Action

Void a credit note

STRIPE_VOID_CREDIT_NOTE

Marks a credit note as void.

1 input
Action

Void an invoice

STRIPE_VOID_INVOICE

Tool to void a finalized Stripe invoice.

1 input
Action

Void an invoice

STRIPE_POST_INVOICES_INVOICE_VOID

Voids a finalized invoice and maintains a papertrail.

1 input
Action

Void an invoice

STRIPE_POST_V1_INVOICES_VOID_AN_INVOICE

Tool to permanently void a finalized Stripe invoice.

1 input
Action

Void an invoice

STRIPE_POST_V1_INVOICES_FINALIZE_VOID_AN_INVOICE

Voids a finalized invoice and maintains a papertrail.

1 input
Action

Void an invoice

STRIPE_DELETE_V1_INVOICES_VOID_AN_INVOICE

Tool to void a finalized Stripe invoice.

1 input
Action

Void billing credit grant

STRIPE_POST_BILLING_CREDIT_GRANTS_VOID_CREDIT_GRANT

Voids a billing credit grant, preventing it from being applied to future invoices.

1 input
Action

Void invoice

STRIPE_POST_V1_INVOICES_SEND_VOID_AN_INVOICE

Tool to void a finalized Stripe invoice.

1 input
What now

Use Stripe in a workflow

Drop a trigger and an action into a template; approve from your phone; the workflow runs.