Skip to main content
Anchor to GiftCardCreditPayload

GiftCardCreditPayload

payload

Return type for giftCardCredit mutation.

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?

Anchor to Mutations with this payloadMutations with this payload

•mutation

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.

Arguments

•ID!
required

The ID of the gift card to be credited.

•GiftCardCreditInput!
required

The input fields to credit a gift card.



Was this section helpful?