| Response_message | Result | HTTP Code |
|---|---|---|
| apiKey não informada ou invalida | reject | 200 |
| token não informado ou invalido | reject | 200 |
| transaction_id não informada ou inválida | reject | 200 |
| status não informado ou diferente do esperado | reject | 200 |
| status atual do pedido diferente de pending | reject | 200 |
| status atual do pedido é canceled | reject | 200 |
| transaction_id inválida | reject | 200 |
| token ou apiKey inválidos | reject | 401 |
| Request method must be POST | reject | 405 |
| Content type must be: application/json | reject | 405 |
| Received content contained invalid JSON | reject | 405 |
| O Boleto {idTransacao} foi Cancelado com Sucesso | success | 201 |
