--- title: GiftCardDebitInput - GraphQL Admin description: The input fields for a gift card debit transaction. api_version: 2026-04 api_name: admin type: input-object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/input-objects/GiftCardDebitInput md: >- https://shopify.dev/docs/api/admin-graphql/latest/input-objects/GiftCardDebitInput.md metadata: domain: admin --- # Gift​Card​Debit​Input input\_object The input fields for a gift card debit transaction. ## Fields * debit​Amount [Money​Input!](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/MoneyInput) required The amount to debit the gift card. * note [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) A note about the debit. * processed​At [Date​Time](https://shopify.dev/docs/api/admin-graphql/latest/scalars/DateTime) The date and time the debit was processed. Defaults to current date and time. *** ## Mutations using this input * [gift​Card​Debit.debitInput](https://shopify.dev/docs/api/admin-graphql/latest/mutations/giftCardDebit#arguments-debitInput) ARGUMENT *** ## Map ### Mutations using this input * [gift​Card​Debit.debitInput](https://shopify.dev/docs/api/admin-graphql/latest/mutations/giftCardDebit#arguments-debitInput)