plaid
Create a Business Verification
Create a new business verification to check a business's identity and risk profile.
post/business_verification/create
Request body
Example request
{
"client_user_id": "your-db-id-3b24110",
"business": {
"name": "Acme Corporation",
"alternative_name": "Acme Corporation",
"address": {
"street": "123 Main St.",
"street2": "Unit 42",
"city": "Pawnee",
"region": "IN",
"postal_code": "46001",
"country": "US"
},
"website": "https://example.com",
"phone_number": "+14025671234",
"email_address": "user@example.com"
}
}Response
OK
Example response
{
"id": "busver_52xR9LKo77r1Np",
"client_user_id": "your-db-id-3b24110",
"created_at": "2020-07-24T03:26:02Z",
"completed_at": "2020-07-24T03:26:02Z",
"redacted_at": "2020-07-24T03:26:02Z",
"status": "success",
"search_terms": {
"name": "Acme Corporation",
"alternative_names": [
"Acme Corporation"
],
"address": {
"street": "123 Main St.",
"street2": "Unit 42",
"city": "Pawnee",
"region": "IN",
"postal_code": "46001",
"country": "US"
},
"website": "https://example.com",
"phone_number": "+14025671234",
"email_address": "user@example.com"
},
"kyb_check": {
"status": "success",
"score": 85,
"name": {
"summary": "match"
},
"address": {
"summary": "match"
},
"website": {
"summary": "match"
},
"match_details": {
"names": [
{
"is_primary": true,
"name": "Acme Corporation"
}
],
"entity_type": "llc",
"addresses": [
{
"street": "123 Main St.",
"street2": "Unit 42",
"city": "Pawnee",
"region": "IN",
"postal_code": "46001",
"country": "US",
"is_primary": true
}
],
"phone_numbers": [
{
"number": "+12345678909"
}
],
"email_addresses": [
{
"email_address": "business@example.com"
}
],
"websites": [
{
"url": "https://example.com"
}
],
"formation_date": "1990-05-29"
}
},
"risk_check": {
"status": "success",
"score": 92,
"industry_prediction": {
"code": 518210,
"title": "Data Processing, Hosting, and Related Services"
}
},
"digital_presence_check": {
"status": "success",
"score": 55,
"address": {
"summary": "match"
},
"phone_number": {
"summary": "match"
},
"email_address": {
"summary": "match"
},
"website": {
"summary": "match"
},
"website_analysis": {
"is_parked": "yes",
"email_is_deliverable": "yes",
"website_build_status": "active",
"whois_record": {
"domain_created_at": "2020-07-24T03:26:02Z",
"domain_updated_at": "2020-07-24T03:26:02Z",
"domain_expires_at": "2020-07-24T03:26:02Z",
"registrar": "GANDI SAS"
},
"ssl": {
"is_valid": "yes"
}
}
},
"shareable_url": "https://verify.plaid.com/busver_4FrXJvfQU3zGUR?key=e004115db797f7cc3083bff3167cba30644ef630fb46f5b086cde6cc3b86a36f"
}