Built by Metorial, the integration platform for agentic AI.
Create, retrieve, update, cancel, pause, or resume subscriptions. Subscriptions handle recurring billing with support for trials, multiple items, proration, and various billing cycles.
Retrieve your Stripe account balance across available and pending states. Also list balance transactions to see a detailed ledger of funds movements.
Issue a full or partial refund on a charge or PaymentIntent. Optionally specify a reason for the refund. You can also retrieve existing refunds or list all refunds.
Create, retrieve, or list payouts. Payouts transfer funds from your Stripe balance to an external bank account or debit card. Amounts are in smallest currency unit.
Create a shareable Stripe Payment Link for accepting one-time or recurring payments without building a custom checkout page. Also retrieve, list, or update existing payment links, including deactivating them.
Create, retrieve, update, delete, or list coupons; create, retrieve, update, or list promotion codes. Promotion codes can be deactivated with update and active=false. Coupons define discount rules (percentage or fixed amount), and promotion codes are customer-facing codes that apply coupons.
Create a hosted Stripe Checkout session or retrieve, list, or expire existing sessions. Checkout provides a pre-built, optimized payment page for one-time payments and subscriptions. Returns a URL to redirect the customer to.
Create, retrieve, update, finalize, send, pay, or void invoices. Supports adding and listing line items, deleting drafts, and managing the full invoice lifecycle from draft to paid or voided.
Create, retrieve, update, or delete Stripe customers. Use **action** to specify the operation. Customers are the core entity for tracking payments, subscriptions, and invoices.
Create, retrieve, update, confirm, capture, or cancel PaymentIntents. PaymentIntents orchestrate the full payment lifecycle, supporting authorization, capture, and confirmation across many payment methods and currencies.
Create, retrieve, update, or delete products and their associated prices. Products represent goods or services, and prices define how much and how often to charge. Supports one-time and recurring pricing models.
Retrieve a specific charge or list charges with optional filters. Charges represent completed or attempted payment transactions. Use this to inspect payment details, outcomes, and related metadata.
Retrieve, list, update, or close disputes (chargebacks). Submit evidence to fight a dispute or accept it by closing. Disputes arise when a customer questions a charge with their bank.
Retrieve, list, attach, or detach Stripe PaymentMethods for customer billing and saved payment flows.
Create a short-lived Stripe-hosted Billing Portal session so a customer can manage subscriptions, invoices, and payment methods.
Identify the Stripe account used by this connection, including any configured connected-account target, and inspect payment and payout readiness.
Create, retrieve, update, or list Stripe manual Tax Rates for invoices, subscriptions, and Checkout Sessions.
Create, retrieve, confirm, cancel, or list Stripe SetupIntents for saving payment methods for future use.