Stripe

Process payments, manage customers, and handle subscriptions with Stripe.

Search Customers

Stripe

Search for customers by name or email

Get Customer

Stripe

Retrieve customer details by ID

Create Customer

Stripe

Create a new customer in Stripe

Update Customer

Stripe

Update customer information

Create Checkout Link

Stripe

Generate single-use checkout link for payment or subscription (expires in 24h)

Create Customer Portal Link

Stripe

Generate self-service link for customer to manage everything (view payments, invoices, receipts, update card, cancel subscription)

List Currencies

Stripe

List available currencies

List Prices

Stripe

List available prices

Create Payment Link

Stripe

Create permanent shareable link for payment or subscription

Get Payment Link

Stripe

Retrieve details of an existing payment link

Get Payment

Stripe

Retrieve payment details by ID

Refund Payment

Stripe

Issue refund for any completed payment (works on any payment intent)

List Payments

Stripe

List all payment intents (completed payments from any source)

Create Subscription

Stripe

Create subscription directly (requires customer with payment method on file - usually use PAYMENT_LINK_CREATE instead)

Get Subscription

Stripe

Retrieve subscription details by ID

Update Subscription

Stripe

Programmatically update subscription (usually let customer use portal link instead)

Cancel Subscription

Stripe

Programmatically cancel subscription (usually let customer use portal link instead)

List Subscriptions

Stripe

List subscriptions for a customer

Create Invoice

Stripe

Create and finalize invoice for a customer

Get Invoice

Stripe

Retrieve invoice details by ID

Send Invoice

Stripe

Send invoice via email to customer

List Invoices

Stripe

List all invoices (includes subscription auto-invoices and manual invoices)