Skip to main content
Anchor to GiftCardDebitPayload

GiftCardDebitPayload

payload

Return type for giftCardDebit mutation.

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?

Anchor to Mutations with this payloadMutations with this payload

•mutation

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.

Arguments

•ID!
required

The ID of the gift card to be debited.

•GiftCardDebitInput!
required

The input fields to debit a gift card.



Was this section helpful?