Webhook Payloads
Gift card
Webhook Payloads
Gift card
WEBHOOK
GiftCardRequested
{
"topic": "giftcard",
"trigger": "giftcard.requested",
"id": 12345,
"total_credit_issued": "23.50",
"gift_card_subtotal": "25.00",
"gift_card_tax": "0.50",
"gift_card_bonus_credit": "1.00",
"currency": "USD",
"return_id": "23456",
"email": "eliza@example.com",
"first_name": "Eliza",
"last_name": "Strawberry",
"external_order_id": 1234567890,
"external_order_name": "#2234",
"external_order_number": 1234
}
Body
application/json
Response
200
Return a 200 status to indicate that the data was received successfully
{
"topic": "giftcard",
"trigger": "giftcard.requested",
"id": 12345,
"total_credit_issued": "23.50",
"gift_card_subtotal": "25.00",
"gift_card_tax": "0.50",
"gift_card_bonus_credit": "1.00",
"currency": "USD",
"return_id": "23456",
"email": "eliza@example.com",
"first_name": "Eliza",
"last_name": "Strawberry",
"external_order_id": 1234567890,
"external_order_name": "#2234",
"external_order_number": 1234
}