---
title: "GET /v1/billing/invoices/{id}/"
method: GET
path: "/v1/billing/invoices/{id}/"
tags: ["v1"]
---

# GET /v1/billing/invoices/{id}/

`GET /v1/billing/invoices/{id}/`

## Path parameters

- `id` integer, required

## Response `200`

- TenantInvoice
  - `id` integer, required
  - `tenant` integer, required
  - `card` integer, nullable, required
  - `currency` 'KZT' | 'USD' | 'RUB' | 'EUR' | 'UZS' | 'KGS' | 'AED' | 'SAR', required — * `KZT` - KZT * `USD` - USD * `RUB` - RUB * `EUR` - EUR * `UZS` - UZS * `KGS` - KGS * `AED` - AED * `SAR` - SAR
  - `status` 'waiting' | 'confirmed' | 'rejected' | 'refunded', required — * `waiting` - В ожидании * `confirmed` - Подтвержден * `rejected` - Отклонен * `refunded` - Возвращен
  - `total` string, decimal, required
  - `captured_amount` string, decimal, required
  - `refund_amount` string, decimal, required
  - `captured_at` string, date-time, nullable, required
  - `start_at` string, date-time, nullable, required
  - `end_at` string, date-time, nullable, required
  - `items` TenantInvoiceItemInfo[], required
    - `id` integer, required
    - `integration` IntegrationInfo, required
      - `id` integer, required
      - `code` string, required — Код интеграции
      - `slug` string, nullable
      - `name` string, required — Название интеграции
      - `comment` string, nullable
      - `slogan` string, nullable — Слоган интеграции
      - `type` 'integration' | 'module' — * `integration` - integration * `module` - module
      - `detail` string, nullable — Описание интеграции
      - `icon` string, uri, nullable — Иконка интеграции
      - `image` string, uri, nullable — Изображение интеграции
      - `image_alt` string, uri, nullable — Альтернативное изображение интеграции
      - `disabled` boolean — Отключено интеграцию
      - `extra` unknown
      - `demo_enabled` boolean — Демо интеграция
      - `demo_duration` string
      - `tags` TagsEnum[]
      - `modules` ModulesEnum[] — Модули интеграции
      - `visable` boolean — Видимость интеграции для пользователей
    - `variant` IntegrationVariant, required
      - `id` integer, required
      - `name` string, required
      - `code` string, nullable
      - `limits` string[]
    - `type` 'staff' | 'rental_point' | 'inventory' | 'inventory_car' | 'module' | 'integration' — * `staff` - Пользовательские места * `rental_point` - Точки аренды * `inventory` - Инвентарь * `inventory_car` - Автомобили * `module` - Модуль * `integration` - Интеграция
    - `start_at` string, date-time, nullable
    - `end_at` string, date-time, nullable
    - `count` integer
    - `price` string, decimal
    - `amount` string, decimal
    - `invoice` integer, required
    - `integration_period` integer, nullable
  - `errors` TenantInvoiceError[], required
    - `id` integer, required
    - `code` string, required
    - `description` string, required
    - `created_at` string, date-time, required
    - `invoice` integer, required
  - `transaction_url` string, uri, nullable, required
  - `created_at` string, date-time, required

---

[API](https://skmtc.net/yume-cloud/apis/yume-api.md) · [All operations](https://skmtc.net/yume-cloud/apis/yume-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yume-cloud/yume-api/versions/90700f5abfcc/schema)
