Recebíveis
Consultar um recebível.
Retorna um recebível com escopo do tenant pelo id público. Exige a permissão receivables:read.
Retorna um recebível com escopo do tenant pelo id público. Exige a permissão receivables:read.
Autorização
ApiKeyAuth AutorizaçãoBearer <token>
Em: header
Parâmetros de caminho
id*string
Match
^recv_[A-Za-z0-9]+$Corpo da resposta
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/receivables/recv_xxx"{ "object": "receivable", "id": "string", "charge_id": "string", "amount_cents": 1, "gross_amount_cents": 0, "fee_amount_cents": 0, "installment": 1, "installment_count": 1, "origin": "sale", "currency": "BRL", "status": "pending", "expected_date": "2019-08-24T14:15:22Z", "paid_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "request_id": "req_xxx", "assignment_id": "string", "assignee_public_id": "string"}