Accept Payments in Minutes

The easiest way to accept payments on your website. No complex backend required. Just copy, paste, and start selling.

Easiest Integration

Perfect for simple products or donations. Just add the script tag and use our pre-styled button. Q handles the entire secure payment flow popup.

Copy & Paste Code

<!-- Include Q Payment SDK -->
<script src="https://api.qsocial.net/static/js/q-pay.js"></script>

<!-- Initialize Q Payment -->
<script>
    window.Q_PAY_CONFIG = {
        publicKey: 'YOUR_PUBLIC_KEY',
        baseUrl: 'https://api.qsocial.net'
    };
</script>

<!-- Add Payment Button -->
<button class="q-payment-button"
        data-amount="5000"
        data-email="customer@example.com"
        data-reference="ORDER123"
        data-callback-url="https://your-website.com/verify">
    Pay with Q
</button>

How it works

1

User clicks the button on your site.

2

Secure Q Payment modal opens instantly.

3

Payment completes and redirects to your callback URL.