Information about a gift card transaction in the Toast POS system that adds to the funds that are available on the card. Gift card providers are expected to handle the transaction.
additionalValue | number <double> The currency amount of the funds being added to the gift card. |
checkIdentifier | string The unique identifier of the check that this gift card transaction is part of. No action needs to be taken based on this identifier, it is just provided for tracking purposes. |
giftCardIdentifier | string The unique identifier of the gift card. |
identifierSource | string Indicates how the Toast platform received the gift card identifier string. Values are:
|
object The verification code, also often referred to as a PIN code, for the gift card account. A verification code is an additional layer of security that some gift card providers include. |
{- "giftCardIdentifier": "string",
- "identifierSource": "KEYED",
- "verificationCode": {
- "value": "string",
- "source": "KEYED"
}, - "additionalValue": 0,
- "checkIdentifier": "string"
}