---
title: "Listar Recebíveis"
method: GET
path: "/financial_transaction_requests"
---

# Listar Recebíveis

`GET /financial_transaction_requests`

Lista Recebíveis de uma conta

## Query parameters

- `limit` integer
- `start` integer
- `status_filter` string
- `since[year]` integer
- `since[month]` integer
- `since[day]` integer
- `to[year]` integer
- `to[month]` integer
- `to[day]` integer

## Response `200`

200

- object
  - `items` object[]
    - `id` integer
    - `description` string
    - `scheduled_date` string
    - `transaction_code` string
    - `installment` integer
    - `status` string
    - `invoice_id` string
    - `customer_ref` string
    - `order_id` unknown
    - `total` string
    - `taxes` string
    - `client_share` string
    - `commission` string
    - `advance_fee` string
    - `estimated_advance_fee` object
      - `fractional` string
      - `currency` object
        - `id` string
        - `alternate_symbols` unknown
        - `decimal_mark` string
        - `disambiguate_symbol` unknown
        - `html_entity` string
        - `iso_code` string
        - `iso_numeric` string
        - `name` string
        - `priority` integer
        - `smallest_denomination` integer
        - `subunit` string
        - `subunit_to_unit` integer
        - `symbol` string
        - `symbol_first` boolean
        - `thousands_separator` string
        - `format` unknown
      - `bank` object
        - `store` object
          - `rates` object
          - `options` object
          - `guard` object
            - `mon_owner` unknown
            - `mon_count` integer
            - `mon_mutex` object
        - `rounding_method` unknown
    - `total_cents` integer
    - `taxes_cents` integer
    - `client_share_cents` integer
    - `commission_cents` integer
    - `advance_fee_cents` unknown
    - `number_of_installments` integer
    - `created_at` string
    - `updated_at` string
    - `executed_date` unknown
    - `advanceable` boolean
  - `totalItems` integer

## 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/versions/4590fc729d1e/schema)
