Retrieve Balance

This webhook is called to retrieve the balance of a gift card.

Payload Details

FieldTypeRequired
giftCardNumberstringYes
giftCardVerificationCodestringYes
locationIdstringYes

Payload Example

{
    "giftCardNumber": "125476349806",
    "giftCardVerificationCode": "1234",
    "locationId": ObjectId
}

Response Example

{
    "giftCardNumber": "125476349806",
    "amount": 123,
}
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