> ## Documentation Index
> Fetch the complete documentation index at: https://ownpay.org/docs/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> OwnPay is licensed under AGPL-3.0 and is completely free - no licensing fees.
> Production docs URL: https://ownpay.org/docs - append .md to any page URL for clean markdown.
> OwnPay requires PHP 8.3+, MySQL/MariaDB, and Redis.
> MCP server available at https://ownpay.org/docs/mcp for programmatic documentation queries.
> Use root-relative links (e.g. /quickstart) for internal navigation - do NOT include /docs prefix.
> Plugin development: consult /developer/plugin-types/ pages for correct interfaces and manifests.

# OwnPay Ecosystem - Demo, Plugins, Registry, and Support

> Discover the wider OwnPay ecosystem, including our live demo, plugin marketplace, version registry, blog, and enterprise support channels.

The OwnPay platform is supported by a rich ecosystem of external services, resources, and support portals to help you deploy, configure, and scale your payment gateway infrastructure.

***

## Key Platforms

Access the official platforms powering the OwnPay ecosystem.

<CardGroup cols={3}>
  <Card title="Main Website" icon="globe" href="https://ownpay.org">
    Explore marketing features, download binaries, and check out open-source licensing.
  </Card>

  <Card title="Live Demo" icon="play" href="https://demo.ownpay.org">
    Interact with the sandbox dashboard, test sample payments, and review setup interfaces risk-free.
  </Card>

  <Card title="Blog & News" icon="newspaper" href="https://blog.ownpay.org">
    Read implementation tutorials, release highlights, and engineering updates from the core team.
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="Plugin Marketplace" icon="puzzle-piece" href="https://plugins.ownpay.org">
    Browse gateway integrations, admin dashboard addons, and checkout themes submitted by the community.
  </Card>

  <Card title="Version Registry" icon="list-check" href="https://update.ownpay.org">
    Monitor release updates, check dependency security alerts, and track update tags.
  </Card>

  <Card title="Enterprise Support" icon="headset" href="https://support.ownpay.org">
    Obtain dedicated SLAs, architectural consulting, and custom gateway design services.
  </Card>
</CardGroup>

***

## 1. Version Registry & Updates

The **Version Registry** (`update.ownpay.org`) is the central database of all official OwnPay releases, security patches, and version checks.

> \[!TIP]
> You can check for updates directly inside your platform administrative panel at **System > System Update**. For custom integrations or automated container build checks, query our public REST API.

### Registry Update API Reference

The Update Registry API is a public, CORS-enabled REST service that provides information about releases, package download mirrors, and cryptographic signatures.

* **Base URL**: `https://update.ownpay.org/api/v1`

***

#### 1. Fetch Latest & Historical Releases

Retrieve the most recent release metadata along with a chronologically sorted history of all releases.

* **Endpoint**: `/release`
* **Method**: `GET`
* **Response payload (`200 OK`)**:

```json theme={null}
{
  "latest": {
    "version": "0.2.0",
    "version_code": "0.2.0",
    "channel": "stable",
    "download_url": {
      "github": "https://github.com/own-pay/OwnPay/releases/download/v0.2.0/ownpay-0.2.0.zip",
      "local": "https://update.ownpay.org/releases/download/0.2.0/ownpay-0.2.0.zip"
    },
    "signature": "a0k4m4Cj3ljrV1/R0jtI4w1FR...",
    "checksum_sha256": "7f8e833ce3dd4d6b97fa519e69d40b15e3587aa52a3c4c5db01a5bf8281aa7a0",
    "min_php_version": "8.3.0",
    "min_ownpay_version": "0.1.0",
    "breaking_changes": false
  },
  "releases": [
    {
      "version": "0.2.0",
      "version_code": "0.2.0",
      "channel": "stable",
      "download_url": {
        "github": "https://github.com/own-pay/OwnPay/releases/download/v0.2.0/ownpay-0.2.0.zip",
        "local": "https://update.ownpay.org/releases/download/0.2.0/ownpay-0.2.0.zip"
      }
    }
  ]
}
```

***

#### 2. Get Specific Release Details

Fetch detailed specifications, signatures, and DB migrations for a targeted version.

* **Endpoint**: `/release/{version_code}`
* **Method**: `GET`
* **URL Parameters**:
  * `version_code` (e.g., `0.2.0`)
* **Response payload (`200 OK`)**:

```json theme={null}
{
  "version": "0.2.0",
  "version_code": "0.2.0",
  "channel": "stable",
  "download_url": {
    "github": "https://github.com/own-pay/OwnPay/releases/download/v0.2.0/ownpay-0.2.0.zip",
    "local": "https://update.ownpay.org/releases/download/0.2.0/ownpay-0.2.0.zip"
  },
  "signature": "a0k4m4Cj3ljrV1/R0jtI4w1FR...",
  "signature_url": "https://github.com/own-pay/OwnPay/releases/download/v0.2.0/signature.sig",
  "checksum_sha256": "7f8e833ce3dd4d6b97fa519e69d40b15e3587aa52a3c4c5db01a5bf8281aa7a0",
  "changelog_url": "https://github.com/own-pay/OwnPay/releases/download/v0.2.0/changelog.md",
  "release_date": "2026-07-07",
  "size_bytes": 10512303,
  "min_php_version": "8.3.0",
  "min_ownpay_version": "0.1.0",
  "migrations": [
    "001_add_locked_api_key_status.sql",
    "002_add_manual_gateway_payment_number.sql"
  ],
  "breaking_changes": false
}
```

***

## 2. Plugin Marketplace

The **Plugin Marketplace** (`plugins.ownpay.org`) lets you extend OwnPay's capabilities without modifying the core codebase.

* **Explore Adapters**: Find local adapters (bKash, Nagad, GCash, Razorpay) and global processors (Stripe, PayPal, Square).
* **Themes & UI**: Download Blade layouts to override checkouts for specific tenant niches.
* **Publish Extensions**: Submit your custom gateway or addon module. Learn more in the [Plugin Development Overview](/developer/plugins/overview).

***

## 3. Enterprise Support

For high-volume merchants, platforms, or payment networks requiring guaranteed uptime, **Enterprise Support** (`support.ownpay.org`) offers direct developer access.

### Support Scope

* **Custom Gateway Scaffold**: Custom PHP gateway driver development.
* **Auditing**: Database scoping reviews, PCI-DSS compliance consultation, and penetration testing support.
* **SLA Contracts**: Guaranteed ticket turnaround times for system-critical bugs.


## Related topics

- [Developer Quickstart - Build Your First Payment Integration](/docs/developer/quickstart.md)
- [OwnPay API Overview - REST API for Multi-Brand Payments](/docs/api/overview.md)
- [Subscribe - Release Announcements and Security Bulletins](/docs/user-guide/subscribe.md)
- [Node.js SDK - TypeScript-First Payment Integration](/docs/developer/integration/nodejs.md)
- [Explore the OwnPay Demo - Try the Live Payment Dashboard](/docs/demo.md)
