Disputes
List Disputes
List the tenant’s customer-raised invoice disputes, optionally filtered by status.
GET
List invoice disputes (tenant-scoped)
Returns the disputes customers have raised against the tenant’s invoices,
optionally narrowed to one status. A dispute is a customer’s query against one
of their invoices, raised from the
customer portal; it stays
The response carries no pagination metadata; page with
open until
an operator closes it with Resolve Dispute.
Fetch a single one with Get Dispute.
There is no admin dashboard for disputes yet — this API is the current surface.
Query Parameters
Example Request
Response
limit/offset and
stop when a page comes back short.
Fields
Errors
Errors use the standard envelope — see Errors.
Authorizations
Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.
Query Parameters
Max rows returned (clamped to 1000).
Required range:
x <= 1000Rows to skip, for paging past the clamp.
Required range:
x >= 0Filter by dispute status.
Available options:
open, resolved, rejected Response
The tenant's disputes.