Integrations

Connect your favorite tools and services

Create Customer

Create a new customer in Stripe

Get Customer

Retrieve customer details by ID

Update Customer

Update customer information

Search Customers

Search for customers by name or email

List Currencies

List available currencies

List Prices

List available prices

Get Payment

Retrieve payment details by ID

Refund Payment

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

List Payments

List all payment intents (completed payments from any source)

Create Subscription

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

Get Subscription

Retrieve subscription details by ID

Update Subscription

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

Cancel Subscription

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

List Subscriptions

List subscriptions for a customer

Create Invoice

Create and finalize invoice for a customer

Get Invoice

Retrieve invoice details by ID

Send Invoice

Send invoice via email to customer

List Invoices

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

Create Checkout Link

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

Create Customer Portal Link

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

Create Payment Link

Create permanent shareable link for payment or subscription

Get Payment Link

Retrieve details of an existing payment link