Skip to main content
mutation

Requires write_gift_card_transactions access scope.

Removes funds from a gift card, decreasing its available balance. Use this for manual balance adjustments — for example, correcting an accidental over-credit or applying a fee.

GiftCardDebitInput!
required

The input fields to debit a gift card.

ID!
required

The ID of the gift card to be debited.


Was this section helpful?

Anchor to GiftCardDebitPayload returnsGiftCardDebitPayload returns

Anchor to giftCardDebitTransactiongiftCardDebitTransaction
GiftCardDebitTransaction

The gift card debit transaction that was created.

[GiftCardTransactionUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?