---
title: "Pay an invoice"
method: POST
path: "/v2/payments/bolt11"
tags: ["Payment"]
---

# Pay an invoice

`POST /v2/payments/bolt11`

Pay a bolt11 invoice

## Request body

- V2controllersPayInvoiceRequestBody
  - `amount` integer
  - `invoice` string, required

## Response `200`

OK

- V2controllersPayInvoiceResponseBody
  - `amount` integer
  - `description` string
  - `description_hash` string
  - `destination` string
  - `fee` integer
  - `payment_hash` string
  - `payment_preimage` 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/revisions/0891f2052750/schema)
