Fields
| Field | Type | Description |
|---|---|---|
verificationId | string | Unique identifier for the verification. |
businessTransactionId | string | The transaction being verified. |
status | string | Verification outcome. |
message | string | Human-readable detail. |
verifiedAt | Date | When verification ran. |
trustRecordHash | string | The hash of the trust record this verification checked against. |
How to trigger it
Relationships
A successful Verification is a prerequisite for generating a Receipt. Verification logic lives in theverification package.