---
title: "[Deprecated] Get Deductions Metadata"
method: GET
path: "/employer/benefits/meta"
tags: ["Deductions"]
---

# \[Deprecated\] Get Deductions Metadata

`GET /employer/benefits/meta`

Get deductions metadata

## Headers

- `Finch-API-Version` string, date, required

## Response `200`

OK

- object[]
  - `type` '401k' | '401k_roth' | '401k_loan' | '403b' | '403b_roth' | '457' | '457_roth' | 's125_medical' | 's125_dental' | 's125_vision' | 'hsa_pre' | 'hsa_post' | 'fsa_medical' | 'fsa_dependent_care' | 'simple_ira' | 'simple' | 'commuter' | 'custom_post_tax' | 'custom_pre_tax' | 'null', nullable — Type of benefit.
  - `description` string, nullable
  - `frequencies` BenefitFrequency[] — The list of frequencies supported by the provider for this benefit
  - `employee_deduction` string[], nullable — Supported deduction types. An empty array indicates deductions are not supported.
  - `company_contribution` string[], nullable — Supported contribution types. An empty array indicates contributions are not supported.
  - `annual_maximum` boolean, nullable — Whether the provider supports an annual maximum for this benefit.
  - `catch_up` boolean, nullable — Whether the provider supports catch up for this benefit. This field will only be true for retirement benefits.
  - `hsa_contribution_limit` string[], nullable — Whether the provider supports HSA contribution limits. Empty if this feature is not supported for the benefit. This array only has values for HSA benefits.

---

[API](https://skmtc.dev/finch-api/apis/api-reference.md) · [All operations](https://skmtc.dev/finch-api/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finch-api/api-reference/revisions/5d2b3a9cdbcf/schema)
