Live — powered by LBB LaoQR network

LaoQR Payment
Gateway

One API to accept QR payments from every banking app in Laos — with instant, real-time confirmation.

by SabaiMoney

Bank-grade security Real-time WebSocket 5-minute integration
LaoQR GatewayLaoQR · Live demoTry it now

Pick a test amount

This creates a real payment — scan with any Lao banking app to see instant confirmation.

99.9%
Uptime
<2s
QR Generation
Realtime
Payment Confirmation
100%
Made in Laos 🇱🇦

Platform

Everything you need to get paid

A complete payment infrastructure for companies and individuals in Laos.

Universal LaoQR Codes

Generate standard LaoQR codes that customers can scan and pay with any Lao banking application.

Instant Confirmation

A WebSocket event and a webhook fire the moment the payment succeeds — no polling required.

Built-in Wallet

Funds from successful payments accumulate in your merchant wallet, with withdrawals on request.

Developer-first API

A clean REST API with API-key auth. Create a payment with a single request and go live in minutes.

Reports & Dashboard

Track every transaction in a live dashboard with full history, filters, and settlement reports.

High Security

API keys, JWT sessions, full audit logging, and admin-approved withdrawals protect every kip.

How it works

Three steps to your first payment

  1. 1

    Create a payment

    Call the API with an amount. We generate a LaoQR code through the bank network instantly.

  2. 2

    Customer scans & pays

    Any Lao banking app works. The customer scans, confirms, and the bank settles the payment.

  3. 3

    Get notified instantly

    Your WebSocket and webhook fire in real time, and funds land in your gateway wallet.

create-payment.sh
curl -X POST https://gateway.sabaimoney.com/api/v1/payments/create \
  -H "X-API-Key: lpg_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{ "amount": 150000 }'

# → 201 Created
{
  "transaction_ref": "TXNMK11O4U1DAAC...",
  "qr_string": "00020101021138650016A0052662...",
  "qr_image": "data:image/png;base64,...",
  "status": "pending"
}

Ready to accept LaoQR payments?

Create a free account, grab an API key, and take your first payment today.