post
https://yourwebhook.com/giftCards/getBalance
This webhook is called to retrieve the balance of a gift card.
Payload Details
| Field | Type | Required |
|---|---|---|
| giftCardNumber | string | Yes |
| giftCardVerificationCode | string | Yes |
| locationId | string | Yes |
Payload Example
{
"giftCardNumber": "125476349806",
"giftCardVerificationCode": "1234",
"locationId": ObjectId
}Response Example
{
"giftCardNumber": "125476349806",
"amount": 123,
}