CartResponse
Indicates whether the request was processed successfully
Additional message or error information
URL for the checkout page where the customer can complete the purchase of the gift cards in the cart
Indicates whether the checkout URL has been accessed for this cart
data object
Unique identifier of the gift cart
Identifier of the gift card provider partner
gift_cards object[]
List of gift cards in the cart
Unique identifier of the gift card
Specifies how the purchaser intends to deliver the gift card to the recipient.
Method used to redeem the gift card
Name of the gift card recipient
Email address of the recipient
Phone number of the recipient
Name of the sender
Email address of the sender
Custom message attached to the gift card
Monetary value of the gift card (in cents).
Provider used to search for the business
Gift card program name
Identifier of the associated business
{
"success": true,
"message": "string",
"checkout_url": "string",
"checkout_url_accessed": true,
"data": {
"cart_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"partner_id": "string",
"gift_cards": [
{
"gift_card_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"delivery_type": "string",
"redemption_method": "string",
"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,
"search_provider": "string",
"card_program": "string",
"business_id": "string"
}
]
}
}