---
title: "LNX Invoice Payments"
method: POST
path: "/auth/r/ext/invoice/payments"
---

# LNX Invoice Payments

`POST /auth/r/ext/invoice/payments`

Retrieve invoice and payment data

## Request body

- object
  - `action` string, required — Query action, use one of getPaymentsByUser, getInvoicesByUser, getInvoiceById, getPaymentById
  - `query` object, required — Query params
    - `offset` integer — Optional offset, supported only by getInvoicesByUser and getPaymentsByUser actions
    - `txid` string — Optional payment hash, required by getInvoiceById and getPaymentById actions

## Response `200`

200

## Other responses

- `400` — 400

---

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