Ack clock
1 hour
Owner acknowledges the payout and names the reviewer.
An irreversible payment flow that binds receipts, clocks, and compensation commitments.
Scenario
When actions cannot be rolled back, compensation and review clocks become non-negotiable.
Receipt
Irreversible actions must emit a receipt before execution.
{
"schema_version": "1.0.0",
"receipt_id": "RCP-2026-1362",
"issued_at": "2026-06-19T16:21:33Z",
"owner": { "name": "Payments Risk", "role": "System owner" },
"subject": { "id": "txn-22098", "type": "payment" },
"action": { "class": "TRANSFER", "description": "Release irreversible payout", "reversible": false },
"decision": { "decision_type": "payout_release", "reason_codes": ["RISK-LOW"] },
"clocks": { "ack": { "hours": 1 }, "review": { "hours": 8 }, "remedy": { "hours": 48 } },
"appeal_path": { "url": "/appeals/payout", "channel": "in-app form" }
} Clocks
Clocks ensure review and remedy timelines are explicit.
1 hour
Owner acknowledges the payout and names the reviewer.
8 hours
Human review checks for fraud, sanctions, or payout errors.
48 hours
Compensation, reversal substitute, or dispute resolution begins.
Exceptions
AML or legal holds cannot erase receipts or clocks.
Remedy
Irreversible actions must guarantee a compensation path.
Bindings
Release gates and evidence packs keep the flow auditable.