v1.2.1
Address security-audit findings: disclose the api passthrough in the access-scope and description text, warn on irreversible connection deletion, add response data-minimization guidance, and correct app-specific auth and request-body notes
v1.2.0
CLI-first rewrite with the Maton SDK examples; clarify that the CLI and SDKs keep separate credential stores, and reword webhook egress warnings
v1.1.1
- Removed the sample skill-card.md file.
- Documentation clarified that Stripe credentials remain in the gateway and are never handled locally.
- Adjusted instructions for initiating Stripe API calls and emphasized the reviewed endpoint boundary.
- Minor updates to language and security section; no changes to API commands or functionality.
v1.1.0
CLI-first rewrite: the maton CLI with OAuth login is the documented path, every example is a maton command, SDK examples added, and the raw HTTP fallback feeds the key on stdin instead of reading it from the environment
v1.0.11
- Removed the sample file skill-card.md.
- No changes to functional code or documentation content.
- This update is a minor cleanup, removing an extraneous file from the package.
v1.0.10
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.
v1.0.9
**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).
v1.0.8
- Added a homepage field ("https://maton.ai") to the skill metadata.
- No other visible changes or updates to functionality.
v1.0.7
- Improved clarity and conciseness in the description and documentation.
- Expanded API reference with detailed endpoints, query parameters, and example responses for customers, products, prices, and balance endpoints.
- Added more example payloads and endpoint documentation for creating, updating, and deleting resources.
- Updated OAuth connection management instructions with revised sample connection IDs and responses.
- Removed homepage and compatibility metadata fields for simplification.
- General reorganization and formatting for better readability and easier navigation.
v1.0.6
No user-facing changes in this release.
v1.0.5
- Added homepage field ("https://maton.ai") to skill metadata for improved discoverability.
- No other changes to functionality or documentation.
v1.0.4
- Added a "clawdbot" metadata section specifying required environment variables and an emoji identifier.
- No other content or functional changes.
v1.0.3
No user-facing changes detected in this version.
- No updates or modifications were made to the skill files.
- Functionality, documentation, and usage remain unchanged from the previous version.
v1.0.2
- Added a note in the description linking to the api-gateway skill for other third party apps.
- Replaced all curl command examples with Python (urllib) alternatives for quick start and connection management sections.
- Added troubleshooting guidance for "Invalid API key" errors, including environment variable checks and warning about shell variable expansion when piping curl output.
- Included important usage tips for curl, such as using `curl -g` with brackets in URLs and potential issues with environment variable expansion when piping output.
- No code or functionality changes; documentation improvement only.
v1.0.1
- Clarified base URL usage: now explicitly instructs to replace `{native-api-path}` with the specific Stripe API path.
- Expanded connection management documentation with details about response structure (`creation_time`, `last_updated_time`, `metadata`).
- Added instructions for specifying which Stripe connection to use via the `Maton-Connection` header.
- Improved API key signup instructions for clarity.
- No functional API changes; documentation and guidance improved for multisession and connection handling.
v1.0.0
- Major rewrite: Now uses managed OAuth via Maton for secure Stripe API integration.
- Updated setup: Requires Maton API key instead of direct Stripe secret key.
- Expanded documentation with step-by-step instructions for connecting your Stripe account, managing connections, and using the new gateway endpoints.
- Detailed API reference added for managing customers, subscriptions, payments, invoices, products, and more.
- Provided example code in JavaScript and Python.
- Clarified error handling and included direct links to official Stripe API documentation.