---
title: "List Order Balance"
method: GET
path: "/balances/orders"
tags: ["List Order Balance"]
---

# List Order Balance

`GET /balances/orders`

Ambil daftar order balance milik user yang sedang login.

## Headers

- `Accept` string, required
- `Authorization` string, required

## Response `200`

Order balance retrieved successfully

- OrderBalanceListSuccessResponse
  - `response` object
    - `status` string
    - `status_code` integer
    - `message` string
  - `data` object
    - `items` OrderBalanceListItem[]
      - `order_number` string — Nomor order balance.
      - `balance` integer — Nominal balance yang dibeli.
      - `payment_method` string — Metode pembayaran yang dipilih.
      - `promo_code` string, nullable — Promo code yang digunakan, jika ada.
      - `discount_amount` integer — Nominal potongan promo.
      - `payment_fee` integer — Biaya pembayaran.
      - `total_amount` integer — Total akhir yang harus dibayar.
      - `status` 'pending' | 'paid' | 'cancelled' | 'expired' — Status order balance.
      - `created_at` string — YYYY-MM-DD HH:mm:ss
      - `updated_at` string — YYYY-MM-DD HH:mm:ss
    - `meta` PaginationMeta
      - `current_page` integer
      - `per_page` integer
      - `total` integer
      - `last_page` integer

## Other responses

- `401` — Unauthorized (token tidak valid)

---

[API](https://skmtc.net/rapatin/apis/authentication.md) · [All operations](https://skmtc.net/rapatin/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapatin/authentication/revisions/5aa22566f41f/schema)
