---
title: "Obter recebimentos da conta a receber"
method: GET
path: "/contas-receber/{idContaReceber}/recebimentos"
tags: ["Contas a receber"]
---

# Obter recebimentos da conta a receber

`GET /contas-receber/{idContaReceber}/recebimentos`

## Path parameters

- `idContaReceber` integer, required

## Response `200`

OK

- ObterRecebimentosModel[]
  - `id` integer
  - `data` string
  - `idConta` string
  - `valorPago` number, float
  - `valorTaxa` number, float
  - `valorJuro` number, float
  - `valorDesconto` number, float
  - `valorAcrescimo` number, float
  - `tipo` integer, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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