OwnPay Quick Guide
This guide describes how to integrate your e-commerce platform or application with the OwnPay payment gateway.
OwnPay is an enterprise-grade, open-source, white-labeled payment gateway platform. It operates on a single-owner, multi-brand model allowing businesses to manage payment gateways, transactions, customers, and companion mobile devices under their own custom domains.
For the full, interactive API Reference and step-by-step developer walkthrough, please visit the OwnPay Merchant API Integration Guide.
Integration Flow
- Create a payment intent using the Merchant API (
POST /api/v1/payments) to retrieve acheckout_url. - Redirect the customer to the checkout page, and handle the real-time status update via HMAC-SHA256 verified webhook (IPN) notifications.
[!TIP]
Use the OwnPay Merchant API Integration Guide & Reference for testing sandbox endpoints, finding query schemas, and checking parameter definitions.
Developer & Community Resources
Documentation & Development
- Merchant Integration Guide (Primary): OwnPay Merchant API Integration Guide
- Main Documentation Portal: learn.ownpay.org
- Detailed Integration: Detailed Integration
- Plugin Development Guide: Plugin Developer
- Hooks & Filters Reference: Hook Reference
- SDKs & Third-Party Plugins: SDK and Plugins Catalog
Code & Support
- GitHub Repository: OwnPay on GitHub
- Community Discussions: GitHub Discussions
- Bug Reports & Issues: Report an Issue
Social & Community
- Facebook Page: OwnPay Facebook Page
- Facebook Group: OwnPay Community Group
- YouTube Channel: OwnPay YouTube Channel
Updated about 1 month ago
Did this page help you?