Documentation API
Login Get Started
Bank-grade Security

The Payment Infrastructure for Modern Business

Generate dynamic QRIS codes instantly, accept payments from any Indonesian e-wallet, and manage everything through a simple API.

No credit card required
Setup in under 5 minutes
Toko Bali
Active
QRIS Demo

Rp 150.000

Expires in 23h 45m
47 payments today

Trusted by merchants across Indonesia

Platform Features

Everything you need to accept QRIS payments

Our infrastructure is built for speed, security, and developer happiness.

Instant QR Generation

Generate a unique QRIS code with injected nominal in milliseconds. Each QR is CRC-verified and valid for 24 hours.

Learn more →

Developer-First API

RESTful API with Bearer token auth. Generate, fetch, and manage QRs programmatically from any stack.

View docs →

Built-in Confirmation

Buyers upload their payment proof directly on the QR page. Receive and review all submissions from your dashboard.

See how →

Up and running in minutes

Simple integration steps to start accepting payments today.

01

Create Account

Register and get your API key instantly.

02

Configure QRIS

Paste or scan your QRIS string in Settings.

03

Generate QR

Set nominal, choose theme, get a shareable link.

04

Receive Payment

Buyer scans, pays, and uploads proof — all in one page.

REST API

Integrate in minutes, not days.

Our API is built by developers, for developers. Clean, predictable, and powerful.

Read the Docs
// Endpoint: POST /api/generate
const res = await fetch('https://lookbali.com/api/generate', {
  method: 'POST',
  headers: { 'Authorization': 'Bearer {api_key}' },
  body: JSON.stringify({ nominal: 50000 })
});
const { url } = await res.json();
window.location.href = url; // Redirect to customer checkout
Get started for free

Ready to accept payments?

Join merchants already using LookBali infrastructure.

Create Free Account