---
title: "Get Customer by ID"
method: GET
path: "/customers/{customerId}"
tags: ["Customer Resource"]
---

# Get Customer by ID

`GET /customers/{customerId}`

## Path parameters

- `customerId` string, required

## Query parameters

- `fields` string

## Response `200`

OK

- GetCustomerResultData
  - `id` string
  - `name` string

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — Not Found

---

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