---
title: "View optimized finance information of an existing customer"
method: GET
path: "/v1/CustomersOptimized/{id}/Finance"
tags: ["CustomersOptimized"]
---

# View optimized finance information of an existing customer

`GET /v1/CustomersOptimized/{id}/Finance`

View optimized finance information of an existing customer

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevAppModelsCustomerOptimizedFinanceModel[]
  - `amount_due` number, double — Total balance that has been reported on a bill.
  - `amount_overdue` number, double — Total balance that is past it's due date.
  - `balance` number, double — Total balance, including transactions not yet reported on a bill.
  - `due_date` string, date-time — Oldest due date with remaining balance.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Other responses

- `404` — NotFound
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
