create_paybox_work_link
Generate a digest-only external evidence link between an existing workReceiptId and a Paybox operation artifact, enabling portable correlation without persisting data or changing claim eligibility.
Instructions
Derive and return a digest-only external evidence link between an existing AIPOU workReceiptId and an opaque Paybox operation artifact. It is a pure local calculation: it does not persist the link, call Paybox, unlock a wallet, create a payment, sign a transaction, or change AIPOU claim eligibility. Use it for portable correlation only, and verify both artifacts with their native systems before relying on the returned link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issuedAt | Yes | ISO-8601 time at which this correlation artifact is issued. | |
| workReceiptId | Yes | Existing lowercase AIPOU workReceiptId. | |
| payboxOperationId | Yes | Opaque Paybox operation reference. Never send a credential, wallet address, payment token, or secret. | |
| payboxOperationDigest | Yes | Lowercase SHA-256 digest of the Paybox operation artifact bytes. |