Integration of WC1 API into our CRM back end is working in development environment but it's giving us 400 error in production env. what can be the issue?
we have integrated WC1 API into our CRM backend on asp.net. I am trying to create screening case in bulk, for all data it's creating the screening case. but there is a data set for which it's giving me 401 remote server error. what's can be the issue here?
I'm near to finishing the implementation of the world check integration, my question is: let's suppose I search and create a case looking for a company called 'ABC', inside this case we have 5 records, but I flag all as false/negative matches because it is not who I'm looking for; is there any internal job in world check…
With the World-Chek On API I am getting a 401 unauthorised request when i try to screen individuals. I can screen organisations fine. Here are the subscription details I am using the same credentials for the organisation and individual screening requests. Can I have some assistance ?
HI Team , The pilot Environment doesn't have the latest details /data as of production to debug API response Could you please let me know what procedure need to be followed Thanks Kind Regards Rakesh
...cases/summaries I'm getting StatusCode: 415 while calling https://api-worldcheck.refinitiv.com/v1/cases/summaries from .net I have have the following headers set Content-Type: application/json; charset=utf-8 Date: "Wed, 22 Mar 2023 17:16:15 GMT" Authorization: "autorization here" Content-Length: "276" with payload {…
I can call any GET method on the Refinitiv World Check API and everything is signed and works okay but when I try to POST a Case, I get a 401 error. It works fine from Postman using my key and secret but my C# code doesn't. I have tried replacing the JSON content just with "{}" but it seems to be the authorisation failing…
Hello, The JS code below allows me to create a new case: But when I want to translate it into my C# application, I probably miss one step because I receive un unauthorized acces: var environmentContent = "application/json"; var currentDate = DateTimeOffset.UtcNow; var content = new StringContent(serializedElement); var…
Hi. I'm currently executing successful GET and POST API calls against the World-Check One Pilot API using a C# HttpWebRequest object, but I'm struggling the do the same using the C# HttpClient object. Is there some sample code on how to execute calls using the C# HttpClient object? I've requested access to the World-Check…
... results I have a use case where I would like to screen a user and return the results including a case Id which can later be used to resolve the results and the API can again query to get details of the sanctions screening. From the documentation, there seem to be multiple APIs and I would to know which to use that can…
It looks like you're new here. Sign in or register to get started.