# GiftCardCreditTransaction - admin-graphql - OBJECT Version: 2024-10 ## Description A credit transaction which increases the gift card balance. ### Access Scopes `read_gift_card_transactions` access scope. ## Fields * [amount](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - The amount of the transaction. * [giftCard](/docs/api/admin-graphql/2024-10/objects/GiftCard): GiftCard! - The gift card that the transaction belongs to. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [metafield](/docs/api/admin-graphql/2024-10/objects/Metafield): Metafield - A [custom field](https://shopify.dev/docs/apps/build/custom-data), including its `namespace` and `key`, that's associated with a Shopify resource for the purposes of adding and storing additional information. * [note](/docs/api/admin-graphql/2024-10/scalars/String): String - A note about the transaction. * [privateMetafield](/docs/api/admin-graphql/2024-10/objects/PrivateMetafield): PrivateMetafield - Returns a private metafield by namespace and key that belongs to the resource. * [processedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time when the transaction was processed. ## Connections * [metafields](/docs/api/admin-graphql/2024-10/connections/MetafieldConnection): MetafieldConnection! * [privateMetafields](/docs/api/admin-graphql/2024-10/connections/PrivateMetafieldConnection): PrivateMetafieldConnection! ## Related queries ## Related mutations * [giftCardCredit](/docs/api/admin-graphql/2024-10/mutations/giftCardCredit) Credit a gift card. ## Related Unions ## Examples