---
title: "Create a one-time charge"
method: POST
path: "/{companyDomain}/customers/{customerUniqueId}/invoices"
---

# Create a one-time charge

`POST /{companyDomain}/customers/{customerUniqueId}/invoices`

This query creates a one-time charge for an individual customer

## Path parameters

- `companyDomain` string, required
- `customerUniqueId` string, required

## Request body

- object
  - `currencyCode` string, required — The code for the currency of the one-time charge
  - `amount` integer, required — The amount of the one-time charge
  - `description` string, required — The description for the one-time charge

## Response `200`

200

---

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