---
title: "Obter recebíveis"
method: GET
path: "/payables"
---

# Obter recebíveis

`GET /payables`

Retorna os recebíveis da sua loja.

## Query parameters

- `created_since` string, date
- `created_until` string, date
- `status` string
- `payment_date_since` string, date
- `payment_date_until` string, date
- `type` string
- `updated_since` string, date
- `updated_until` string, date
- `charge_id` string
- `recipient_id` string
- `split_id` string
- `id` string
- `size` integer
- `page` integer
- `forward_cursor` string

## Response `200`

200

- union
  - object
    - `data` object[]
      - `id` integer
      - `status` string
      - `amount` integer
      - `fee` integer
      - `anticipation_fee` integer
      - `installment` integer
      - `charge_id` string
      - `recipient_id` string
      - `payment_date` string
      - `type` string
      - `payment_method` string
      - `accrual_at` string
      - `created_at` string
    - `paging` object
  - object
    - `data` object[]
      - `id` integer
      - `status` string
      - `amount` integer
      - `fee` integer
      - `anticipation_fee` integer
      - `fraud_coverage_fee` integer
      - `installment` integer
      - `gateway_id` integer
      - `split_id` string
      - `recipient_id` string
      - `payment_date` string
      - `type` string
      - `payment_method` string
      - `accrual_at` string
      - `created_at` string
    - `paging` object

## Other responses

- `400` — 400

---

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