Skip to main content

Get House Account History

GET 

/api/customers/:customer/house-account/history

Paginated house-account ledger history for the customer, newest first. Each entry records a value movement (charge, payment, adjustment, or write-off), the resulting balance, and who created it.

Required scope: customers:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token (PAT).

Entry type values: charge, payment, adjustment, write_off. is_charge is true when the entry's amount is positive (increases the balance owed). reference falls back to an HA-000123-style identifier when no explicit reference was recorded.

Pagination: per_page (default 10), page (default 1). Response includes standard Laravel pagination metadata.

Request

Responses

OK

Response Headers
    Content-Type