Verification Status

GET {{baseUrl}}/bglid/recipients/{{recipientId}}/status?demo={{demo}}&jurisdiction={{jurisdiction}}

Response Body

KeyDatatypeConstraints/CommentsExample
processStateString (Enum)
Current supported values:
AWAITINGUSERINPUT,
IN_PROGRESS,
COMPLETE
The current processing state of this user verification.

- AWAITINGUSERINPUT - still waiting on the user to complete verification

- IN_PROGRESS - The user has provided their data; messages are currently in flight with remote systems and the verification is in progress

- COMPLETE - The verification process has finished. Additional results are available on the object at this state only
statusString (Enum)
Current supported values:
UNCHECKED,
REFER,
SUCCESS,
MANUALSUCCESS,
FAILURE,
MANUAL
FAILURE,
MIXED
The actual verification status for this recipient
checkDateTimeStringISO Timestamp of when the check took place in UTC time without timezone portion.“2023-07-27T01:32:09.422”
riskLevelInteger (0-100)Estimated risk level for this recipient
base64PdfReportStringBGLiD Generated PDF report of the results, in a BASE64 format.“JVBERi0xLj...Cg==” (very long string)
completedChecksObject (TBD)An object including all of the completed checksSee below
potentialMatchesArray of objects (TBD)An array of objects including all potential matches (if any) found for this recipientSee below

Request Params

KeyDatatypeRequiredDescription
demostring
jurisdictionstringAllowed values "AUSTRALIA" / "NEW_ZEALAND" / "SINGAPORE"

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Content-Typestring

RESPONSES

status: OK

{"processState":"AWAITING_USER_INPUT"}