---
title: "Show Balance Account"
method: GET
path: "/balances/account"
tags: ["Show Balance"]
---

# Show Balance Account

`GET /balances/account`

Ambil informasi akun customer beserta rincian saldo yang dimiliki.

## Headers

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

## Response `200`

Balance account retrieved successfully

- BalanceAccountSuccessResponse
  - `response` object
    - `status` string
    - `status_code` integer
    - `message` string
  - `data` object
    - `account` object
      - `id` integer — ID akun customer.
      - `name` string — Nama customer.
      - `email` string — Email customer.
      - `phone` string — Nomor telepon customer.
      - `company` string, nullable — Nama perusahaan customer, jika ada.
      - `address` string, nullable — Alamat customer, jika ada.
      - `role` string — Role akun.
      - `created_at` string — Tanggal akun dibuat dalam format YYYY-MM-DD HH:mm:ss
      - `updated_at` string — Tanggal akun terakhir diperbarui dalam format YYYY-MM-DD HH:mm:ss
    - `balance` object
      - `all_balance` integer — Total seluruh saldo yang dimiliki akun.
      - `referral_balance` integer — Saldo yang berasal dari referral.
      - `own_balance` integer — Saldo utama / saldo hasil top up sendiri.
      - `promo_balance` integer — Saldo yang berasal dari promo.

## 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)
