Install
openclaw skills install stripe-api-integrationComplete Stripe API integration for payments, subscriptions, checkout, invoices, webhooks, Connect, Issuing, Terminal, and Treasury.
openclaw skills install stripe-api-integrationComplete Stripe API reference. See auxiliary files for detailed operations.
curl https://api.stripe.com/v1/balance -u "$STRIPE_SECRET_KEY:"
On first use, read setup.md. Preferences stored in ~/stripe-api-integration/memory.md.
Any Stripe operation: payments, subscriptions, invoices, checkout, webhooks, Connect, Issuing, Terminal, Treasury.
~/stripe-api-integration/
├── memory.md # Account context
└── webhooks.md # Webhook configs
| Topic | File |
|---|---|
| Setup & memory | setup.md, memory-template.md |
| Payments, refunds, disputes | payments.md |
| Customers, products, prices | customers.md |
| Subscriptions, usage billing | subscriptions.md |
| Checkout Sessions | checkout.md |
| Connect (marketplaces) | connect.md |
| Webhooks & events | webhooks.md |
| Invoices, quotes, tax | invoices.md |
| Issuing, Terminal, Treasury, Identity, Radar | advanced.md |
sk_test_* keys. Test card: 4242424242424242?expand[]=customer for related datastarting_after for large listspayments.md for error codesRequired environment variables:
STRIPE_SECRET_KEY — API key for all Stripe operations (starts with sk_test_ or sk_live_)STRIPE_WEBHOOK_SECRET — Signing secret for webhook verification (starts with whsec_)curl https://api.stripe.com/v1/customers -u "$STRIPE_SECRET_KEY:"
requires_action → 3DS stuck| Endpoint | Purpose |
|---|---|
https://api.stripe.com/v1/* | API |
Environment variables used:
STRIPE_SECRET_KEY — for API authenticationSTRIPE_WEBHOOK_SECRET — for webhook signature verificationSent to Stripe: Customer info, payment data via api.stripe.com Stays local: API keys (never logged), ~/stripe-api-integration/ preferences Never: Log card numbers, skip webhook verification, expose keys
This skill sends data to Stripe (stripe.com).
Install with clawhub install <slug> if user confirms:
api — REST API patternssaas — SaaS metricswebhook — Webhook patternsclawhub star stripe-api-integrationclawhub sync