Sending a redemption link via email

To send the reward links directly to the recipients after placing an order, simply add their email addresses to the delivery_email field in the order items. The recipients will receive an email from [email protected] as pictured below.

1984

Here's an example request body for sending a redemption links to directly to [email protected] and [email protected] :

{
  "items": [{"country": "CA", "face_value": 50, "delivery-email": "[email protected]"}, {"country": "CA", "face_value": 100, "delivery_email": "[email protected]"}],
  "idempotency_key": "985b8147-4120-4a05-ae9e-5b7477a6928d",
  "card_id": "wg123abc"
  "products":["AIRBB-CA", "WMART-CA"]
}