QRIS API Gateway

Aurora UI • v25.08.11 (2508011)

Ringkasan

Gateway ini meneruskan request dari https://www.otp.lutify.my.id ke app.orderkuota.com. Disarankan menggunakan POST untuk parameter sensitif (username/token).

1) Login (Step 1)

Endpoint: POST /api/login

{
  "username": "USERNAME",
  "password": "PASSWORD"
}

2) Verifikasi OTP (Step 2)

Endpoint: POST /api/get-token

{
  "username": "USERNAME",
  "otp": "123456"
}

3) Mutasi (Paged)

Endpoint: GET/POST /api/qris-history

# GET
/api/qris-history?username=USR&token=TOKEN&jenis=masuk&page=1&jumlah=50

3b) Mutasi (Gabung Semua)

Endpoint: GET/POST /api/qris-history-all

{
  "username": "USR",
  "token": "TOKEN",
  "jenis": "masuk|keluar",
  "jumlah": "50",
  "dari_tanggal": "",
  "ke_tanggal": "",
  "keterangan": ""
}

Contoh cURL

curl -s -X POST \
  -H 'Content-Type: application/json' \
  -d '{"username":"USR","password":"PW"}' \
  https://www.otp.lutify.my.id/api/login
Copied!

Playground

Coba endpoint langsung dari browser. Nilai tidak disimpan.

Login — Step 1

Verifikasi OTP — Step 2

Mutasi — Paged

Method

Mutasi — Gabung Semua

Method

Withdraw

Environment

APP_VERSION_NAME
25.08.11
APP_VERSION_CODE
2508011

ENV tersedia: APP_VERSION_NAME, APP_VERSION_CODE, APP_REG_ID, ALLOWED_ORIGIN.

Disclaimer: Unofficial gateway. Gunakan sesuai ToS layanan upstream.