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