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
Path Variables
Key | Datatype | Mandatory | Comments |
---|
requestId | String | Yes | The eventId sent by BGL in the webhook message |
contactId | String | Yes | The ID of the contact sent by BGL |
Request Body
Key | Datatype | Mandatory | Comments |
---|
contactId | String | Yes | The ID of the contact sent by BGL |
responseSuccess | String | Yes | True if verification passed, False if the verification failed. |
responseSuccessNotes | String | Yes | Notes for the verification (If any) |
verifications | Object | Yes | see verifications below |
responseFiles | Object | No | any documents/Reports that can be sent back to BGL for the verification process |
verifications object
Key | Datatype | Mandatory | Comments |
---|
name | Boolean | No | True if details have been successfully verified. False should be returned in all other circumstances |
address | Boolean | No | True if details have been successfully verified. False should be returned in all other circumstances |
pepCheck | Boolean | No | True if details have been successfully verified. False should be returned in all other circumstances. |
Key | Datatype | Required | Description |
---|
Authorization | string | | |