> ## Documentation Index
> Fetch the complete documentation index at: https://storekit.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Glu gift card redemption

> Accept Glu gift cards and membership credit in storekit. Guests can redeem their balance at online checkout or when paying a bill, with partial balances and split payments.

Glu lets your guests redeem their Glu gift cards and membership credit when placing an order or paying a bill online. The integration connects at the account level with your Glu API key and is then enabled per venue, adding a gift card code input to the checkout flow.

## Capabilities

### Gift Card Redemption

Once enabled, guests can enter a Glu gift card code at checkout with two redemption modes:

| Mode                   | Description                                                                                                    |
| ---------------------- | -------------------------------------------------------------------------------------------------------------- |
| **Full redemption**    | The gift card balance covers the whole order, and the order is paid entirely with the card.                    |
| **Partial redemption** | Only the amount needed is deducted from the gift card. The remaining balance stays on the card for future use. |

### Supported Payment Scenarios

<CardGroup cols={2}>
  <Card title="Order Payments" icon="basket-shopping">
    Apply gift cards during checkout for delivery, pickup, or dine-in orders
  </Card>

  <Card title="Bill Payments" icon="receipt">
    Apply gift cards when paying a bill online through a storekit payment link
  </Card>
</CardGroup>

### Split Payments

When a gift card doesn't cover the full amount:

1. The gift card balance is applied first
2. The remaining balance is charged to another payment method (card, Apple Pay, etc.)

This lets guests use gift cards of any value without needing an exact match.

### Balance Enquiry

The card's remaining balance is looked up and validated before redemption, so guests can see the available balance when they apply their card. If the balance doesn't cover the requested amount, the redemption is declined and nothing is deducted.

### Refunds

When an order paid with a Glu gift card is refunded, the gift card redemption is reversed and the balance is restored to the card automatically. Glu supports full refunds of a gift card transaction only — partial refunds of a gift card redemption are not supported.

If an order fails after the gift card has been charged, the redemption is reversed automatically so the guest's balance is not lost.

<Note>
  Glu handles redemption only. Purchasing new gift cards and topping up existing cards are not supported through storekit.
</Note>

## How It Works

1. Guest enters their Glu gift card code at checkout
2. storekit looks up the card and returns the available balance
3. The requested amount is deducted from the card
4. Any remaining order total is charged to another payment method
5. The order or bill is updated, and the redemption is recorded in your reports

## What You'll Need

Before connecting, make sure you have:

* A **Glu account**. Don't have one? [Create one here](https://admin.glu.io/).
* Your Glu **API key**, available from the Glu admin portal.

<Note>
  Glu is available on eligible storekit plans. If **Glu** does not appear under **Stores** → your store → **Settings** → **Integrations**, [contact support](/docs/getting-started/contact-support) to have it enabled for your account. Only one gift card provider can be active per venue.
</Note>

## Configuration

### 1. Connect your account

1. Go to **Stores** → your store → **Settings** → **Integrations** → **Glu**
2. Click **Connect to Glu**
3. Enter your **API Key**, then click **Connect**

Your API key is verified with Glu when you connect. If it's rejected, you'll see a **Connection failed** message — check the key in your Glu admin portal and try again.

### 2. Enable Glu for a venue

Once your account is connected, configure each venue that should accept gift cards:

1. Turn on **Integration enabled for this venue**

The gift card code input appears at checkout for that venue as soon as it's enabled. To stop accepting gift cards at a venue, turn the venue switch off — your account stays connected, so you can turn it back on at any time.


## Related topics

- [Toggle gift card redemption](/docs/guides/integrations/toggle.md)
- [Square gift card redemption](/docs/untitled-page-3.md)
- [Voucher Connect gift card and voucher redemption](/docs/guides/integrations/voucher-connect.md)
- [Leat gift cards and vouchers](/docs/guides/integrations/leat-gift-cards.md)
- [Loyalty Programs](/docs/guides/increasing-sales/loyalty-programs.md)
