stripe
Installation
SKILL.md
Stripe
Integrate with Stripe for payment processing. Use when you need to: (1) manage customers and payments, (2) create invoices and subscriptions, or (3) automate billing workflows.
Input
Provide input as JSON:
{
"customer_email": "Email address of the customer to manage",
"customer_name": "Full name of the customer",
"payment_amount": "Payment amount in cents (e.g., 5000 for $50.00)",
"currency": "Currency code (e.g., usd, eur, gbp)",
"invoice_description": "Description for the invoice"
}