Financial Transaction
Verified payment receipts, invoices, or financial records. Includes amount, parties, transaction ID, and date.
External Reference
https://schema.org/MonetaryAmountCredential Preview
This is how credentials using this template will appear. Values shown are sample data.
Claims / Fields
Required (5)
| Claim | Type | Description |
|---|---|---|
| name |
string
|
Type of transaction (Payment, Invoice, Receipt) |
| amount |
number
|
Transaction amount (schema.org/MonetaryAmount#value) |
| currency |
string
|
Currency code per ISO 4217 (USD, EUR, etc.) |
| startTime |
string (date-time)
|
Date and time of transaction (ISO 8601) |
| identifier |
string
|
Unique transaction identifier |
Optional (3)
| Claim | Type | Description |
|---|---|---|
| agent |
string
|
Name of the payer/sender (schema.org/Person#name) |
| recipient |
string
|
Name of the payee/recipient (schema.org/Person or Organization) |
| description |
string
|
Description or memo for the transaction |
JSON-LD Context
[
"https://schema.org"
]