Skip to content

Payments

github-actions[bot] edited this page Sep 4, 2026 · 1 revision

Payments Plugin

Unified payments abstraction supporting Stripe, PayPal, and Apple/Google Pay with webhook normalization. Free — MIT licensed.

Install

nself plugin install payments

No license key required.

Description

Unified payments abstraction supporting Stripe, PayPal, and Apple/Google Pay with webhook normalization.

Category: commerce. Current version: 1.0.0.

Configuration

Env Var Default Description
DATABASE_URL (required) PostgreSQL connection string
PAYMENTS_PORT 3086 -
STRIPE_SECRET_KEY - -
PAYPAL_CLIENT_ID - -

Ports

Port Purpose
3086 Payments service port

Database Schema

2 table(s) added to your Postgres database:

  • np_payments_orders
  • np_payments_transactions

REST API

GET    /health

Examples

Health check

curl http://localhost:3086/health

Source

plugins/payments/

Manifest: plugins/payments/plugin.json

See Also

Home

nself-plugins

Start

Commands

Architecture

Plugin Ecosystem

Popular Plugins

View All: Home (or see the full alphabetical list below — 129/129 synced with registry.json)

All Free Plugins

Guides

Operations


Related

Clone this wiki locally