Retrieve detailed information for a specific company mapping.
| Header | Description |
|---|---|
X-Access-Client-Id | Your Client ID |
X-Access-Secret | Your Access Key |
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
company_mapping_id | string | Yes | Company to Payroll Provider mapping ID | c55a0d9f49554a60ad467d070b4e1ad0 |
| Parameter | Type | Required | Description |
|---|---|---|---|
product_type | string | No | Product type for success rate calculation. Allowed values: income, employment, deposit_switch, pll |
| Field | Type | Description |
|---|---|---|
company_mapping_id | string | Company mapping ID |
name | string | Company name |
domain | string | Company domain |
logo_url | string (nullable) | URL to company logo |
success_rate | string | low, high, unsupported, or null |
confidence_level | string | Range 0 to 1; 0.5+ indicates high success rate |
mapping_status | string | verified, mapped, or unmapped |
| Field | Type | Description |
|---|---|---|
max_number | integer (nullable) | Maximum bank accounts allowed |
deposit_types | array | Supported types: entire, percent, amount |
amount_precision | integer | Precision level for amount allocations |
percent_precision | integer | Precision level for percentage allocations |
| Field | Description |
|---|---|
job_title | Job title availability rate |
job_type | Job type availability rate |
is_active | Active status availability rate |
start_date | Start date availability rate |
original_hire_date | Original hire date availability rate |
income | Income availability rate |
income_unit | Income unit availability rate |
pay_frequency | Pay frequency availability rate |
w2s | W-2 availability rate |
paystubs | Paystubs availability rate |
| Status Code | Description |
|---|---|
| 401 | Unauthorized - Missing or invalid authentication credentials |
| 403 | Forbidden - Insufficient permissions |
| 404 | Not Found - Company mapping does not exist |