---
title: "Create an Invoice Line Item"
method: POST
path: "/v1/subscriptions/invoices/{id}/line_items"
---

# Create an Invoice Line Item

`POST /v1/subscriptions/invoices/{id}/line_items`

Use secret API key to create an Invoice

## Path parameters

- `id` string, required

## Request body

- object
  - `data` object
    - `attributes` object
      - `amount` integer, required — Amount of the Invoice Line Item in cents. A positive value indicates that amount will be added and a negative value indicates amount will be deducted.
      - `description` string, required — Description of the Invoice Line Item.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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