c
cortex-plugin-stripe
ESMv1.0.0MIT
Official CortexPrism plugin
0.00CortexPrism
analyticscortex-plugindatadevelopmentesmintegration
Install Command
$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-stripeConfiguration
Plugin Type
ESM
Entry Point
mod.ts
License
MIT
Capabilities
toolsnetwork:fetch
Tags
analyticscortex-plugindatadevelopmentesmintegration
Statistics
Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 15, 2026
Reviews (0)
No reviews yet. Be the first to rate this plugin!
README
Stripe Billing & Payments
Manage Stripe products, prices, subscriptions, invoices, and customers from CortexPrism.
Installation
cortex plugin install marketplace:cortex-plugin-stripe
cortex plugin install github:CortexPrism/cortex-plugin-stripe
cortex plugin install ./manifest.json
Configuration
| Key | Type | Required | Description |
|---|---|---|---|
stripeSecretKey | secret | yes | Secret key (sk_live_... or sk_test_...) |
stripePublishableKey | text | no | Publishable key |
Tools
stripe_list_customers — List customers
limit(number, default20)email(string, optional)
stripe_get_customer — Get customer details
customer_id(string, required)
stripe_list_products — List products/prices
active_only(boolean, defaulttrue)limit(number, default20)
stripe_create_checkout — Create checkout session
customer_id(string, required)price_id(string, required)success_url(string, required)cancel_url(string, required)quantity(number, default1)
stripe_list_subscriptions — List subscriptions
customer_id(string, optional)status(enum:active,past_due,canceled,all, defaultactive)
stripe_revenue_report — Revenue report
period(enum:daily,weekly,monthly,yearly)start_date(string, optional) — YYYY-MM-DD
Capabilities
tools— Tool executionnetwork:fetch— HTTPS to Stripe API
Development
deno task test
deno fmt --check
deno lint
License
MIT
Published June 15, 2026 · Updated June 15, 2026