--- title: GiftCardDetails - Customer API description: The gift card payment details related to a transaction. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/giftcarddetails md: https://shopify.dev/docs/api/customer/latest/objects/giftcarddetails.md --- # Gift​Card​Details object The gift card payment details related to a transaction. ## Fields * balance [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The balance of the gift card in shop and presentment currencies. * last4 [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The last characters of the gift card. *** ## Map ### Fields with this object * {}[OrderTransaction.giftCardDetails](https://shopify.dev/docs/api/customer/latest/objects/OrderTransaction#field-giftCardDetails)