---
title: "Listagem de recebíveis"
method: GET
path: "/credit-card-receivables"
tags: ["Credit Card Receivables"]
---

# Listagem de recebíveis

`GET /credit-card-receivables`

Obtém lista de recebíveis ainda disponíveis para antecipar hoje

## Query parameters

- `pageSize` number
- `pageNumber` number

## Response `200`

Success

- Receivable[]
  - `id` number — Identificador do recebível
  - `payerId` string — Cnpj da credenciadora
  - `payeeId` string — Cnpj do estabelecimento comercial
  - `maturityDate` string, date — Data de vencimento do recebível seguindo a norma ISO-8601
  - `scheme` 'Visa' | 'MasterCard' | 'Elo' | 'AmericanExpress' | 'HiperCard' — Bandeira do cartão de crédito
  - `maturityAmount` string, double — Valor do recebível disponível para antecipar, ou seja, o valor máximo que poderá ser registrado na Registradora
  - `maximumDisbursementAmount` string, double — maturityAmount descontado da taxa de operação acordada, ou seja, o valor máximo que o estabelecimento comercial poderá receber ao antecipar o recebível
  - `status` 'Available' | 'WaitingSignatures' | 'WaitingRegistration' | 'InDisbursement' | 'Disbursed' | 'Settled' | 'Overdue' | 'Cancelled' — Estado do recebível

## Other responses

- `400` — Validation Error
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/btgpactual/apis/folha-de-pagamentos.md) · [All operations](https://skmtc.net/btgpactual/apis/folha-de-pagamentos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/btgpactual/folha-de-pagamentos/revisions/2a24d3da114c/schema)
