GiftCardRequest
Unique identifier of the gift card
Specifies how the purchaser intends to deliver the gift card to the recipient.
Possible values: [send_to_some_else, send_to_myself, print_and_give]
Method used to redeem the gift card
Possible values: [email, text, print]
Name of the gift card recipient
Email address of the recipient
Recipient’s phone number in the format “+1XYYYYYYYYY” or “XYYYYYYYYY”, where X > 1.
Name of the sender
Email address of the sender
Custom message attached to the gift card
Monetary value of the gift card (in cents).
Gift card program name. Required if no business ID is provided.
Provider used to search for the business. Required if the card program is not a “choose your own” type.
Possible values: [yelp, google]
Identifier of the associated business (sourced from Yelp or Google search results). Required if the card program is not a “choose your own” type.
{
"gift_card_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"delivery_type": "send_to_some_else",
"redemption_method": "email",
"recipient_name": "string",
"recipient_email": "user@example.com",
"recipient_phone_number": "string",
"sender_name": "string",
"sender_email": "user@example.com",
"custom_message": "string",
"value": 0,
"card_program": "string",
"search_provider": "yelp",
"business_id": "string"
}