---
title: "Update payment card token"
method: PUT
path: "/{companyDomain}/customers/{customerUniqueId}/paymentCard"
---

# Update payment card token

`PUT /{companyDomain}/customers/{customerUniqueId}/paymentCard`

## Path parameters

- `companyDomain` string, required
- `customerUniqueId` string, required

## Request body

- object
  - `fullName` string — The full name of the customer
  - `paymentCardtoken` string — The token for the payment card in the Billsby vault
  - `expiryMonth` integer — The date that the payment card expires
  - `expiryYear` integer — The year that the payment card expires
  - `cardType` string — The type of card (e.g. Visa, Mastercard, AMEX, etc.)
  - `last4Digits` string — The last four digits of the long number on the payment card

## Response `200`

200

---

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