I am doing callout from post but json i got with custom filed empty list . Please help to Fix and get the custom Field Id
I’m assisting my customer with migrating from the World-Check One API v1 to v3. Currently, they’ve provided information about how they’re using the environments: Production environment: <https://api-worldcheck.refinitiv.com> Pilot (Test) environment: <https://rms-world-check-one-api-pilot.thomsonreuters.com> I tried using…
I refer the authorization Document and in document mention below Given the above signing text, if a secret key of “1234” is used, the computed HMAC-SHA256 value would be 224B73FC07571E60E8B8D9BAB8107C656D3171F346B96183C665FD4C5330B85D when printed using hex encoding, or Iktz/AdXHmDouNm6uBB8ZW0xcfNGuWGDxmX9TFMwuF0= when…
I am assisting my customer with migrating from the World-Check One API v1 to v3. To support this, I’m preparing a Postman environment, sending sample requests, and reviewing the responses. The goal is to demonstrate the differences between the two versions and help the customer better understand the changes. While…
Hello We have successfully implemented and tested WorldCheckOne integration in our development stage. HMAC-Authorization worked perfectly fine. We are now testing on the acceptance stage at our customer, where all requests are routed through an Enterprise Service Gateway. This means that our request goes to…
As per LSEG World-Check One API Security Authorization mention below Authorization: Signature keyId="{API-KEY}",algorithm="hmac-sha256", headers="(request-target) host date content-type content-length", signature="{BASE64-HMAC-VALUE}" can you please help how to give in Postman
Hi there, I have some questions around PACH cases endpoint. Why created Date in response does not set required. I think it should be set when we created cases. We use creation Date. We expect it was set and ISO8601 format date value. 1. Why createionDate in response does not set required. I think it should be set when we…
Dear Team, I am trying to create / screen a case via C# app, Though I am getting the correct signature and authentication. Still I am getting "Unauthorized" response. Where as via Postman request i am getting correct response and case created successfully Can you help me resolving the issue ?
Hello, We are migrating from WC1 V1 to V3, and so far we have been iterating through OGS updates by specifying updatedDate in the query field and sorting by updateDate, for example: { "pagination": { "currentPage": 1, "itemsPerPage": 20 }, "sort": [ { "columnName": "updateDate", "order": "ASCENDING" } ], "query":…
It looks like you're new here. Sign in or register to get started.