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

# RedeemFluzGiftCardInput

> Input type for redeeming a Fluz Gift Card to the user's account.

**Input object**

Input type for redeeming a Fluz Gift Card to the user's account.

## Input fields

<ParamField name="idempotencyKey" type="UUID!" required>
  A unique client generated UUID to ensure a request is processed only once.
</ParamField>

<ParamField name="code" type="String!" required>
  The Fluz Gift Card code (as printed on or delivered with the card).
</ParamField>
