{
  "sucesso": true,
  "mensagem": "<string>",
  "cancelamentos": [
    {
      "codigoCancelamento": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "situacao": 0,
      "numCodBarras": "<string>"
    }
  ]
}
Through this endpoint, partners can check canceled boletos and their respective cancellation status to see if they have been processed.

Authorizations

Authorization
string
header
required

Copie 'Bearer ' + token

Query Parameters

ListaCodigos
string<uuid>[]

Lista de códigos UUID identificadores dos boletos.

ListaCodigosBarras
string[]

Lista de códigos de barras dos boletos.

Response

200 - application/json

Success

The response is of type object.