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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
24 2 1 7

nameTransposition in WC1 API

Hi Expert,

I have some questions about nameTransposition in WC1 API. Please kindly assist. Thank you so much.

  1. How does the nameTransposition work when setting nameTransposition = true in WC1 API? for example, if send name = Emma Watson to WC1. does WC1 will use "Emma Watson" and "Wastom Emma" to do the screening?
  2. Does nameTransposition have any limitations?
  3. Does it need to do following process before sending data to WC1 via API?
    • special characters such as ". , ' - / \ ~ ( ) & ^ # < > should be removed. (e.g. Ai-Ai --> AiAi, Noh. Ali --> Noh Ali)
    • spaces should be removed (e.g. Gi Gi ==> GiGi, Lau Gi Gi ==> LauGiGi)
    • all numeric characters should be removed (e.g. Ai7Gi23 ==> AiGi)
    • characters with accents should be replaced and normalized to their accent-free counterpart (e.g. VŨ ĐUC TÂM --> VU DUC TAM)
    • all characters to be converted to small case so that case sensitivity will be ignored (e.g. GIGI–> gigi)
world-check-oneworldcheck-one-api
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.

Hello @rebecca.hsieh

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS

1 Answer

· Write an Answer
Upvotes
Accepted
984 5 1 5

Hi @rebecca.hsieh, Thanks for reaching out to us!


Please find my comments for the queries raised above

  • Yes, you are correct! For Example: If you are screening a name John Smith Joseph and if you set nameTransposition = true in your request body. WC1 will find all the possible combinations like “John Smith Joseph”, “Smith Joseph John”, “Joseph John Smith” and generate the results.
  • There is no specific limitations we generally recommend to utilize the nameTransposition feature if you don’t know the order of the name to screen.
  • No need of following the process which you have mentioned above, but if you're trying to screen names with special characters make sure that you pass the request payload by encoding the request payload as ‘UTF-8’ and then use it to calculate the content length of the payload. This is done to properly calculate the content byte length and not the string length. It’s the length of the content/payload sent to the API which determines that the request will succeed or not, if your request contains special characters. Also, when the payload is being sent in the request, it has to be sent as UTF-8 encoded.


Thanks

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.