Run KYC/AML for a selection of entities associated with an organisation and/or the organisation itself based on a previous ownership query. By default AML will be checked for just the organisation itself. If a list of entity categories is given then default checks based on configuration will be run for those categories. If a check type is also provided in the request then that type will be used for entities representing individual entities, and the AML subset of that check will be used for organisations if any. If no ownership query has been run, then this operation will return an error.
NOTE: This will only return check details for an Australian Organisation that has previously called:
The entityId returned previously from an earlier call to /check or /entity
Customer ID issued by Frankie Financial. This will never change. Your API key, which is mapped to this identity, will change over time.
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.
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:
Any alphanumeric string is supported though. Anything over 64 characters will be truncated.
When creating a new check, we need to define the checks we wish to run. If this parameter is not supplied then the check will be based on a configured check type for each entity category.
The checkType is make up of a comma separated list of the types of check we wish to run.
The order is important, and must be of the form:
Entity Checks - One of:
ID Checks - One of:
Fraud Checks - One or more of:
PEP Checks - One of:
Pre-defined combinations (deprecated):
Custom:
This will allow you to set the minimum number of matches for:
This allows for alternatives to the “standard” two_plus or one_plus (note, these can be overridden too).
Profile:
The profile to use will be taken from the entity.entityProfile field if set, or be run through a set of configurable rules to determine which one to use.
Profiles act a little like the Pre-defined combinations above in that they can map to a defined list. But they offer a lot more besides, including rules for determining default settings, inbuild data aging and other configurable features. They also allow for a new result set top be returned that provides a more detailed and useful breakdown of the check/verification process.
Entity Profiles are the future of checks with Frankie Financial.
A comma separated list that specifies the categories of entities associated with the target organisation that will be checked.
The result level allows you to specify the level of detail returned for the entity check. You can choose summary or full.
The type of human readable report, if any, to generate based on the ownership query results. Options are:
Name of configured preset query parameters to use. Any individual parameters provided in the request will override the same parameter in the configured preset.
The request was valid and can potentially be fulfilled. The Frankie service has now accepted responsibility for processing and we will either push the results to you, or send you a notification, depending on the request and your configuration.
If you’re calling a processing function of some kind, a check number will be issued. This field will only be present if the function you’re calling would normally return a checkId (such as scan, verify, and compare).
When an entity is created/uploaded, or generated from a document scan, it is assigned an entityId. This can then be referenced in subsequent calls if you’re uploading more/updated data.
Short description of the function called.
Optional link that can be returned - used by the Push To Mobile service to allow API users to manage the use of the onboarding link themselves.
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.