(AUS Only) Retrieve previous UBO query results

GET

Retrieve results from a previous UBO query along with the current KYC/AML results (if any) for associated entities.

NOTE: This will only return check details for an Australian Organisation that has previously called one of the following calls:

  • Create Business and Query UBO call (/reference/businessownershipquery) or
  • Run KYC/AML Checks on Organisation (/reference/checkorganisation)

More details on how to use this API and interpret the results can be found here:

https://apidocs.frankiefinancial.com/docs/australian-business-function-overview

Path parameters

entityIdstringRequired

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

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.

Response

This is what you will find in the payload of a retrieved response should the ownership query succeed, or youā€™re querying the past checks for a given business.

NOTE: When requesting the initial report, you will only ever receive a 202 response.

flagslist of objectsOptional

Used to set additional information flags for this response.

organisationCheckIdstringOptional

Batch identifier for the KYC/AML check results if any.

organisationCheckResultobjectOptional

The results of KYC/AML check on a organisation with a prior ownership query. This will be retrived via GET /retrieve/response/{requestId} after you receive a notification that the results are ready.

ownershipCheckDatedatetimeOptional

If an ownership result is provided in this response then this is the date and time the service provided that result.

ownershipCheckIdstringOptional

Unique identifier for the ownership check.

ownershipQueryErrorobjectOptional
ownershipQueryResultobjectOptional
reportErrorobjectOptional
reportResultobjectOptional

The positive result of a report generation request if any.

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.

uboResponseobjectOptional
Built with