Verified starter

RiskCheck API

A backend-only invoice-risk contract with request schemas, deterministic reason codes, validation errors, idempotency, rate limits, and QA fixtures. The preview is an API workbench, not a dashboard.

Placeholder API data only - no payment approval UI
RC
POST /v1/invoice-risk
Backend API contract workbench
Request JSON
placeholder fixture
Response
200
Risk decision ready

Invoice risk decision returned from deterministic rules.

Risk decision
low
Score12
Reason codes
NO_RISK_FLAGS
Recommended next action
Auto-approve eligible invoice
Required endpoint
POST /v1/invoice-risk
Must return
riskLevel, score, reasonCodes, nextAction
Must cover
422 validation, duplicate signals, replay, 429 limits