-
How to perform OCR using qual id
Hi, I am new to Qual ID api. I need to read passport data. I could not find any api service integration to achieve this. Can anyone help me solve this?
-
Got error code 403 "No credentials found for the client" when calling ZFS API in QUAL ID v2 API b...
...uilt on RDP Hi, I'm trying to have a test of QUAL ID v2 APIs which is built in RDP. My user id was assigned "QID WC ZFS 250 ENTS" license, which I think I could access the ZFS API integrated in QUAL ID v2, but I got the 403 Forbidden error: "No credentials found for the client" either by Postman or RDP Playground. So is…
-
How to implement document verification
stdClass Object ( [error] => stdClass Object ( [transactionId] => [code] => 400 [message] => Validation error [status] => Bad Request [errors] => Array ( [0] => stdClass Object ( [key] => document [reason] => Document wasn't classified ) ) ) ) this is the error I am getting
-
How to implement document verification API using aws image upload service
{ "error": { "transactionId": "", "code": "400", "message": "Validation error", "status": "Bad Request", "errors": [ { "key": "document.frontImage", "reason": "Invalid or unsupported document image format" } ] } } this is the error I am getting
-
Qual ID IDV authentication time
Qual ID: We've tried with document pictures of different sizes against Identity Verification API endpoint (https://api.globaldatacompany.com/verifications/v1/verify), and we noticed it's always taking more than 2 mins to respond. Does it only occur in sandbox environment or is it also expected in prod environment? Attached…
-
API Questions
Struggling getting started with the API. I have a consumer key, but I know how to set a redirect URL - what do I choose? Do I need a website? I only want to use python to return info in jupyter notebook, I'm not trying to literally create a web app. Help!
-
We are getting response Password Reset Required for test authentication.
https://api.globaldatacompany.com/connection/v1/testauthentication Authorization: Basic SGFyaV9QcmFzYWRfSURQX1BvcnRhbDpJc3lzQDk2OUlzeXNAOTY5 response: Password Reset Required
-
I would like to know more about World Check’s API and QID API integration capabilities with a cli...
...ents Dynamics CRM. World Check’s integration capabilities with Microsoft Dynamics CRM - WC1 API and QID API Dynamics integration – can you advice whether there’s any Dynamics KYC integration likely within coming several months or has an integration been successful in other accounts?
-
Required fields for document verification
For document verification samples ( online and postman collection ) are like this "DataFields": { "PersonInfo": { "FirstGivenName": "Mary", "FirstSurName": "Sample" }, "Document": { "DocumentFrontImage":"Base64 encoded image string goes here", "DocumentBackImage": "Base64 encoded image string goes here", "LivePhoto":…
-
wrong verify document response
we called documentverification with US test data ( as stated in the specifications ) "PersonInfo": { "FirstGivenName": "J", "MiddleName": "Paul", "FirstSurName": "Williams", "DayOfBirth": 4, "MonthOfBirth": 8, "YearOfBirth": 1988, "Gender": "M" }, in the answer we have "Errors": [ { "Code": "1001", "Message": "Missing…
-
Document Verification response missing document verification data
if we send a Document Verification request we get a response without document verification data - like the following one: { "TransactionID": "020b7737-7005-4793-b887-d3117d846c83", "UploadedDt": "2020-02-24T14:31:12", "CountryCode": "IT", "ProductName": "Identity Verification", "Record": { "TransactionRecordID":…
-
Document Verification Image Formats and File Size
Hello, which image formats are supported by Document Verification? are there guidelines regarding file size?
-
getFields response
We found a few instances of "strange" json schema fragments ( for the operation getFields ), like the following "NationalIds": { "title": "NationalIds", "type": "object", "properties": { "Number": { "type": "string", "description": "(10-digit Australian Medicare number)" }, "Type": { "type": "string", "value": "health" }…