Update Check Result States (Batch)

POST

Internal only

Update a given set of KYC and/or AML check result statuses in order to force a re-evaluation of the overall check result.

Path parameters

entityIdstringRequired

The entityId returned previously from an earlier call to /check or /entity

checkIdstringRequired

The checkId returned previously from an earlier call to */verify

checkClassenumRequired

Specify which check Class this action will apply to (PRO, BCRO etc.). Valid values are:

  • “pro”: Update a Process Result Object
  • ”bcro”: Update a Background Check Result Object. The class IDs in the request must be the IDs from Background Check Result Object Containers.
  • ”fraudlist”: Update a fraud list Process Result Object. The class IDs in the request must be check sources from fraudlist Process Result Objects.
Allowed values: probcrofraudlist

Headers

X-Frankie-CustomerIDstringRequired

Customer ID issued by Frankie Financial. This will never change. Your API key, which is mapped to this identity, will change over time.

X-Frankie-CustomerChildIDstringOptional

If, as a Frankie Customer, you are acting on behalf of your own customers, then you can populate this field with a Frankie-assigned ID.

Note: If using a CustomerChildID, you will also need a separate api_key for each child.

Any documents, checks, entities that are created when this field has been populated will now be tied to this CustomerID + CustomerChildID combination. Just as Customers cannot see data created by other Customers, so too a Customer’s Children will not be able to see each other’s data.

A Customer can see the documents/entities and checks of all their Children.

X-Frankie-ChannelstringOptional

Open string that can be used to define the “channel” the request comes in from. It can potentially be used in routing and risk calculations upon request. Default values that can be used are:

  • api
  • portal
  • smartui

Any alphanumeric string is supported though. Anything over 64 characters will be truncated.

Request

This endpoint expects an object.
commentstringRequired
checkClassIdslist of stringsOptional
statusenumOptional

Indicates the status of a check result as set by a user.

  • ”UNKNOWN”: The user has not decided so the actual check result applies as normal.
  • ”TRUE_POSITIVE”: The check result has been acknowledged as correct but the final effect (accept/reject) has not been decided.
  • ”TRUE_POSITIVE_ACCEPT”: The check result is correct but will be ignored. This is also known as ‘whitelisting‘
  • “TRUE_POSITIVE_REJECT”: The check result is correct and will be used.
  • ”FALSE_POSITIVE”: The check result is not applicable and will be ignored.
  • ”STALE”: The check result will become invisible, will not be considered and will not count towards due diligence requirements.

Response

The request was valid and able to be processed in some fashion. Results may or may not be successful, but it was completed as far as practical with no actual errors. Returns the entity object as it stands now. No docScan file data from any attached ID documents will be returned unless the /full variant is requested.

blacklistCheckResultslist of objectsOptional

Collection of check results for the entity having been previously blacklisted.

An array of matched blacklisted entities sorted by match confidence level (highest first).

checkResultsListSummarieslist of objectsOptional

Contains a list of all checkSummary records (one for each check)

checkRiskobjectOptional

Stores the generic results of a process (check, scan, compare, verify, etc)

checkSummaryobjectOptional

Stores the generic results of a process (check, scan, compare, verify, etc)

duplicateCheckResultslist of objectsOptional

Collection of check results for the entity having previously been checked.

An array of matched checked entities sorted by match confidence level (highest first).

entityobjectOptional

Describes all of the data being used to verify an entity.

entityProfileResultobjectOptional

Contains the results of a check against an entity profile.

The entityProfileResult will be returned instead of a checkSummary to provide the full details of the verification process.

entityResultobjectOptional

This will hold all of the check results that were performed against the

fraudCheckResultsobjectOptional

Collection of fraud check results for the entity.

Contains fraud list and/or background result arrays. Other fraud check types will appear over time

manualCheckResultslist of objectsOptional

Collection of check results for the manual KYC.

An array of one entry with the manual check result.

requestIdstringOptional

Unique identifier for every request. Can be used for tracking down answers with technical support.

Uses the ULID format (a time-based, sortable UUID)

Note: this will be different for every request.

sharedBlocklistCheckResultslist of objectsOptional

Collection of check results for the entity having been previously blacklisted in shared blocklist.

An array of matched blacklisted entities sorted by match confidence level (highest first).

Built with