Back to home
Tasks · T2-F
Validate ICVP QR in ITB
View flowSubmit the generated ICVP QR and passcode manually to the ITB validation service.
Requirements
T2-E
Links
Expected response
Positive response from ITB validation service.
Evidence
Screenshot of ITB response, ICVP, and passcode used for validation. Test case TK2_TC06.
Observations
Use the HCERT validator during the preparatory stage; during the in-person Connectathon, use ITB through Gazelle.
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":"${ICVP_QR_CONTENT}"}'Expected response
HTTP 200 with a positive validation result.
