---
title: "getInvoices"
method: GET
path: "/getInvoices"
---

# getInvoices

`GET /getInvoices`

Get your merchant invoices

## Headers

- `AUTHORIZATION` string, required

## Response `200`

200

- object
  - `invoices` object[]
    - `number` string
    - `asset` string
    - `blockchain` string
    - `status` string
    - `amount` string
    - `description` string
    - `metadata` unknown
    - `created_at` string
    - `updated_at` unknown

## Other responses

- `400` — 400

---

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