Completed Identity Verification for a Contact

POST {{baseUrl}}/cas/contactsVerification/events/{{eventId}}/contacts/{{contactId}}

Input results of a Identity Verification of a contact.

Scopes Required

  • identity_provider

Path Variables

KeyDatatypeMandatoryComments
requestIdStringYesThe eventId sent by BGL in the webhook message
contactIdStringYesThe ID of the contact sent by BGL

Request Body

KeyDatatypeMandatoryComments
contactIdStringYesThe ID of the contact sent by BGL
responseSuccessStringYesTrue if verification passed, False if the verification failed.
responseSuccessNotesStringYesNotes for the verification (If any)
verificationsObjectYessee verifications below
responseFilesObjectNoany documents/Reports that can be sent back to BGL for the verification process

verifications object

KeyDatatypeMandatoryComments
nameBooleanNoTrue if details have been successfully verified. False should be returned in all other circumstances
addressBooleanNoTrue if details have been successfully verified. False should be returned in all other circumstances
birthDetailsBooleanNoTrue if details have been successfully verified. False should be returned in all other circumstances
driversLicenseBooleanNoTrue if details have been successfully verified. False should be returned in all other circumstances
citizenshipCertificateBooleanNoTrue if details have been successfully verified. False should be returned in all other circumstances
passportBooleanNoTrue if details have been successfully verified. False should be returned in all other circumstances
pepCheckBooleanNoTrue if details have been successfully verified. False should be returned in all other circumstances

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring