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

  1. Create a payment intent using the Merchant API (POST /api/v1/payments) to retrieve a checkout_url.
  2. 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

Code & Support

Social & Community



Did this page help you?