---
title: "Get child support garnishment data"
method: GET
path: "/v1/garnishments/child_support"
tags: ["Garnishments"]
---

# Get child support garnishment data

`GET /v1/garnishments/child_support`

Agency data and requirements to be used for creating child support garnishments

scope: `garnishments:read`

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Response `200`

Example response

- ChildSupportData — Child Support agency data
  - `agencies` object[] — State child support agencies
    - `state` string — Two letter state abbreviation
    - `name` string — Name of state child support agency
    - `manual_payment_required` boolean — Specifies if remitting payment to the agency is required outside of Gusto. If true, Gusto includes garnishment amounts for this agency in payroll calculation, but does not debit for or remit payment to the agency automatically. As of September 2024, only garnishments for South Carolina Integrated Child Support Services require manual payment.
    - `fips_codes` object[] — FIPS codes for state or county child support orders
      - `code` string — FIPS code for state or county
      - `county` string, nullable — Name of county in the state for the corresponding FIPS code. When `null` the FIPS code applies state wide.
    - `required_attributes` object[] — Describes which child support case identifying attributes are required for this agency. While most agencies only require a single identifier, some (e.g. OH) require multiple identifiers.
      - `key` 'case_number' | 'order_number' | 'remittance_number' — A required attribute when creating a garnishment for this state agency. The current values are listed as an enum; though unlikely, values could be added if state agency requirements change in the future.
      - `label` string — A human readable name of the attribute, e.g. CSE Case Number

---

[API](https://skmtc.net/gusto/apis/gusto-api.md) · [All operations](https://skmtc.net/gusto/apis/gusto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gusto/gusto-api/versions/826dfa57fb3b/schema)
