AI payment priority suggestions

POST /api/v1/bills/suggest-payment-priority

Get AI-powered bill payment priority recommendations.

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

Responses

201 Successful Response

recommendations array · PaymentPriorityItem PaymentPriorityItem
6 fields
bill_id string required

Bill ID

vendor_name string required

Vendor name

amount integer required

Amount in cents

due_date string required

Due date

priority_score number required

Priority score 0-1

reason string required

Reason for priority ranking

projected_balance integer

Projected balance in cents

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