# JPMC-PDP Documentation from https://developer.payments.jpmorgan.com # Resources Entity Validation services allow you to verify the identities of individuals and businesses across more than 50 countries. A single API is available to verify and screen individuals and business entities. However, separate API requests are required to validate the identity and perform screening of the individuals and businesses. For Identity Verification and Screening requests, the first and last name or the full name and the country inputs are mandatory. For Business Verification and Screening requests, the name of the business and the country inputs are mandatory. > Clients are recommended to build their logic based on only the first two digits of the response codes. This helps keep the client-side logic data source agnostic and support easier adoption of any future data sources that get added to the service to improve coverage or capability. > ## Identity verification The following table lists the response codes and their meanings for identity verification requests. **Identity verification** | Response code | Response message | Description | | --- | --- | --- | | 11## | Pass | Identity verification passed according to the established pass criteria. | | 12## | Fail | Identity verification failed according to the established pass criteria. | | 13## | Needs review | Manual review may be required. | | 14## | No information found | Unable to verify the individual. | | 15## | Clear | Sanctions or PEP screening on the requested individual has possible matches with entities on sanctions or PEP lists. | | 16## | Potential-Hit | Sanctions or PEP screening on the requested individual has no matches with entities on sanctions or PEP lists. | ## Business verification The following table lists the response codes and their meanings for business verification requests. **Business verification responses** | Response code | Response message | Description | | --- | --- | --- | | 21## | Pass | Business verification passed according to the established pass criteria. | | 22## | Fail | Business verification failed according to the established pass criteria. | | 23## | Needs review | Manual review may be required. | | 24## | No information found | Unable to verify the business. | | 25## | Clear | Sanctions or PEP screening for the requested business indicates possible matches with entities on sanctions or PEP lists. | | 26## | Potential-Hit | Sanctions or PEP screening on the requested business has no matches with entities on sanctions and/or PEP lists. | ## Related - For more information about Entity Validation, see [Overview](/docs/fraud-solutions/validation-services/capabilities/entity-validation/index). - For more information about parameters, see [Entity Validation parameters](/docs/fraud-solutions/validation-services/capabilities/entity-validation/entity-validation-parameters). ## Next steps Learn how to [validate an identity](/docs/fraud-solutions/validation-services/capabilities/entity-validation/how-to/validate-individual).