Report fields specific to account verification services in South Africa. All fields are always present, and where a verification was not requested, it will default to a value of 'NOT_CHECKED'
schema required | string |
accountFound required | string (TernaryVerificationOutcome) Indicates whether or not the associated verification item was true (passed/positive), false (failed/negative) or was not checked. |
accountOpen required | string (TernaryVerificationOutcome) Indicates whether or not the associated verification item was true (passed/positive), false (failed/negative) or was not checked. |
accountTypeMatch required | string (TernaryVerificationOutcome) Indicates whether or not the associated verification item was true (passed/positive), false (failed/negative) or was not checked. |
creditsAllowed required | string (TernaryVerificationOutcome) Indicates whether or not the associated verification item was true (passed/positive), false (failed/negative) or was not checked. |
debitsAllowed required | string (TernaryVerificationOutcome) Indicates whether or not the associated verification item was true (passed/positive), false (failed/negative) or was not checked. |
emailMatch required | string (TernaryVerificationOutcome) Indicates whether or not the associated verification item was true (passed/positive), false (failed/negative) or was not checked. |
initialsMatch required | string (TernaryVerificationOutcome) Indicates whether or not the associated verification item was true (passed/positive), false (failed/negative) or was not checked. |
mobileMatch required | string (TernaryVerificationOutcome) Indicates whether or not the associated verification item was true (passed/positive), false (failed/negative) or was not checked. |
nameMatch required | string (TernaryVerificationOutcome) Indicates whether or not the associated verification item was true (passed/positive), false (failed/negative) or was not checked. |
olderThanThreeMonths required | string (TernaryVerificationOutcome) Indicates whether or not the associated verification item was true (passed/positive), false (failed/negative) or was not checked. |
organisationIdentificationMatch required | string (TernaryVerificationOutcome) Indicates whether or not the associated verification item was true (passed/positive), false (failed/negative) or was not checked. |
privateIdentificationMatch required | string (TernaryVerificationOutcome) Indicates whether or not the associated verification item was true (passed/positive), false (failed/negative) or was not checked. |
trustIdentificationMatch required | string (TernaryVerificationOutcome) Indicates whether or not the associated verification item was true (passed/positive), false (failed/negative) or was not checked. |
{- "schema": "ZA_AVS",
- "accountFound": "TRUE",
- "accountOpen": "TRUE",
- "accountTypeMatch": "TRUE",
- "creditsAllowed": "TRUE",
- "debitsAllowed": "TRUE",
- "emailMatch": "TRUE",
- "initialsMatch": "TRUE",
- "mobileMatch": "TRUE",
- "nameMatch": "TRUE",
- "olderThanThreeMonths": "TRUE",
- "organisationIdentificationMatch": "TRUE",
- "privateIdentificationMatch": "TRUE",
- "trustIdentificationMatch": "TRUE"
}