---
title: "Get all payment tokens for a client"
method: GET
path: "/PaymentTokens/client/{clientId}"
tags: ["PaymentTokens"]
---

# Get all payment tokens for a client

`GET /PaymentTokens/client/{clientId}`

## Path parameters

- `clientId` string, required

## Response `200`

List of payment tokens for the client

- PaymentTokenListResponseDto
  - `items` PaymentTokenSummaryDto[]
    - `id` string
    - `last4` string
    - `brand` string
    - `expirationMonth` union
      - integer
      - string, int32
    - `expirationYear` union
      - integer
      - string, int32
    - `isDefault` boolean
    - `nickname` string, nullable
  - `total` union
    - integer
    - string, int32

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
