I am developing World Check One screening solution to my project. Can anyone get me a sample request for jQuery Ajax. I tried the postman to get the sample code, but it is not getting any result.
I am developing World Check One screening solution to my project. Can anyone get me a sample request for jQuery Ajax. I tried the postman to get the sample code, but it is not getting any result.
You can use the JS node.js code available in the developer community to understand how to write http requests to the WC1 API. We do not have any sample code for JQuery AJAX.
Kindly note you cannot use the code snippet generated by Postman directly as the code snippet just tells the parameters and the authorization headers that needs to be sent to the WC1 API. However, you still have to write the code to generate the HMAC and convert it to Base64 format using the data sign variable. You can also refer to the pre request script of each API call to understand how is the HMAC being generated.
Please find the link to the sample code section of the documentation page of the developer community.
We have sample code in C#, Java and Java Script-node.js only.
Kindly let me know if you need further assistance on this.