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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
1 0 0 0

WC1 resolution remark size limit

I keep failing when I try to resolve a match with a long remark
error message like this

{
    "error": "RESOLVE_RESULTS_FAILED",
    "cause": "Resolution of results request has failed, please check that all required fields are supplied and valid."
}

so I try to make remark shorter, then the resolution succeed

May I know what is the size limit for the remark of resolution? could it be larger?

Thanks

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

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

1 Answer

Upvotes
Accepted
4.5k 4 7 8

@corey,

Thank you for your query,

It appears that you are receiving Error 400 for the resolution endpoint. Please use the status-id, risk-id and resolution-id as defined in the resolution toolkit to be able to resolve match(s) using API.

Endpoint - GET groups/{ {group-id}}/resolutionToolkits/WATCHLIST

This endpoint will provide you the resolution rules. You will have to select the status-id of your choice and use the risk-id and reason-id for the same from 'resolutionRules'.

Only the values defined for the specific status-id can be used to resolve the matches using the API. If any value is not available in the resolutionRules of the specific status-id, the resolve results endpoint will give Error 400.

Hope this helps.

icon clock
10 |1500

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

Click below to post an Idea Post Idea