---
title: "Create an invoice for the sale of a gift card"
method: POST
path: "/v1/invoices/gift_cards"
---

# Create an invoice for the sale of a gift card

`POST /v1/invoices/gift_cards`

This API helps you to create an invoice for the sale of a gift card without having to first create or select a gift card template.

If you have your own Webstore, e-commerce store, or Consumer Mobile App (CMA), this API helps you to record the sale of a physical or online gift card (with a custom gift code or gift card number) in your Zenoti application.

## Request body

- object
  - `RAW_BODY` string, json

## Response `200`

200

- object
  - `invoice_id` string
  - `error` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
