Response_message | Result | HTTP Code |
---|---|---|
apiKey não informada | reject | 200 |
token não informado | reject | 200 |
transaction_id não informada ou inválida | 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 |
transacao encontrada | success | 201 |