---
title: "POST /PaymentTokens"
method: POST
path: "/PaymentTokens"
tags: ["PaymentTokens"]
---

# POST /PaymentTokens

`POST /PaymentTokens`

## Request body

- CreatePaymentTokenDto
  - `clientId` string
  - `token` string
  - `last4` string
  - `brand` string
  - `expirationMonth` union
    - integer
    - string, int32
  - `expirationYear` union
    - integer
    - string, int32
  - `cardholderName` string, nullable
  - `nickname` string, nullable
  - `tokenDescription` string
  - `billingZipCode` string, nullable
  - `setAsDefault` boolean

## Response `200`

OK

- PaymentTokenDto
  - `id` string
  - `clientId` string
  - `last4` string
  - `brand` string
  - `expirationMonth` union
    - integer
    - string, int32
  - `expirationYear` union
    - integer
    - string, int32
  - `isDefault` boolean
  - `status` string
  - `cardholderName` string, nullable
  - `nickname` string, nullable
  - `billingZipCode` string, nullable
  - `createdAt` string, date-time

---

[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/revisions/d8d7501dde48/schema)
