---
title: "Search Billers"
method: GET
path: "/billers"
tags: ["Billers"]
---

# Search Billers

`GET /billers`

## Query parameters

- `name` string, string, required
- `postalCode` string, string
- `groupId` string, uuid

## Headers

- `Trace-Id` string
- `End-User-Agent` string
- `End-User-Device-Id` string
- `End-User-Ip` string

## Response `200`

A list of Billers

- object
  - `data` Billers[]
    - `groupId` string, uuid
    - `billers` Biller[]
      - `id` string, uuid
      - `businessName` string
      - `groupId` string, uuid
      - `businessAddress` RecipientAddress
        - `line1` string, required — Address line 1 (e.g., street, PO Box, or company name).
        - `line2` string — Address line 2 (e.g., apartment, suite, unit, or building).
        - `city` string, required — City, district, suburb, town, or village.
        - `state` string, required — State, county, province, or region.
        - `postalCode` string, required — ZIP or postal code.
        - `country` string, required — Two-letter country code (ISO 3166-1 alpha-2).
      - `categoryId` string, uuid

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal Server Error

---

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