Skip to main content
GET
/
contas-pagar
/
{idContaPagar}
/
recebimentos
Obter recebimentos da conta a pagar
curl --request GET \
  --url https://api.tiny.com.br/public-api/v3/contas-pagar/{idContaPagar}/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

idContaPagar
integer
required

Identificador da Conta a Pagar

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