ep_submit_receipt
Submit a transaction receipt to the EP ledger, creating an immutable, cryptographically hashed, and chain-linked record. Requires an API key and transaction reference.
Instructions
Submit a transaction receipt to the EP ledger. Requires an API key. Receipts are append-only, cryptographically hashed, and chain-linked. transaction_ref is REQUIRED. agent_behavior is the strongest signal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | Entity to evaluate | |
| transaction_ref | Yes | External transaction reference (required) | |
| transaction_type | Yes | ||
| agent_behavior | No | Observable behavioral outcome (strongest Phase 1 signal) | |
| delivery_accuracy | No | 0-100 | |
| product_accuracy | No | 0-100 | |
| price_integrity | No | 0-100 | |
| return_processing | No | 0-100 | |
| claims | No | Structured claims (delivered, on_time, price_honored, as_described) | |
| evidence | No | Supporting evidence references | |
| context | No | Context key: { task_type, category, geo, modality, value_band, risk_class } |