---
title: "Get a company's payment configs"
method: GET
path: "/v1/companies/{company_uuid}/payment_configs"
tags: ["Payment Configs"]
---

# Get a company's payment configs

`GET /v1/companies/{company_uuid}/payment_configs`

Get payment speed configurations for the company: payment speed (1-day, 2-day, or 4-day ACH), fast payment limit, partner-owned disbursement setting, and earned fast ACH blockers when applicable. 1-day is only available to partners that opt in.

### Related guides
- [Payroll Processing Speeds](https://docs.gusto.com/embedded-payroll/docs/2-day-vs-4-day)

scope: `company_payment_configs:read`

## Path parameters

- `company_uuid` string, required

## Headers

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

## Response `200`

Successful

- PaymentConfigs
  - `company_uuid` string — Company uuid
  - `partner_uuid` string — Partner uuid
  - `fast_payment_limit` string, nullable — Payment limit for 1-day or 2-day payroll (string representation of decimal).
  - `payment_speed` '1-day' | '2-day' | '4-day' — Payment speed. READ-ONLY. - `1-day`: Next-day ACH (only for partners that opt in). - `2-day`: Two-day ACH. - `4-day`: Standard ACH.
  - `partner_owned_disbursement` boolean — Whether the company is configured to use the partner-owned disbursement payment rail
  - `earned_fast_ach_blockers` object[] — Blockers preventing the company from earning fast ACH payments
    - `blocker_type` 'minimum_days' | 'minimum_funded_payments' — The type of blocker
    - `threshold` number — The threshold needed to unblock

## Other responses

- `404` — Not Found The requested resource does not exist. Make sure the provided UUID is valid.

---

[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/revisions/826dfa57fb3b/schema)
