---
title: "Extrato de Faturas"
method: GET
path: "/accounts/invoices"
---

# Extrato de Faturas

`GET /accounts/invoices`

Retorna o extrato de faturas de uma conta.

## Query parameters

- `year` string
- `month` string
- `status` string

## Response `200`

200

- object[]
  - `id` string
  - `created_at` string
  - `due_date` string
  - `occurrence_date` unknown
  - `paid_at` unknown
  - `refunded_at` unknown
  - `pending_value` string
  - `paid_value` string
  - `taxes_paid` string
  - `payment_method` unknown
  - `installments` unknown
  - `customer_id` unknown
  - `customer_email` string
  - `customer_name` unknown
  - `subscription_id` unknown
  - `receivable_date` unknown
  - `receivable_reference` unknown
  - `receivable_total` unknown
  - `commission` string
  - `status` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/iugu/apis/tokens-de-api.md) · [All operations](https://skmtc.net/iugu/apis/tokens-de-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iugu/tokens-de-api/revisions/4590fc729d1e/schema)
