Redeem Gift Card

This webhook is called by our system to redeem values from a gift card.

When the webhook is Triggered

  • When an order containing a gift card payment is injected.

Payload Details

FieldTypeRequiredDescription
giftCardNumberstringYesThe unique identifier of the gift card.
giftCardVerificationCodestringNoThe verification code of the gift card.
amountintYesThe amount to be redeemed.
{
    "giftCardNumber": "125476349806",
    "giftCardVerificationCode": "1234",
    "amount": 100
}


Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json