---
title: "Create Manual Invoice"
method: POST
path: "/api/admin/invoices/manual"
tags: ["Admin"]
---

# Create Manual Invoice

`POST /api/admin/invoices/manual`

Raise a one-time manual invoice for an enterprise client (Admin only).

## Request body

- CreateManualInvoiceRequest — Admin: raise a one-time manual invoice for an enterprise client.
  - `user_id` string, required — Target enterprise user id
  - `amount_usd` number, required — Invoice amount in USD
  - `description` string, required — What the charge is for
  - `due_date` string, nullable — Optional due date (YYYY-MM-DD)

## Response `200`

Successful Response

- MessageResponse
  - `success` boolean
  - `message` string, required

## Other responses

- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/compresr/apis/compresr-platform-api.md) · [All operations](https://skmtc.net/compresr/apis/compresr-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/compresr/compresr-platform-api/revisions/93ee959dfa51/schema)
