Complete an underwriting assessment

POST/api/v1/credit/underwriting/assessments/{assessment_id}/completion

Scores measured figures against the program's criteria set and closes the assessment. Returns per-criterion value, threshold, pass or fail, and source, plus roll-up counts and a weighted score. A criterion we could not measure comes back passed: null rather than false — those call for opposite actions. No recommendation is returned at any point.

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

Parameters

Path

assessment_idstringrequired

Request body

measured_valuesobjectrequired

Criterion key to measured figure.

financialsobject

Income statement, balance sheet, debt facilities, cash flow.

evidenceobject

Per-criterion evidence trail.

segmentstring

Merchant segment for threshold overrides.

Responses

201Successful Response

successboolean
messagestring
codestring
dataUnderwritingAssessmentResponse

400Bad Request - Invalid input

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

404Not Found - Resource does not exist

422Validation Error

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