/cob/{txid}
Path Parameters
- Type: stringtxidrequired
Transaction identifier (txid). Must be 26-35 lowercase alphanumeric characters [a-z0-9]
Headers
- Type: stringIdempotency
- Key requiredUnique idempotency key
Responses
- application/json
Request Example for get/cob/{txid}
curl http://localhost/cob/txid12345678901234567890123456 \
--header 'Idempotency-Key: 550e8400-e29b-41d4-a716-446655440000' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"id": "string",
"type": "STATIC",
"txid": "string",
"status": "ATIVA",
"revisao": 1,
"calendario": {
"criacao": "2026-07-31T12:59:10.382Z",
"expiracao": 1
},
"valor": {
"original": "string",
"modalidadeAlteracao": 1
},
"chave": "string",
"devedor": {
"cpf": "string",
"cnpj": "string",
"nome": "string"
},
"loc": {
"id": "string",
"url": "string"
},
"solicitacaoPagador": "string",
"infoAdicionais": [
{
"nome": "string",
"valor": "string"
}
],
"pixCopiaECola": "string",
"qrCodeImage": {
"contentType": "string",
"base64": "string"
},
"createdAt": "2026-07-31T12:59:10.382Z"
}