curl --request POST \
--url https://api.pearcheck.com/api/v1/verify/run_user_verification/ \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"verification_type": "ID",
"first_name": "John",
"last_name": "Doe",
"date_of_birth": "2023-12-25",
"phone_number": "+256000000000",
"country_code": "UG",
"id_type": "NATIONAL_ID",
"middle_name": "Loe",
"email_address": "jsmith@example.com",
"id_number": "<string>",
"id_document_front": "aSDinaTvuI8gbWludGxpZnk=",
"id_document_back": "aSDinaTvuI8gbWludGxpZnk=",
"selfie": "aSDinaTvuI8gbWludGxpZnk="
}
'{
"provider": "<string>",
"batch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"type": "<string>",
"used_url": true,
"verification_type": "<string>",
"verification_result": "<string>",
"id_type": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"user_input": {},
"id_info": {},
"phone_info": {},
"aml_info": {},
"risk_info": {},
"fraud_insights": {},
"face_match_info": {},
"face_liveness_info": {},
"verification_url": "<string>"
}Endpoint used to run user verification
curl --request POST \
--url https://api.pearcheck.com/api/v1/verify/run_user_verification/ \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"verification_type": "ID",
"first_name": "John",
"last_name": "Doe",
"date_of_birth": "2023-12-25",
"phone_number": "+256000000000",
"country_code": "UG",
"id_type": "NATIONAL_ID",
"middle_name": "Loe",
"email_address": "jsmith@example.com",
"id_number": "<string>",
"id_document_front": "aSDinaTvuI8gbWludGxpZnk=",
"id_document_back": "aSDinaTvuI8gbWludGxpZnk=",
"selfie": "aSDinaTvuI8gbWludGxpZnk="
}
'{
"provider": "<string>",
"batch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"type": "<string>",
"used_url": true,
"verification_type": "<string>",
"verification_result": "<string>",
"id_type": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"user_input": {},
"id_info": {},
"phone_info": {},
"aml_info": {},
"risk_info": {},
"fraud_insights": {},
"face_match_info": {},
"face_liveness_info": {},
"verification_url": "<string>"
}ID - ID VerificationDOC - Document VerificationBIOMETRIC - Biometrics VerificationID, DOC, BIOMETRIC 2 - 50"John"
2 - 50"Doe"
"+256000000000"
2"UG"
*NATIONAL_ID - National ID
NATIONAL_ID 50"Loe"
Base64-encoded front of ID document (Required for Document & Biometrics Verification)
Base64-encoded back of ID document (Required for Document & Biometrics Verification)
Base64-encoded selfie image (Required for Biometrics Verification)
Successful Operation
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes