---
title: "Visualizar recebível de contrato"
method: GET
path: "/transactions/{account}/{paymentBillId}"
---

# Visualizar recebível de contrato

`GET /transactions/{account}/{paymentBillId}`

Permite visualizar o recebível de um contrato/venda

## Query parameters

- `account` string, required
- `paymentBillId` string, required

## Response `200`

200

- object
  - `status` string
  - `body` object[]
    - `id` integer
    - `account` integer
    - `paymentBillId` integer
    - `transactionId` integer
    - `installment` integer
    - `brand` string
    - `operation` string
    - `operationDate` string
    - `status` string
    - `originalSettlementDate` string
    - `advancementDate` string
    - `settledDate` unknown
    - `grossValue` number
    - `netValue` number
    - `taxMdr` number
    - `taxAdvancement` number
    - `settledValue` integer

## Other responses

- `404` — 404

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/versions/85dd6188a37b/schema)
