---
title: "Generate a new invoice"
method: POST
path: "/v2/invoices"
tags: ["Invoice"]
---

# Generate a new invoice

`POST /v2/invoices`

Returns a new bolt11 invoice

## Request body

- V2controllersAddInvoiceRequestBody
  - `amount` integer
  - `description` string
  - `description_hash` string

## Response `200`

OK

- V2controllersAddInvoiceResponseBody
  - `expires_at` string
  - `payment_hash` string
  - `payment_request` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/getalby/apis/lndhub-go.md) · [All operations](https://skmtc.net/getalby/apis/lndhub-go/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getalby/lndhub-go/versions/0891f2052750/schema)
