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

# revealGiftCardByGiftCardId

> Reveals the Gift Card Code.

Reveals the Gift Card Code. It has an irreversible effect on the Gift Card status. Requires REVEAL\_GIFTCARD scope.

```graphql theme={null}
mutation {
  revealGiftCardByGiftCardId(
    giftCardId: UUID!
  ): GiftCardCode
}
```

## Arguments

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

## Returns

[`GiftCardCode`](/api-reference/types/gift-card-code) — GiftCardCode contains the redemption credentials for a Merchant.
