---
title: "Retrieve the saved credit/debit cards of a guest"
method: GET
path: "/v1/guests/{guest_id}/accounts?center_id={center_id}"
---

# Retrieve the saved credit/debit cards of a guest

`GET /v1/guests/{guest_id}/accounts?center_id={center_id}`

## Path parameters

- `guest_id` string, required

## Query parameters

- `center_id` string, required

## Response `200`

200

- object[]
  - `account_id` string
  - `card_logo` string
  - `last_four` string
  - `expiry_on` string

## 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)
