Bradesco / Boletos
Cancelar boleto
Cancela boleto emitido quando permitido.
PATCH
/ar/boletos/:id/cancelRequisicao
AutenticacaomTLS + Bearer Token
AmbienteDefinido pelo certificado
ContaNao exige header de conta
IdempotenciaNao aplicavel
Parametros de caminho
:idobrigatorioIdentificador do boleto
Exemplo:
01JW...Exemplos de execucao
curl -X PATCH 'https://uzepay-mtls.deploy.pixland.com.br/ar/boletos/:id/cancel' \
-H 'Authorization: Bearer <TOKEN>' \
-H 'Content-Type: application/json' \
-d '{}'Resposta exemplo
200 OK
{
"boleto": {
"id": "01JW...",
"status": "CANCELLED"
}
}