Skip to main content
GET
/
contas-receber
/
{idContaReceber}
/
recebimentos
Obter recebimentos da conta a receber
curl --request GET \
  --url https://api.tiny.com.br/public-api/v3/contas-receber/{idContaReceber}/recebimentos \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "data": "2024-01-01",
    "idConta": "<string>",
    "valorPago": 123,
    "valorTaxa": 123,
    "valorJuro": 123,
    "valorDesconto": 123,
    "valorAcrescimo": 123,
    "tipo": 123
  }
]

Path Parameters

idContaReceber
integer
required

Identificador da Conta a Receber

Response

OK

id
integer
data
string
Example:

"2024-01-01"

idConta
string
valorPago
number<float>
valorTaxa
number<float>
valorJuro
number<float>
valorDesconto
number<float>
valorAcrescimo
number<float>
tipo
integer | null