Skip to main content

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

TablePurpose
np_stripe_customersStripe customer records
np_stripe_subscriptionsActive subscriptions
np_stripe_paymentsPayment history
np_stripe_webhooksWebhook event log

Bundle

Part of the ɳSelf+ bundle. See Bundles for pricing.