---
title: "Get Customer Detail"
method: GET
path: "/v1/customers/{customer_id}"
---

# Get Customer Detail

`GET /v1/customers/{customer_id}`

A customer is a person or a company that is registered with HitPay. This endpoint allows you to retrieve a customer's details.

## Path parameters

- `customer_id` string, required

## Headers

- `X-BUSINESS-API-KEY` string, required

## Response `201`

201

- object
  - `id` string, required
  - `name` string, required
  - `birth_date` string, required
  - `email` string, required
  - `phone_number` string, required
  - `address` object, required
    - `city` string, required
    - `state` string, required
    - `street` string, required
    - `postal_code` string, required
    - `country` string
  - `gender` string, required
  - `remark` string, required
  - `phone_number_country_code` string, required
  - `created_at` string, required
  - `updated_at` string, required

## Other responses

- `404` — 404

---

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