Verify business
Executes a configurable business verification workflow which utilizes authoritative sources (Secretary of State, IRS TIN matching, business registries), optionally verifies associated people, and returns risk assessment with field-level match results. The required fields are determined by the selected verification workflow.
Documentation Index
Fetch the complete documentation index at: https://docs.getpalm.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your API key in the format: sk_test_xxxxx or sk_live_xxxxx
Body
Workflow key to use for verification (determines required fields)
^[a-z0-9_]+$"business_verification_default"
Legal business name
"Acme Corporation"
Region (state/province/county)
"DE"
Your reference ID for tracking
"biz_12345"
Employer Identification Number
"12-3456789"
Entity type
llc, corporation, lp, llp, nonprofit, other "llc"
Registration jurisdiction in ISO 3166-2 format (e.g., US-CA, US-NY, US-TX)
"US-CA"
Formation jurisdiction in ISO 3166-2 format (e.g., US-DE, US-CA, US-WY)
"US-DE"
Formation date (YYYY-MM-DD)
"2020-05-15"
Street address line 1
"123 Business Blvd"
Street address line 2
"Suite 100"
City
"Wilmington"
Postal code
"19801"
Country (2-letter ISO code)
"US"
Business phone number
"+15551234567"
Business email address
"contact@acme.com"
Business website URL
"https://acme.com"
Associated people to verify
Custom metadata
{
"external_id": "biz_789",
"source": "onboarding_flow"
}Response
Verification completed
Unique verification ID
"550e8400-e29b-41d4-a716-446655440000"
ID of the business entity created or verified
"bus_abc123"
Current status of the verification
pending, in_progress, completed, failed "completed"
Business risk assessment with level and detailed reasons
Field-level match results (only fields included in verification request)
ISO 8601 timestamp of when the verification was created
"2025-10-24T10:30:00Z"
Your reference ID (if provided in request)
"biz_12345"
Associated people verification results (full KYC results for each associate)
ISO 8601 timestamp of when the verification was last updated
"2025-10-24T10:35:00Z"

