Bank Account Statement
Bank account balance and statement information. Used with Verify Anything to prove account ownership and balance.
Credential Preview
This is how credentials using this template will appear. Values shown are sample data.
Claims / Fields
Required (6)
| Claim | Type | Description |
|---|---|---|
| name |
string
|
Name of the account holder (schema.org/Person#name) |
| provider |
string
|
Bank or financial institution (schema.org/Organization#name) |
| bankAccountType |
string
|
Type of account (Checking, Savings, Investment) |
| amount |
number
|
Current account balance (schema.org/MonetaryAmount#value) |
| currency |
string
|
Currency code (USD, EUR, GBP) per ISO 4217 |
| dateCreated |
string (date-time)
|
Date and time balance was recorded (ISO 8601) |
Optional (2)
| Claim | Type | Description |
|---|---|---|
| identifier |
string
|
Masked account number (e.g., ****1234) |
| temporalCoverage |
string
|
Statement period (e.g., 2024-02-01/2024-02-29) |
JSON-LD Context
[
"https://schema.org"
]