---
title: "List all prepaid cards of a guest"
method: GET
path: "/v1/guests/{guest_id}/prepaidcards"
---

# List all prepaid cards of a guest

`GET /v1/guests/{guest_id}/prepaidcards`

Provide unique identifier of the guest as `guest_id` and this api will retrieve the prepaid cards history of the respective guest.

## Path parameters

- `guest_id` string, required

## Response `200`

200

- object
  - `guest_prepaid_cards` object[]
    - `prepaid_card_user_id` string
    - `prepaid_card_number` string
    - `invoice` object
      - `id` string
      - `status` integer
      - `invoice_number` string
    - `center` object
      - `id` string
      - `name` string
    - `purchase_details` object
      - `date` string
      - `price` object
        - `currency_id` integer
        - `sales` integer
        - `tax` integer
        - `final` integer
    - `expiration_date` string
    - `value` integer
    - `balance` integer
    - `is_closed` boolean
    - `is_one_time_use` boolean
    - `has_open_invoices` integer
    - `sale_receipt_no` unknown
    - `sale_invoice` unknown
    - `notes` string
  - `error` unknown

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