Trigger bill payment matching

POST /api/v1/bills/payment-suggestions/trigger

Run the AP matching engine to find bank transactions that match open bills.

Operation ID: trigger_bill_payment_matching_api_v1_bills_payment_suggestions_trigger_post · 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.

Request body

min_confidence number

Minimum confidence threshold (0.0–1.0)

auto_match boolean

If true, automatically accept high-confidence matches (>= 0.85)

bill_ids array · string

Limit matching to specific bill UUIDs

Responses

201 Successful Response

suggestions_created integer

New suggestions created

auto_linked integer

Auto-accepted high-confidence matches

total_candidates integer

Total candidates evaluated

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