v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Send a gift card email to a guest

If the invoice is closed and had complete payment invoke this api to Send giftcard mail to the guest.

post/v1/invoices/{invoice_id}/send_giftcard_email

Path parameters

invoice_idstring required

Unique identifier of an invoice.

Response

200

mail_sentboolean
receipt_sentboolean

Example response

{
  "mail_sent": true
}