aps_verify_attribution_consent
Verify an attribution receipt's end-to-end integrity, checking citer and consent signatures and expiry, returning validity and reason.
Instructions
Representation boundary: verify an AttributionReceipt end-to-end (id, citer signature, consent signature, expiry). Returns {valid, reason?}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| now | No | Optional HybridTimestamp to pin the evaluation moment | |
| receipt | Yes | AttributionReceipt JSON |