---
title: "Verify the payable loyalty points of a guest"
method: GET
path: "/v1/guests/{InvoiceId}/payments/loyalty_points/redeemable"
---

# Verify the payable loyalty points of a guest

`GET /v1/guests/{InvoiceId}/payments/loyalty_points/redeemable`

Use this API to check how many loyalty points and the loyalty amount (in $) that a guest can redeem while paying for an invoice.
You must specify appropriate details for the `InvoiceId` parameter. Optionally, you can provide the required values for the `lp_program_id` and `redeem_across_programs` parameters.

## Path parameters

- `InvoiceId` string, required

## Query parameters

- `lp_program_id` string
- `redeem_across_programs` integer

## Response `200`

200

- object
  - `lp_redeemable` object
    - `points` number
    - `amount` number
    - `loyalty_programs` object[]
      - `id` string
      - `name` string
      - `points` object
        - `earned` integer
        - `redeemed` integer
        - `available` integer
    - `total_available_points` number
    - `total_available_amount` integer
    - `exchange_rate` number
  - `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)
