Skip to main content
mutation

Requires write_gift_card_transactions access scope.

Adds funds to an existing gift card, increasing its available balance. Use this when a merchant wants to top up a customer's gift card — for example, as a promotional bonus, a customer service gesture, or to reload a reusable gift card.

GiftCardCreditInput!
required

The input fields to credit a gift card.

ID!
required

The ID of the gift card to be credited.


Was this section helpful?

Anchor to GiftCardCreditPayload returnsGiftCardCreditPayload returns

Anchor to giftCardCreditTransactiongiftCardCreditTransaction
GiftCardCreditTransaction

The gift card credit transaction that was created.

[GiftCardTransactionUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?