c

cortex-plugin-stripe

ESM
v1.0.0MIT

Official CortexPrism plugin

0.00CortexPrism
analyticscortex-plugindatadevelopmentesmintegration

Install Command

$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-stripe
Website RepositoryLicense: MITEntry: mod.ts

Configuration

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

KeyTypeRequiredDescription
stripeSecretKeysecretyesSecret key (sk_live_... or sk_test_...)
stripePublishableKeytextnoPublishable key

Tools

stripe_list_customers — List customers

  • limit (number, default 20)
  • email (string, optional)

stripe_get_customer — Get customer details

  • customer_id (string, required)

stripe_list_products — List products/prices

  • active_only (boolean, default true)
  • limit (number, default 20)

stripe_create_checkout — Create checkout session

  • customer_id (string, required)
  • price_id (string, required)
  • success_url (string, required)
  • cancel_url (string, required)
  • quantity (number, default 1)

stripe_list_subscriptions — List subscriptions

  • customer_id (string, optional)
  • status (enum: active, past_due, canceled, all, default active)

stripe_revenue_report — Revenue report

  • period (enum: daily, weekly, monthly, yearly)
  • start_date (string, optional) — YYYY-MM-DD

Capabilities

  • tools — Tool execution
  • network:fetch — HTTPS to Stripe API

Development

deno task test
deno fmt --check
deno lint

License

MIT

Published June 15, 2026 · Updated June 15, 2026