Manage Stripe products, prices, subscriptions, invoices, and customers from CortexPrism.
cortex plugin install marketplace:cortex-plugin-stripe
cortex plugin install github:CortexPrism/cortex-plugin-stripe
cortex plugin install ./manifest.json| Key | Type | Required | Description |
|---|---|---|---|
stripeSecretKey |
secret | yes | Secret key (sk_live_... or sk_test_...) |
stripePublishableKey |
text | no | Publishable key |
limit(number, default20)email(string, optional)
customer_id(string, required)
active_only(boolean, defaulttrue)limit(number, default20)
customer_id(string, required)price_id(string, required)success_url(string, required)cancel_url(string, required)quantity(number, default1)
customer_id(string, optional)status(enum:active,past_due,canceled,all, defaultactive)
period(enum:daily,weekly,monthly,yearly)start_date(string, optional) — YYYY-MM-DD
tools— Tool executionnetwork:fetch— HTTPS to Stripe API
deno task test
deno fmt --check
deno lintMIT