---
title: "Get customer balance"
method: GET
path: "/customers/{customer_id}/balance"
tags: ["Customers"]
---

# Get customer balance

`GET /customers/{customer_id}/balance`

Get customer balance

## Response `200`

OK

- object
  - `customer_balance` string
  - `balance_history` object[]
    - `balance_history_id` integer
    - `order_id` integer
    - `order_offer_id` integer, nullable
    - `credit_type` string
    - `credit_source` integer, nullable
    - `credit_total` string
    - `credit_total_used` string
    - `auto_apply` boolean
    - `transaction_cycle` integer, nullable
    - `date_expire` string, nullable
    - `date_created` string, date-time
    - `date_modified` string, date-time
    - `created_by` integer
    - `modified_by` integer

## Other responses

- `401` — Unauthorized response
- `403` — Forbidden response
- `500` — Error response

---

[API](https://skmtc.net/vrio/apis/crm-configuration.md) · [All operations](https://skmtc.net/vrio/apis/crm-configuration/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vrio/crm-configuration/versions/62037010356e/schema)
