Skip to content

Releases: OpenPay-App/OpenPay

OpenPay Preview Release

Pre-release

Choose a tag to compare

@OpenPay-App OpenPay-App released this 30 Jul 19:58

OpenPay is a self-hosted, open-source payment infrastructure that gives you full control over your payments stack — without vendor lock-in, hidden fees, or platform taxes.

Features

  • Payment Processing — Accept card payments, bank transfers, and local payment methods worldwide via Hyperswitch (100+ connectors)
  • Subscription Billing — Recurring payments, plans, invoicing, and dunning powered by Kill Bill
  • Fraud Detection — Real-time rule evaluation and case management with Tazama
  • Event-Driven Architecture — Every payment event flows through NATS JetStream for reactive workflows
  • Merchant Dashboard — Next.js admin UI with analytics, customers, subscriptions, and settings
  • Self-Hosted — Full Docker Compose stack, deploy on your own infrastructure

Getting Started

git clone https://github.com/OpenPay-App/openpay.git
cd openpay
cp .env.example .env
make up