---
title: "Retrieve the saved credit/debit cards of a guest"
method: GET
path: "/Guests/{GuestId}/CreditCardsOnFile?CenterId={CenterId}&TransactionFrom={TransactionFrom}"
---

# Retrieve the saved credit/debit cards of a guest

`GET /Guests/{GuestId}/CreditCardsOnFile?CenterId={CenterId}&TransactionFrom={TransactionFrom}`

This API helps you to retrieve the saved credit/debit cards of a guest at the specified center.

You must specify appropriate details for the parameters in the API request. For more information, refer to the **Request Parameters** table.

## Path parameters

- `guestid` string, required

## Query parameters

- `CenterId` string, required
- `TransactionFrom` ''

## Response `200`

200

- object
  - `Error` unknown
  - `CreditCardsOnFile` object[]
    - `Id` string
    - `CardBrand` integer
    - `CardType` integer
    - `LastFour` string
    - `ExpirationMonth` integer
    - `ExpirationYear` integer
    - `ExtParams` unknown
    - `IsSupportedCardType` boolean
    - `ProcessorId` string
    - `ProcessorName` string
  - `HasExpiredCards` boolean

## Other responses

- `400` — 400

---

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