/cobv/{txid}
Path Parameters
- Type: stringtxidrequired
Transaction identifier (txid). Must be 26-35 alphanumeric characters [a-zA-Z0-9]
Headers
- Type: stringIdempotency
- Key required
Responses
- application/json
Request Example for get/cobv/{txid}
curl http://localhost/cobv/txid12345678901234567890123456 \
--header 'Idempotency-Key: ' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"id": "string",
"type": "STATIC",
"txid": "string",
"status": "ATIVA",
"revisao": 1,
"chave": "string",
"calendario": {
"criacao": "2026-07-31T12:59:10.303Z",
"dataDeVencimento": "2026-07-31",
"validadeAposVencimento": 1
},
"valor": {
"original": "string",
"multa": {
"modalidade": "1",
"valorPerc": "string"
},
"juros": {
"modalidade": "1",
"valorPerc": "string"
},
"abatimento": {
"modalidade": "1",
"valorPerc": "string"
},
"desconto": {
"modalidade": "1",
"descontoDataFixa": [
{
"data": "2026-07-31",
"valorPerc": "string"
}
],
"valorPerc": "string"
}
},
"devedor": {
"cpf": "string",
"cnpj": "string",
"nome": "string"
},
"recebedor": {
"nome": "string",
"cidade": "string",
"taxId": "string",
"endereco": {
"logradouro": "string",
"cidade": "string",
"uf": "string",
"cep": "string"
}
},
"solicitacaoPagador": "string",
"infoAdicionais": [
{
"nome": "string",
"valor": "string"
}
],
"loc": {
"id": "string",
"url": "string"
},
"pix": [
{
"endToEndId": "string",
"txid": "string",
"valor": "string",
"horario": "2026-07-31T12:59:10.303Z",
"infoPagador": "string"
}
],
"pixCopiaECola": "string",
"qrCodeImage": {
"contentType": "string",
"base64": "string"
},
"createdAt": "2026-07-31T12:59:10.303Z"
}