| Billing Read (37) |
get_customerGet Customer | Retrieve a customer by ID or email address. At least one is required. | Billing Read | low | None |
list_customersList Customers | List or search customers in Stripe. | Billing Read | low | None |
get_subscriptionGet Subscription | Get details of a specific subscription. | Billing Read | low | None |
list_subscriptionsList Subscriptions | List subscriptions for a customer. | Billing Read | low | None |
get_invoiceGet Invoice | Get details of a specific invoice. | Billing Read | low | None |
list_invoicesList Invoices | List invoices for a customer. | Billing Read | low | None |
get_chargeGet Charge | Get details of a specific charge or payment. | Billing Read | low | None |
list_chargesList Charges | List charges/payments for a customer. | Billing Read | low | None |
get_payment_methodGet Payment Method | Get details of a specific payment method. | Billing Read | low | None |
list_payment_methodsList Payment Methods | List payment methods for a customer. | Billing Read | low | None |
get_disputeGet Dispute | Get details of a specific dispute/chargeback. | Billing Read | low | None |
list_disputesList Disputes | List open disputes/chargebacks. | Billing Read | low | None |
get_balance_transactionGet Balance Transaction | Get details of a specific balance transaction. | Billing Read | low | None |
get_payment_intentGet Payment Intent | Get details of a specific payment intent. | Billing Read | low | None |
list_payment_intentsList Payment Intents | List payment intents, optionally filtered by customer. | Billing Read | low | None |
list_balance_transactionsList Balance Transactions | List balance transactions (fees, payouts, charges, refunds, etc.). | Billing Read | low | None |
get_upcoming_invoiceGet Upcoming Invoice | Preview the next invoice that will be generated for a customer. | Billing Read | low | None |
list_refundsList Refunds | List refunds, optionally filtered by charge or payment intent. | Billing Read | low | None |
list_couponsList Coupons | List all coupons in the Stripe account. | Billing Read | low | None |
get_couponGet Coupon | Get details of a specific coupon by ID. | Billing Read | low | None |
list_productsList Products | List products in the Stripe catalog, optionally filtered by active status. | Billing Read | low | None |
get_productGet Product | Get details of a specific product by ID. | Billing Read | low | None |
list_pricesList Prices | List prices, optionally filtered by product and active status. | Billing Read | low | None |
get_priceGet Price | Get details of a specific price by ID. | Billing Read | low | None |
get_customer_balanceGet Customer Balance | Get a customer's current balance, currency, and delinquent status. | Billing Read | low | None |
list_customer_balance_transactionsList Customer Balance Transactions | List balance adjustment transactions for a specific customer. | Billing Read | low | None |
search_customersSearch Customers | Search customers using Stripe search syntax (e.g. email:'foo@bar.com', name~'John'). | Billing Read | low | None |
search_chargesSearch Charges | Search charges using Stripe search syntax (e.g. status:'succeeded', amount>1000). | Billing Read | low | None |
search_invoicesSearch Invoices | Search invoices using Stripe search syntax (e.g. status:'open', customer:'cus_xxx'). | Billing Read | low | None |
list_promo_codesList Promo Codes | List promotion codes, optionally filtered by coupon or active status. | Billing Read | low | None |
list_eventsList Events | List events (webhooks log), optionally filtered by type and creation date. | Billing Read | low | None |
get_eventGet Event | Get details of a specific event by ID. | Billing Read | low | None |
list_payoutsList Payouts | List payouts to the connected bank account, optionally filtered by status. | Billing Read | low | None |
get_payoutGet Payout | Get details of a specific payout by ID. | Billing Read | low | None |
get_balanceGet Balance | Get the current Stripe account balance (available, pending, and connect reserved funds). | Billing Read | low | None |
list_setup_intentsList Setup Intents | List SetupIntents for saving payment methods without an immediate payment. | Billing Read | low | None |
get_setup_intentGet Setup Intent | Get details of a specific SetupIntent by ID. | Billing Read | low | None |
| Billing Refund (2) |
create_refundCreate Refund | Issue a full or partial refund. Either charge_id or payment_intent_id is required. | Billing Refund | high | None |
create_credit_noteCreate Credit Note | Issue a credit note against a paid or open invoice. | Billing Refund | high | None |
| Billing Write (23) |
cancel_subscriptionCancel Subscription | Cancel a subscription immediately or at the end of the current billing period. | Billing Write | critical | None |
update_subscriptionUpdate Subscription | Update a subscription (change plan/price, quantity, trial end, or metadata). | Billing Write | high | Catalog claim |
void_invoiceVoid Invoice | Void a draft or open invoice (cannot void paid invoices). | Billing Write | high | None |
create_customerCreate Customer | Create a new customer in Stripe. | Billing Write | high | Catalog claim |
delete_customerDelete Customer | Permanently delete a customer and all their payment data from Stripe. | Billing Write | high | None |
update_customerUpdate Customer | Update a customer's name, email, phone, or metadata. | Billing Write | medium | Catalog claim |
add_invoice_itemAdd Invoice Item | Add a line item to a customer's upcoming invoice. | Billing Write | medium | Catalog claim |
send_invoiceSend Invoice | Send a finalized invoice to the customer via email. | Billing Write | medium | None |
pause_subscriptionPause Subscription | Pause a subscription by setting pause_collection to void, stopping invoice generation. | Billing Write | medium | Catalog claim |
resume_subscriptionResume Subscription | Resume a paused subscription by clearing pause_collection, restarting billing. | Billing Write | medium | Catalog claim |
pay_invoicePay Invoice | Attempt to pay an open invoice using the customer's default payment method or a specified one. | Billing Write | high | None |
apply_couponApply Coupon to Customer | Apply a coupon/discount to a customer's active subscription. | Billing Write | medium | Catalog claim |
update_disputeUpdate Dispute Evidence | Submit or update evidence for a dispute/chargeback. | Billing Write | high | Catalog claim |
create_billing_portal_sessionCreate Billing Portal Session | Generate a Stripe Billing Portal URL so the customer can manage their own billing. | Billing Write | high | None |
create_couponCreate Coupon | Create a new coupon with a percentage or fixed-amount discount. | Billing Write | medium | Catalog claim |
finalize_invoiceFinalize Invoice | Finalize a draft invoice so it can be paid or sent. | Billing Write | medium | None |
create_promo_codeCreate Promo Code | Create a promotion code for an existing coupon. Optionally set a custom code string, max redemptions, and expiration. | Billing Write | medium | Catalog claim |
create_checkout_sessionCreate Checkout Session | Create a Stripe Checkout session for one-time payments, subscriptions, or setup. | Billing Write | medium | None |
update_productUpdate Product | Update a product's name, description, active status, or metadata. | Billing Write | medium | Catalog claim |
create_payment_linkCreate Payment Link | Create a shareable payment link for one or more price/quantity line items. | Billing Write | medium | Catalog claim |
cancel_setup_intentCancel Setup Intent | Cancel a SetupIntent that is not yet succeeded, preventing the payment method from being saved. | Billing Write | medium | None |
capture_payment_intentCapture Payment Intent | Capture an authorized (uncaptured) payment intent. This finalizes the charge and transfers funds. | Billing Write | high | None |
cancel_payment_intentCancel Payment Intent | Cancel a payment intent that has not yet been captured. This releases any authorized hold on the customer's payment method. | Billing Write | high | None |
| Customer Read (1) |
list_tax_idsList Tax IDs | List tax IDs (VAT, GST, etc.) associated with a customer. | Customer Read | low | None |
| Customer Write (1) |
create_tax_idCreate Tax ID | Add a tax ID (VAT, GST, ABN, etc.) to a customer record. | Customer Write | medium | Catalog claim |
| Infrastructure Read (2) |
list_webhook_endpointsList Webhook Endpoints | List all configured webhook endpoints in the Stripe account. | Infrastructure Read | low | None |
get_webhook_endpointGet Webhook Endpoint | Get details of a specific webhook endpoint including its URL and subscribed events. | Infrastructure Read | low | None |