Skip to content

plugin paypal

github-actions[bot] edited this page Apr 26, 2026 · 2 revisions

PayPal Plugin

PayPal payment sync with webhooks and order management. Pro plugin.

Requires: Basic license tier or higher. nself license set nself_pro_...

Install

nself license set nself_pro_xxxxx...
nself plugin install paypal

What It Does

Syncs PayPal payment data into your Postgres database via the PayPal REST API and webhooks. Tracks orders, captures, refunds, disputes, and subscriptions. Provides a webhook receiver for real-time payment event processing. With 14 synced tables, query PayPal data directly via Hasura GraphQL.

Configuration

Env Var Default Description
PAYPAL_PORT 3071 PayPal plugin port
PAYPAL_CLIENT_ID PayPal REST API client ID
PAYPAL_CLIENT_SECRET PayPal REST API client secret
PAYPAL_MODE sandbox Mode: sandbox or live
PAYPAL_WEBHOOK_ID PayPal webhook ID for validation

Ports

Port Purpose
3071 PayPal integration REST API

Database Tables

14 tables added to your Postgres database, including:

  • np_paypal_orders, order records
  • np_paypal_captures, payment captures
  • np_paypal_refunds, refund records
  • np_paypal_disputes, dispute/chargeback records
  • np_paypal_subscriptions, subscription state
  • np_paypal_plans, subscription plan definitions
  • np_paypal_webhook_events, raw event log
  • And 7 more for customers, invoices, payouts, etc.

Nginx Routes

Route Target
/paypal/webhook PayPal webhook receiver

Home


Getting Started


Commands


Features


Configuration


Plugins (87 + 10 monitoring)

Free (25)
Pro (62)
Planned (26)
  • plugin-audit
  • plugin-blog
  • plugin-checkout
  • plugin-commerce
  • plugin-drm
  • plugin-export
  • plugin-flow
  • plugin-import
  • plugin-ldap
  • plugin-mailgun
  • plugin-media
  • plugin-oauth-providers
  • plugin-pages
  • plugin-postmark
  • plugin-rate-limit
  • plugin-reports
  • plugin-saml
  • plugin-scheduler
  • plugin-sendgrid
  • plugin-sso
  • plugin-subscription
  • plugin-thumb
  • plugin-transcoder
  • plugin-twilio
  • plugin-waf
  • plugin-watermark

Guides


Architecture


Reference


Licensing


Security


Brand


Operations


Contributing


Admin


Changelog

Clone this wiki locally