The KYB functions Business Ownership and Check Organisation are asynchronous so once you call them, they will respond with an HTTP 202 ACCEPT, giving you a request ID that will be used to notify you when the process is complete. How long this takes depends on a number of factors:Documentation Index
Fetch the complete documentation index at: https://docs.frankieone.com/llms.txt
Use this file to discover all available pages before exploring further.
- How complex a corporate structure we need to traverse to obtain the ultimate beneficial owners
- How many of the names and companies you wish to perform KYC/AML checks upon
- How complex a set of rules will apply to those KYC/AML checks.
requestID and a simple precis of the final disposition of the request.
You then call the /retrieve API to download the result of the call.
See Asynchronous Calls (Backgrounding Processes) for more details