List delayed charges

GET /api/v1/delayed-charges

List all delayed charges for the business with optional filtering.

Operation ID: list_delayed_charges_api_v1_delayed_charges_get · View as markdown · OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Query

search string

Search delayed charges by description

customer_id string

Filter by customer ID

status DelayedChargeStatusEnum

Filter by status

type DelayedChargeTypeEnum

Filter by type

cursor string

Pagination cursor

limit integer default: 50

Page size

Responses

200 Successful Response

items array · DelayedChargeResponse requiredDelayedChargeResponse

List of items

20 fields
id string required
business_id string required
customer_id string required
type string required
status string required
currency string required
amount integer required
amount_in_dollars string required
description string required
internal_notes string
line_items object
service_date string · date-time
invoiced_invoice_id string
invoiced_at string · date-time
created_at string · date-time required
updated_at string · date-time required
customer_name string
can_be_updated boolean
can_be_deleted boolean
can_be_invoiced boolean
total integer

Total number of items (null when not calculated for performance)

limit integer

Pagination limit

next_cursor string

Cursor for next page

prev_cursor string

Cursor for previous page

has_next boolean required

Whether there are more items

has_prev boolean required

Whether there are previous items

401 Unauthorized - Authentication required

403 Forbidden - Insufficient permissions

422 Validation Error

detail array · ValidationError ValidationError
5 fields
loc array · string | integer required
msg string required
type string required
input object
ctx object