--- title: GiftCardDebitInput - GraphQL Admin description: The input fields for a gift card debit transaction. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/GiftCardDebitInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/GiftCardDebitInput.txt --- # 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/2024-10/input-objects/MoneyInput) required The amount to debit the gift card. * note [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) A note about the debit. * processed​At [Date​Time](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/DateTime) The date and time the debit was processed. Defaults to current date and time. *** ## Mutations using this input * [gift​Card​Debit.​debit​Input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/giftCardDebit#argument-debitInput) MUTATION *** ## Map ### Mutations using this input * <\~>[gift​Card​Debit.debitInput](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/giftCardDebit#argument-debitInput)