List recurring charges by Bacen filters (scoped to the account)
Query Parameters
- Type: string Format: date-timeiniciorequired
the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- Type: string Format: date-timefimrequired
the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- Type: stringcpf
- Type: stringcnpj
- Type: string enumstatusvalues
- C
R I A D A - A
T I V A - C
O N C L U I D A - E
X P I R A D A - R
E J E I T A D A - C
A N C E L A D A
- Type: stringid
Rec - Type: stringconvenio
- Type: integer Format: int32paginacao
.pagina Atual Signed 32-bit integers (commonly used integer type).
- Type: integer Format: int32paginacao
.itens Por Pagina Signed 32-bit integers (commonly used integer type).
Responses
- application/json
- 400
Requisição inválida
- 403
Acesso negado — credencial sem o escopo exigido pela operação ou certificado rejeitado. Respondido no gateway de exposição (Bacen: AcessoNegado)
- 503
Serviço temporariamente indisponível (Bacen: ServicoIndisponivel)
Request Example for get/api/cobr
curl 'http://localhost:8080/api/cobr?inicio=&fim=' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"parametros": {
"inicio": "2026-09-16T19:14:18.843Z",
"fim": "2026-09-16T19:14:18.843Z",
"idRec": "string",
"cpf": "string",
"cnpj": "string",
"status": "CRIADA",
"recebedor": {
"convenio": "string"
},
"paginacao": {
"paginaAtual": 1,
"itensPorPagina": 1,
"quantidadeDePaginas": 1,
"quantidadeTotalDeItens": 1
}
},
"cobsr": [
{
"txid": "string",
"idRec": "string",
"calendario": {
"criacao": "2026-09-16T19:14:18.843Z",
"dataDeVencimento": "2026-09-16"
},
"valor": {
"original": "string"
},
"ajusteDiaUtil": true,
"recebedor": {
"agencia": "string",
"conta": "string",
"tipoConta": "CORRENTE",
"cnpj": "string",
"nome": "string",
"convenio": "string"
},
"devedor": {
"cpf": "string",
"cnpj": "string",
"nome": "string",
"email": "string",
"logradouro": "string",
"cidade": "string",
"uf": "string",
"cep": "string"
},
"infoAdicional": "string",
"politicaRetentativa": "NAO_PERMITE",
"status": "CRIADA",
"encerramento": {
"rejeicao": {
"codigo": "string",
"descricao": "string"
},
"cancelamento": {
"solicitante": "PSP_PAGADOR",
"codigo": "string",
"descricao": "string"
}
},
"tentativas": [
{
"endToEndId": "string",
"tipo": "AGND",
"status": "SOLICITADA",
"dataLiquidacao": "2026-09-16",
"rejeicao": {
"codigo": "string",
"descricao": "string"
},
"atualizacao": [
{
"status": "string",
"statusAnterior": "string",
"origem": "USER",
"motivo": "string",
"data": "2026-09-16T19:14:18.843Z"
}
]
}
],
"atualizacao": [
{
"status": "string",
"statusAnterior": "string",
"origem": "USER",
"motivo": "string",
"data": "2026-09-16T19:14:18.843Z"
}
]
}
]
}