Skip to main content
GET
Customer financial summary

What it returns

A customer’s invoice-derived financial position, one block per currency:
  • outstanding — the amount remaining on open + past_due invoices.
  • past_due / past_due_count — the past-due slice of that, and how many invoices it spans.
  • billed — lifetime issued total.
  • paid — lifetime paid.
Written-off invoices are excluded from outstanding; draft and void invoices are excluded from billed and paid. Money is never summed across currencies — a customer billed in both USD and INR gets two blocks, not one converted figure. Every number here is derived from invoices you can list with List Invoices filtered by customer_id, so it can always be explained; see Explain any number.

Example request

Example response

Fields

Read-only. A customer with no non-draft invoices returns an empty currencies list; a missing or cross-tenant id returns 404. For the customer’s account-credit position, use the credit statement.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Response

The financial summary.

data
object