Completed Identity Screening for a Contact

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

Input results of a Identity Verification of a contact.

Scopes Required

  • screening_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
pepCheckBooleanNoTrue if details have been successfully verified. False should be returned in all other circumstances.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring