Stripe
Stripe API integration with managed OAuth. This is a write-capable financial integration for customers, subscriptions, invoices, products, prices, and paymen...
Downloads
20,102
+33 (+0.2%)
Stars
26
DL/day
207.2
Installs
37
Versions
3
Age
97d
Acceleration
-14.1%
Growth Trajectory
Version Releases
| Version | Date | Changelog |
|---|---|---|
| 1.0.10 | 2026-05-09 | stripe-api 1.0.10 Changelog - Added installation instructions for CLI via NPM and Homebrew. - Expanded Quick Start with CLI usage examples alongside Python. - Documented CLI commands for connection and API management. - Improved API documentation layout and examples for both CLI and Python. - No breaking changes to API endpoints or functionality. |
| 1.0.9 | 2026-05-02 | **Security and admin flow upgrades for Stripe API integration.** - Strengthened security and admin best-practice guidance: All write operations now require explicit user approval, detailing endpoint, object IDs, amounts, and test/live mode prior to execution. - Emphasized least-privileged connection use: Connect only with needed OAuth scopes, confirm intended connection ID on each request, and promptly revoke unused connections. - Updated documentation for stricter read-then-write workflow: Always verify target objects and context before any action. - Changed API endpoint from `https://gateway.maton.ai/` to `https://api.maton.ai/`. - Added warnings about financial impact and administrative responsibility for using this skill. - Removed sample license file (LICENSE.txt). |