Verify that a business does not operate in prohibited or high risk countries
The high risk country check response payload contains a detailed analysis of a business’s operating locations and customer countries. The check evaluates whether the business operates in or has significant connections to countries that are considered high risk or prohibited.
{ "type": "HighRiskCountryCheckResult", "verified_country": "US", "verified_customer_countries": ["US", "CA", "GB"], "passed": true, "verification_data": { "business_countries": { "source_1": { "text": "Headquartered in San Francisco, California with offices in Toronto and London", "source_id": "company_website", "countries": ["US", "CA", "GB"], "analysis": "The business has confirmed operations in the United States, Canada, and United Kingdom, none of which are high risk or prohibited jurisdictions." } }, "customer_countries": { "source_1": { "text": "We serve customers primarily in North America and Western Europe", "source_id": "terms_of_service", "countries": ["US", "CA", "GB", "FR", "DE"], "analysis": "The business serves customers in low-risk jurisdictions across North America and Western Europe." } } }}