---
title: "Get a specific invoice"
method: GET
path: "/v2/invoices/{payment_hash}"
tags: ["Invoice"]
---

# Get a specific invoice

`GET /v2/invoices/{payment_hash}`

Retrieve information about a specific invoice by payment hash

## Path parameters

- `payment_hash` string, required

## Response `200`

OK

- V2controllersInvoice
  - `amount` integer
  - `custom_records` object
  - `description` string
  - `description_hash` string
  - `destination` string
  - `error_message` string
  - `expires_at` string
  - `fee` integer
  - `is_paid` boolean
  - `keysend` boolean
  - `payment_hash` string
  - `payment_preimage` string
  - `payment_request` string
  - `settled_at` string
  - `status` string
  - `type` 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)
