-
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?
-
Paramount SDK for Qual ID - Token Authentication Question
We were trying to test the image capturing SDK for Qual ID but had trouble authenticating using the bearer token. Could you help us find the Token Service documentations or help understand how we should get and use the bearer token correctly? Henry
-
Where I can find a list of data sources through which IDV service runs during validation, depend...
Where I can find a list of data sources through which IDV service runs during validation, depends on country?
-
FX Forward Swap
I would like to be able to download with Python for a specific RIC for example 'EURFWD=' the RICs curve for the different tenors, i.e. get in Python what is obtained when it executes the following function in excel TR(EURFWD=;;"CH=Fd RH=IN";cell), Output --> [EUR=, EURON=, EURTN=.....EUR10Y]. I have tried the next funcion…
-
Where can i find test entities for the Qual ID RDP Api?
Hi, According to the documentation: If you are configured for a sandbox/trial account, you will only be able to use test entities for IDV service. Trying to verify with any other data will result in no matches being found or inaccurate results. Where can i find such data? Thanks
-
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?