We are planning to implement Asynchronous screening APIs. In Claims system, we screen entities (individual/organization) when a Payment is issued. Currently, we are calling Synchronous API when a system user is trying to post Payment to verify if Payee is flagged. If there is a strong match, we throw a business error indicating that Payee entity is flagged. A world check one admin later on resolves the case that allows user to post such Payment. We would like to keep same process with Asynchronous screening for all entities those are screened before. Based on our knowledge, Asynchronous screening is a multi-step process where we will making several API calls. We would like to know what is the ideal end to end time duration (in seconds) to get screen results. If you have are some clients who have implemented this process, can we get some statistics from your Production environment? Let us know if you have any query on this.