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

# Leat gift cards and vouchers

> Let customers pay with a Leat (formerly Piggy) gift card at storekit checkout and on table bills, with full or partial redemption and split payments for any balance.

Leat (formerly Piggy) lets your customers pay with a Leat gift card balance when placing an order or settling a bill in storekit. storekit looks up the card balance with Leat, deducts the amount redeemed, and leaves any remaining balance on the card for next time.

<Note>
  This guide covers Leat **gift cards**. Leat's loyalty points and rewards are a separate part of the same integration — see [Loyalty programs](/docs/guides/increasing-sales/loyalty-programs).
</Note>

## Capabilities

### Gift Card Redemption

| Mode                   | Description                                                                                                  |
| ---------------------- | ------------------------------------------------------------------------------------------------------------ |
| **Full redemption**    | The gift card covers the whole amount, up to its available balance.                                          |
| **Partial redemption** | Only the amount you apply is deducted from the 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 a Leat gift card during checkout for delivery, pickup, or dine-in orders
  </Card>

  <Card title="Bill Payments" icon="receipt">
    Use a Leat gift card when settling the bill at pay-at-table venues
  </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 customers use gift cards of any value without needing an exact amount.

## How It Works

1. The customer enters their Leat gift card code at checkout or on their bill
2. storekit looks up the card with Leat and returns the available balance
3. The customer confirms how much to redeem
4. storekit records the redemption against the Leat gift card for the connected shop
5. Any remaining balance stays on the card

If the requested amount is more than the card holds, storekit reports **Insufficient gift card balance** and nothing is deducted.

## Prerequisites

* A Leat account with API credentials (**Client Id** and **Client Secret**) from your Leat portal
* At least one Leat **shop**
* Gift cards issued in Leat, linked to a gift card program your shop can access

## Connect Leat

<Steps>
  <Step title="Open the Leat integration">
    Go to **Stores** → your store → **Settings** → **Integrations**, then select **Leat**.
  </Step>

  <Step title="Connect to Leat">
    On the **Leat Loyalty Settings** page, click **Connect to Leat**. Enter your **Leat Client Id** and **Leat Client Secret**, then click **Save**. Once connected, the page shows **Connected to Leat**.
  </Step>

  <Step title="Select your shop">
    Choose the Leat shop for this venue under **Shops**. Gift card redemptions are recorded against this shop.
  </Step>

  <Step title="Turn on gift cards">
    Turn on **Enable Leat**, then turn on **Enable gift cards**.
  </Step>

  <Step title="Save">
    Click **Save**.
  </Step>
</Steps>

## Checking a Balance

Customers can check a Leat gift card balance before redeeming — storekit looks up the card with Leat and shows the available balance at checkout, so they know how much the card will cover before they confirm.

## Related

* [Loyalty programs](/docs/guides/increasing-sales/loyalty-programs) — Leat loyalty points and rewards
* [Voucher Connect gift card and voucher redemption](/docs/guides/integrations/voucher-connect) — an alternative gift card provider
* [Integrations Overview](/docs/guides/integrations/overview)


## Related topics

- [Voucher Connect gift card and voucher redemption](/docs/guides/integrations/voucher-connect.md)
- [Blocked orders log: review rejected checkout attempts](/docs/guides/orders/advanced/blocked-orders.md)
- [Glu gift card redemption](/docs/guides/integrations/glu.md)
- [Toggle gift card redemption](/docs/guides/integrations/toggle.md)
- [Square gift card redemption](/docs/untitled-page-3.md)
