Stripe
Payment processing, subscription management, invoice generation, and financial transaction automation.
Finance
Create customer
customers:writeCreates new customer records for billing.
Get customer
customers:readRetrieves customer details and payment methods.
Create payment intent
payments:writeInitiates payment processing for orders.
Get payment intent
payments:readRetrieves payment status and details.
Create charge
charges:writeProcesses one-time charges to payment methods.
Create refund
refunds:writeIssues refunds for previous charges.
List subscriptions
subscriptions:readRetrieves active and past subscriptions.
Create subscription
subscriptions:writeSets up recurring billing for customers.
Create invoice
invoices:writeGenerates invoices for customer billing.
List invoices
invoices:readRetrieves invoice history for customers.