Brianz Store API Documentation

Profile

POST: https://brianzstore.com/api/profile

ParameterTypeValueReq.
keystringberisi apikey anda.Yes
signstringmd5(API ID + API KEY)Yes
{
  "result": true,
  "data": {
    "username": "miyabi",
    "balance": 9999,
    "level": "resseler",
    "registered": "2023-05-15 10:21:15"
  },
  "message": "Successfully got your account details."
}

Service

POST: https://brianzstore.com/api/service

ParameterTypeValueReq.
keystringberisi apikey anda.Yes
signstringmd5(API ID + API KEY)No
filter_typestringtype / brandNo
filter_valuestringtipe atau brandNo
filter_statusstringavailable / emptyNo
{
  "result": true,
  "data": {
    "code": "ML86",
    "category": "MOBILE LEGENDS",
    "name": "86 Diamond",
    "type": "Games",
    "price": {
      "guest": 23000,
      "member": 20000,
      "reseller": 15000
    },
    "varian": "Membership",
    "status": "available / empty",
    "update_at": "2025-05-01 11:13:17"
  },
  "message": "Daftar layanan berhasil didapatkan."
}

Order

POST: https://brianzstore.com/api/order

ParameterTypeValueReq.
keystringberisi apikey anda.Yes
signstringmd5(API ID + API KEY)Yes
servicestringkode layananYes
targetstringContoh: 1234|123Yes
{
  "result": true,
  "data": {
    "order_id": "BS123123123",
    "data": "123456|1234",
    "code": "ML86",
    "service": "86 Diamond",
    "status": "process",
    "note": "Berhasil dibayar",
    "price": 20000
  },
  "message": "Pesanan berhasil, pesanan akan diproses."
}

Status

POST: https://brianzstore.com/api/status

ParameterTypeValueReq.
keystringberisi apikey anda.Yes
signstringmd5(API ID + API KEY)Yes
order_idstringID pesananYes
limitintegerberisi limit transaksi, hapus parameter 'order_id' jika ingin melihat banyak transaksi sekaligus.No
{
  "result": true,
  "data": {
    "order_id": "BS123123123",
    "data": "123456 - 1234",
    "code": "ML86",
    "service": "86 Diamond",
    "status": "pending, process, error, system, success",
    "note": "Berhasil dibayar",
    "price": 20000
  },
  "message": "Detail transaksi berhasil didapatkan."
}

Webhook

POST: urlcallback.com

HeaderValue
Content-Typeapplication/json
ParameterTypeValue
order_idstringBSxxxxxx
datastringxxxxxx
servicestringservice
statusstringsuccess / error
notestringsn-xxxxxx
priceinteger10000
{
  "order_id": "BSxxxxxx",
  "data": "xxxxxx",
  "service": "service",
  "status": "success / error",
  "note": "sn-xxxxxx",
  "price": 10000
}