Stripe
Process payments, manage customers, and handle subscriptions with Stripe.
Search Customers
StripeSearch for customers by name or email
Get Customer
StripeRetrieve customer details by ID
Create Customer
StripeCreate a new customer in Stripe
Update Customer
StripeUpdate customer information
Create Checkout Link
StripeGenerate single-use checkout link for payment or subscription (expires in 24h)
Create Customer Portal Link
StripeGenerate self-service link for customer to manage everything (view payments, invoices, receipts, update card, cancel subscription)
List Currencies
StripeList available currencies
List Prices
StripeList available prices
Create Payment Link
StripeCreate permanent shareable link for payment or subscription
Get Payment Link
StripeRetrieve details of an existing payment link
Get Payment
StripeRetrieve payment details by ID
Refund Payment
StripeIssue refund for any completed payment (works on any payment intent)
List Payments
StripeList all payment intents (completed payments from any source)
Create Subscription
StripeCreate subscription directly (requires customer with payment method on file - usually use PAYMENT_LINK_CREATE instead)
Get Subscription
StripeRetrieve subscription details by ID
Update Subscription
StripeProgrammatically update subscription (usually let customer use portal link instead)
Cancel Subscription
StripeProgrammatically cancel subscription (usually let customer use portal link instead)
List Subscriptions
StripeList subscriptions for a customer
Create Invoice
StripeCreate and finalize invoice for a customer
Get Invoice
StripeRetrieve invoice details by ID
Send Invoice
StripeSend invoice via email to customer
List Invoices
StripeList all invoices (includes subscription auto-invoices and manual invoices)