For a deeper look into our World Check One API, look into:

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
24 2 4 9

What is the end to end processing time for Asynchronous screening?

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.

world-checkworld-check-oneasynchronous
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

@Sugam Surve

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

@Sugam Surve
Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.
Thanks,
-AHS

Upvotes
Accepted
4.2k 8 5 6

@Sugam Surve

Each API call have their own response time. As in async screening, multiple API calls are involved, the time taken to complete the screening will be the combined sum of the request + response time for each API call.

Also, the time would depend on the time spent in propagating the hops between the client and the API server. This again is a variable that depends on the client's server location.

In addition to this, I would recommend to wait at least 20 seconds after sending the screening request and before calling the audit event API to find out if the case has been screened.

The best recommended step here would be to use the pilot environment and test the response time for each API call and total time taken to screen a case asynchronously.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes

Batch-processing end-to-end time totally depends upon the API used in the system. Along with that, it is necessary to check the performance of technology that supports API. In this way, we can estimate the time required for the speed of functioning of the payment system. If necessary, to perform the overall evaluation of the financial systems, it is a must to get in touch with the SMEs as well. API Ecosystem Strategy is an ideal one to choose payment modes.


icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.