User Verification (KYC) APIs
Business Verification (KYB) APIs
Run business verification
Endpoint used to run business verification
POST
/
api
/
v1
/
verify
/
run_business_verification
/
cURL
Copy
curl --request POST \
--url https://api.pearcheck.com/api/v1/verify/run_business_verification/ \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"verification_type": "BUSINESS",
"name": "<string>",
"business_entity_id": "<string>",
"alternate_name": "<string>",
"tax_identification_number": "<string>",
"website": "<string>",
"formation_date": "<string>",
"country_code": "UG",
"state_code": "<string>",
"file_name": "<string>",
"file_type": "<string>",
"file_blob": "<string>"
}'
Copy
{
"provider": "<string>",
"batch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "In-progress",
"type": "Single",
"verification_type": "Business Verification",
"verification_result": "UNKNOWN",
"id_type": null,
"created_at": "2023-11-07T05:31:56Z",
"business_info": {},
"aml_info": {},
"lookup_info": {},
"registration_info": {},
"related_persons": {},
"additional_info": {}
}
Authorizations
Body
Response
200
application/json
Successful Operation
The response is of type object
.
cURL
Copy
curl --request POST \
--url https://api.pearcheck.com/api/v1/verify/run_business_verification/ \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"verification_type": "BUSINESS",
"name": "<string>",
"business_entity_id": "<string>",
"alternate_name": "<string>",
"tax_identification_number": "<string>",
"website": "<string>",
"formation_date": "<string>",
"country_code": "UG",
"state_code": "<string>",
"file_name": "<string>",
"file_type": "<string>",
"file_blob": "<string>"
}'
Copy
{
"provider": "<string>",
"batch_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "In-progress",
"type": "Single",
"verification_type": "Business Verification",
"verification_result": "UNKNOWN",
"id_type": null,
"created_at": "2023-11-07T05:31:56Z",
"business_info": {},
"aml_info": {},
"lookup_info": {},
"registration_info": {},
"related_persons": {},
"additional_info": {}
}
Assistant
Responses are generated using AI and may contain mistakes.