report_repayment
Record a repayment event (PAID / PARTIAL / MISSED) against a previously- issued credit quote. Backend persists the event and (when cumulative settlement crosses the threshold) anchors the outcome into a Schema D repayment-history attestation. Idempotent on (quoteId, occurredAtIso). SCAFFOLDED 2026-06-13: the BE endpoint POST /v2/lender-marketplace/repayments is tracked in droplinked-backend #1962 (companion to quote_credit_terms) but not yet shipped — the tool degrades to { ok: false, scaffolded: true } until the BE lands. Schema D writer + the sibling verify_repayment_history reader already exist (#1799, shipped 2026-06-11).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quoteId | Yes | ||
| evidence | No | ||
| lenderId | Yes | ||
| eventType | Yes | ||
| merchantId | Yes | ||
| agentBearer | No | ||
| occurredAtIso | Yes | ||
| amountUsdCents | Yes |