---
title: "Get Customer by ID"
method: GET
path: "/v3/api/Customer/{id}"
tags: ["Customer"]
---

# Get Customer by ID

`GET /v3/api/Customer/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Success

- GetCustomerDto
  - `Email` string, required
  - `CustomerId` integer
  - `FirstName` string, nullable
  - `LastName` string, nullable
  - `PhoneNumber` string, nullable
  - `ExternalCustomerId` string, nullable
  - `DocumentType` string, nullable
  - `DocumentNumber` string, nullable
  - `SessionId` string, nullable
  - `Address` Address
    - `Country` string, nullable
    - `State` string, nullable
    - `AddressDetail` string, nullable
    - `PostalCode` string, nullable
    - `City` string, nullable
    - `CountryIsoCode` string, nullable
  - `PaymentProfiles` PaymentProfile[], nullable
    - `Token` string, nullable
    - `IsDefault` boolean
    - `Enabled` boolean
    - `Brand` string, nullable
    - `CardOwner` string, nullable
    - `Bin` string, nullable
    - `IssuerBank` string, nullable
    - `Type` string, nullable
    - `Expiration` string, nullable
    - `Last4` string, nullable
    - `DocumentNumber` string, nullable
    - `DocumentType` string, nullable
    - `Email` string, nullable
    - `AffinityGroup` string, nullable

---

[API](https://skmtc.net/bamboopayment/apis/direct-purchase.md) · [All operations](https://skmtc.net/bamboopayment/apis/direct-purchase/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bamboopayment/direct-purchase/versions/10523581e6c2/schema)
