---
title: GiftCardDetails - Customer API
description: The gift card payment details related to a transaction.
api_version: 2026-07
source_url:
  html: 'https://shopify.dev/docs/api/customer/latest/objects/GiftCardDetails'
  md: 'https://shopify.dev/docs/api/customer/latest/objects/GiftCardDetails.md'
api_name: customer
api_type: graphql
type: object
---

# Gift​Card​Details

object

Requires `customer_read_orders` access scope.

The gift card payment details related to a transaction.

## Fields

* balance

  [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2)

  non-null

  The balance of the gift card in shop and presentment currencies.

* last4

  [String!](https://shopify.dev/docs/api/customer/latest/scalars/String)

  non-null

  The last characters of the gift card.

***

## Map

### Fields with this object

* [OrderTransaction.giftCardDetails](https://shopify.dev/docs/api/customer/latest/objects/OrderTransaction#field-OrderTransaction.fields.giftCardDetails)
