Stripe

Stripe

Install

Payment processing, subscription management, invoice generation, and financial transaction automation.

Finance

Create customer

customers:write

Creates new customer records for billing.

Get customer

customers:read

Retrieves customer details and payment methods.

Create payment intent

payments:write

Initiates payment processing for orders.

Get payment intent

payments:read

Retrieves payment status and details.

Create charge

charges:write

Processes one-time charges to payment methods.

Create refund

refunds:write

Issues refunds for previous charges.

List subscriptions

subscriptions:read

Retrieves active and past subscriptions.

Create subscription

subscriptions:write

Sets up recurring billing for customers.

Create invoice

invoices:write

Generates invoices for customer billing.

List invoices

invoices:read

Retrieves invoice history for customers.