stripe-best-practices▌
stripe/ai · updated Apr 8, 2026
Decision guide for Stripe API selection, Connect setup, billing, and integration patterns.
- ›Routes integration decisions across six domains: one-time payments (Checkout Sessions), custom payment forms (Payment Element), saved payment methods (Setup Intents), marketplaces (Accounts v2), subscriptions (Billing APIs), and embedded financial accounts (Treasury)
- ›Provides reference documentation for each integration type, including API version guidance (latest: 2026-02-25.clover) and pre-launc
Latest Stripe API version: 2026-03-25.dahlia. Always use the latest API version and SDK unless the user specifies otherwise.
Integration routing
| Building… | Recommended API | Details |
|---|---|---|
| One-time payments | Checkout Sessions | <references/payments.md> |
| Custom payment form with embedded UI | Checkout Sessions + Payment Element | <references/payments.md> |
| Saving a payment method for later | Setup Intents | <references/payments.md> |
| Connect platform or marketplace | Accounts v2 (/v2/core/accounts) |
<references/connect.md> |
| Subscriptions or recurring billing | Billing APIs + Checkout Sessions | <references/billing.md> |
| Embedded financial accounts / banking | v2 Financial Accounts | <references/treasury.md> |
Read the relevant reference file before answering any integration question or writing code.
Key documentation
When the user’s request does not clearly fit a single domain above, consult:
- Integration Options — Start here when designing any integration.
- API Tour — Overview of Stripe’s API surface.
- Go Live Checklist — Review before launching.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.6★★★★★58 reviews- ★★★★★Daniel Garcia· Dec 28, 2024
We added stripe-best-practices from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Aisha Ndlovu· Dec 12, 2024
stripe-best-practices has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Charlotte Lopez· Dec 8, 2024
Keeps context tight: stripe-best-practices is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Charlotte Abebe· Dec 4, 2024
Keeps context tight: stripe-best-practices is the kind of skill you can hand to a new teammate without a long onboarding doc.
- ★★★★★Min Martin· Nov 27, 2024
stripe-best-practices is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Meera Farah· Nov 23, 2024
stripe-best-practices is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Daniel Liu· Nov 19, 2024
stripe-best-practices fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Harper Thomas· Nov 3, 2024
Useful defaults in stripe-best-practices — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Aanya Chen· Oct 22, 2024
stripe-best-practices is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Alexander Kim· Oct 18, 2024
Useful defaults in stripe-best-practices — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
showing 1-10 of 58