Q

Q-Pay Gateway SDK v1.0

Interactive Merchant Integration & Checkout Showcase

Sandbox Mode
Read Docs

Sample Products

Click any card to launch checkout overlay

Classic Apparel

High-quality custom design cotton t-shirt.

₦5.00

Digital Pro Plan

Access to all premium platform features.

₦10.00

Custom Support

Specify any custom amount to donate.

Interactive SDK Playground

Initialize SDK Configurations

Live SDK Logger

> SDK Playground initialized. Configure settings and click Launch...

Endpoint Credentials

Merchant Public Key: q_pk_dYBLjUrJJZkGdPeq6orf9xZwONXuMMmB
API Base URL: https://api.qqweb.net
SDK Script URL: https://api.qqweb.net/static/js/q-pay.98c097d1ce80.js

Code Integration

Simply render standard buttons with checkout configurations:

<script src="https://api.qqweb.net/static/js/q-pay.98c097d1ce80.js"></script>
<script>
  window.Q_PAY_CONFIG = {
    publicKey: 'q_pk_dYBLjUrJJZkGdPeq6orf9xZwONXuMMmB',
    baseUrl: 'https://api.qqweb.net'
  };
</script>

<button class="q-payment-button"
  data-amount="5"
  data-email="customer@example.com"
  data-reference="REF_123">
  Pay with Q
</button>