Create a verification template
A verification profile is the question you put to a wallet: which credentials you will accept and which claims you need from them.
What a profile decides
| Query | A DCQL query naming the credential types, formats and claim paths requested |
| Assurance policy | Response mode, verifier identifier scheme and wallet launch scheme |
| Acceptance | Which formats satisfy the request — a profile may accept SD-JWT VC or mdoc for the same credential |
Ask for the minimum. A profile that requests a birth date where an over-18 answer would do is one your holders are entitled to refuse.
Getting one
Verification profiles are provisioned by LutraID. The organization API exposes the catalogue read-only; you control which profiles each verifier may use.
Tell us what you need to establish and we will express it as the narrowest query that answers it.
Assign it to a verifier
Open the verifier under Verifiers and assign the profile from its detail page — PUT and DELETE on the verifier's verification profiles over the API. Profiles are per-verifier, so a verifier with none assigned cannot start a verification.