List bill payment suggestions

GET/api/v1/bills/payment-suggestions

List auto-detected matches between bank transactions and open bills.

Operation ID: list_bill_payment_suggestions_api_v1_bills_payment_suggestions_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

bill_idstring

Filter by bill UUID

statusstringdefault: pending

Filter by status

min_confidencenumber

Minimum confidence threshold

start_datestring · date

Only include suggestions whose transaction date is on or after this date (YYYY-MM-DD)

end_datestring · date

Only include suggestions whose transaction date is on or before this date (YYYY-MM-DD)

limitintegerdefault: 100

Max results

Responses

200Successful Response

successboolean
messagestring
codestring
dataBillPaymentSuggestionsListResponse

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject