---
title: "Verify the balance of a gift card"
method: GET
path: "/v1/giftcards/{giftcard_number}/balance"
---

# Verify the balance of a gift card

`GET /v1/giftcards/{giftcard_number}/balance`

This API helps you to verify the balance of a guest's Zenoti gift card.

If the guest's gift card contains sufficient balance, you can redeem the gift card to collect payment for an invoice.

You must specify appropriate data for the `giftcard_number` parameter.

## Path parameters

- `giftcard_number` string, required

## Response `200`

200

- object
  - `balance` integer
  - `user_id` string
  - `expiry` string
  - `type` string
  - `status` string
  - `error` object
    - `code` integer
    - `message` 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)
