Redeem Gift Cards

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
}


Headers
string
Defaults to Deliverect/{version}

Deliverect/{version}

string
Defaults to {signature}

{signature}

Responses

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