product_type and data_source to find providers relevant to your use case.
Supported product types
income, employment, deposit_switch, pll, insurance, transactions, assets, admin
Supported data sources
payroll, financial_accounts, insurance
Before creating an order, confirm that the user’s provider supports your product type by checking the
is_disabled field and success_rate.Attributes
| Attribute | Type | Description |
|---|---|---|
id | String | Unique data provider identifier |
name | String | Data provider name (e.g., ADP, Chase, Gusto) |
data_source | String | Provider category: payroll, financial_accounts, or insurance |
logo_url | String | URL to the provider’s logo |
is_disabled | Boolean | Whether the provider is currently disabled |
success_rate | String | Connection success classification: "high", "low", or null |
Endpoints
List Data Providers
Retrieve all data providers filtered by product type and data source
Retrieve Data Provider
Get details for a specific data provider by ID