@radzor/subscription-billing
Manage recurring subscriptions with Stripe Billing. Create, update, cancel subscriptions, and handle lifecycle events like payment failures and renewals.
Install
View source on GitHub →Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| secretKey* | string | — | Stripe secret API key (sk_live_... or sk_test_...).STRIPE_SECRET_KEY |
| webhookSecret* | string | — | Stripe webhook signing secret for verifying subscription events.STRIPE_WEBHOOK_SECRET |
| defaultCurrency | string | usd | Default currency for new subscriptions (ISO 4217). |
Stripe secret API key (sk_live_... or sk_test_...).
STRIPE_SECRET_KEY