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

# [Deprecated] Get Deductions Metadata

`GET /employer/benefits/meta`

Get deductions metadata

## Query parameters

- `entity_ids` string[]

## Headers

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

## Response `200`

OK

- BenefitFeature[], nullable
  - `description` string, nullable, required
  - `frequencies` BenefitFrequency[], required — The list of frequencies supported by the provider for this benefit
  - `employee_deduction` string[], nullable, required — Supported deduction types. An empty array indicates deductions are not supported.
  - `company_contribution` string[], nullable, required — Supported contribution types. An empty array indicates contributions are not supported.
  - `annual_maximum` boolean, nullable, required — 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.net/finch-api/apis/api-reference.md) · [All operations](https://skmtc.net/finch-api/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finch-api/api-reference/revisions/f1cca2cb0ef2/schema)
