The response to a check digit verification request, containing the outcome of the performed verification.
Indicates whether the check digit verification was successful or not.
PASSED: The provided data passed verification.
FAILED: The provided data failed verification.
SKIPPED: No verification was performed.
{ "outcome": "PASSED", "reasonInfo": { "additionalInformation": "string", "reason": { … } } }