Retrieve a specific batch of charges with due date (Bacen /lotecobv)

​

Retrieves a batch of charges with due date. Bacen API Pix: consultar um lote específico de cobranças com vencimento.

Path Parameters
  • id
    Type: string
    required
Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/api/lotecobv/{id}
curl 'http://localhost:8080/api/lotecobv/{id}' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "id": "string",
  "descricao": "string",
  "criacao": "2026-09-16T19:14:18.660Z",
  "cobsv": [
    {
      "criacao": "2026-09-16T19:14:18.660Z",
      "txid": "string",
      "status": "EM_PROCESSAMENTO",
      "problema": {
        "type": "https://pix.bcb.gov.br/api/v2/error/CobVOperacaoInvalida",
        "title": "Cobrança inválida.",
        "status": 400,
        "detail": "string",
        "correlationId": "string",
        "violacoes": [
          {
            "razao": "string",
            "propriedade": "cob.chave",
            "valor": "061996671234"
          }
        ]
      }
    }
  ]
}