Back to home
Tasks · T1.1-F
Validate VHL in ITB
View flowSubmit the generated VHL QR and passcode to the ITB validation service.
Requirements
T1.1-C
Links
- ITB validation platform
Expected response
Positive validation response from ITB.
Evidence
Screenshot of the ITB response, VHL, and passcode used for validation.
Observations
Manual validation in ITB. Test cases: TK1.1_TC07 and TK1.1_TC17.
Requests to run
Collection
VHL and ICVP validators - GDHCN Validator
Validate QR Code
curl -X POST "${VHL_SERVER}/v2/vshcValidation" \
-H "Content-Type: application/json" \
-d '{"qrCodeContent":"${QR_CONTENT}"}'Expected response
HTTP 200 with successful validation steps for the QR/VHL.
