---
title: "Customer status snapshot"
method: GET
path: "/customers/{id}/status/"
tags: ["Billing"]
---

# Customer status snapshot

`GET /customers/{id}/status/`

Returns a financial summary for the customer: status, total finalized sales,
sales in the current month, outstanding balance and source flags.

## Response `200`

Customer status snapshot.

- CustomerStatus
  - `status` 'active' | 'archived' | 'pending'
  - `sales` number
  - `sales_current_period` number
  - `balance` number
  - `has_valuable_sources` boolean — True if the customer has reusable sources that should be preserved on archive.
  - `has_archivable_abandoned_sources` boolean — True if the customer has abandoned reusable sources linked to payments.

## Other responses

- `404` — Resource not found.

---

[API](https://skmtc.net/piriod/apis/piriod-api.md) · [All operations](https://skmtc.net/piriod/apis/piriod-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/piriod/piriod-api/versions/70cbc827dc7b/schema)
