Stripe Plugin (Pro)
Add Stripe payments, subscriptions, and billing to your nSelf deployment.
The Stripe pro plugin adds full payment processing, subscription management, and billing to your nSelf deployment.
Installation
nself license set nself_pro_xxxxx
nself plugin install nself-stripe
Configuration
STRIPE_SECRET_KEY=sk_live_xxxxx
STRIPE_PUBLISHABLE_KEY=pk_live_xxxxx
STRIPE_WEBHOOK_SECRET=whsec_xxxxx
Features
- Payment intents and checkout sessions
- Subscription management with proration
- Webhook event processing
- Customer portal integration
- Invoice management
Database Tables
| Table | Purpose |
|---|---|
np_stripe_customers | Stripe customer records |
np_stripe_subscriptions | Active subscriptions |
np_stripe_payments | Payment history |
np_stripe_webhooks | Webhook event log |
Bundle
Part of the ɳSelf+ bundle. See Bundles for pricing.