---
title: AppliedGiftCard - Customer API
description: The details about the gift card used on the checkout.
api_version: 2025-07
api_name: customer
type: object
api_type: graphql
source_url:
  html: 'https://shopify.dev/docs/api/customer/2025-07/objects/AppliedGiftCard'
  md: 'https://shopify.dev/docs/api/customer/2025-07/objects/AppliedGiftCard.md'
---

# Applied​Gift​Card

object

The details about the gift card used on the checkout.

## Fields

* amount​Used

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

  non-null

  The amount deducted from the gift card.

* balance

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

  non-null

  The remaining amount on the gift card.

* id

  [ID!](https://shopify.dev/docs/api/customer/2025-07/scalars/ID)

  non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api)

  A globally-unique ID.

* last​Characters

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

  non-null

  The last characters of the gift card.

* presentment​Amount​Used

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

  non-null

  The amount applied to the checkout in its currency.

***

## Map

### Fields with this object

* [Checkout.appliedGiftCards](https://shopify.dev/docs/api/customer/2025-07/objects/Checkout#field-Checkout.fields.appliedGiftCards)

***

## Interfaces

* [Node](https://shopify.dev/docs/api/customer/2025-07/interfaces/Node)

  interface

***

## AppliedGiftCard Implements

### Implements

* [Node](https://shopify.dev/docs/api/customer/2025-07/interfaces/Node)
