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

# redeemFluzGiftCard

> Mutation for redeeming a Fluz Gift Card by code.

Mutation for redeeming a Fluz Gift Card by code. Credits the authenticated user's gift card balance. Requires MAKE\_DEPOSIT scope.

```graphql theme={null}
mutation {
  redeemFluzGiftCard(
    input: RedeemFluzGiftCardInput!
  ): DepositCashBalanceResponse!
}
```

## Arguments

<ParamField body="input" type="RedeemFluzGiftCardInput!" required>
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`DepositCashBalanceResponse!`](/api-reference/types/deposit-cash-balance-response) — Response type for the depositCashBalance mutation, returning the resulting deposits and current user balances.
