--- title: GiftCardDetails - Customer API description: The gift card payment details related to a transaction. api_version: unstable api_name: customer source_url: html: https://shopify.dev/docs/api/customer/unstable/objects/giftcarddetails md: https://shopify.dev/docs/api/customer/unstable/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/unstable/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/unstable/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/unstable/objects/OrderTransaction#field-OrderTransaction.fields.giftCardDetails)