---
title: "Get a holder by ID"
method: GET
path: "/merchant/holders/{holderId}"
tags: ["Holders"]
---

# Get a holder by ID

`GET /merchant/holders/{holderId}`

Get a holder for the given id.

## Path parameters

- `holderId` string, uuid, required

## Response `200`

Success.

- object
  - `id` string, uuid, required — Unique identifier of the Holder in Payrails.
  - `reference` string, required — Merchant-provided reference for the transaction counterparty, i.e. the paying consumer.
  - `createdAt` string, date-time — Date and time when the Holder was created.
  - `status` string[] — Status of the Holder in Payrails.
  - `type` string — Value of merchant-defined enumeration of Holder Types.

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Insufficient Scope.
- `404` — Not Found.
- `429` — Too Many Requests.

---

[API](https://skmtc.net/payrails/apis/payrails-api-reference.md) · [All operations](https://skmtc.net/payrails/apis/payrails-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payrails/payrails-api-reference/revisions/9dd2f0158582/schema)
