For all user verifications:

  • KYB
  • AML Check

PearCheck returns a streamlined response.

This document shows the structure of that response:

    {
    "data": {
        "provider": "Pearcheck",
        "batch_id": "abaf61c9-2457-4a24-8bb9-d76ebfae2481",
        "status": "In-progress",
        "type": "Single",
        "verification_type": "Business Verification",
        "verification_result": "UNKNOWN",
        "id_type": null,
        "created_at": "2025-06-04T19:51:45.113386+01:00",
        "business_info": {},
        "aml_info": {},
        "lookup_info": {},
        "registration_info": {},
        "related_persons": {}
    },
    "status": 200
}
KeyValue
batch_idBatch ID (unique to every verification session).
environmentIn the sandbox, returns SANDBOX, in production, returns null
business_infoContains all the information extracted about the business
registration_infoContains information about the registry record of the business
related_personsContains information about the directors & other officers of the company.
related_companiesContains information about the subsidiaries & other related businesses.
aml_infoContains AML checks of the business.
website_infoContains information & insights scraped from their website.
lookup_infoContains information about any government / public registry lookup performed.