The table below lists the magic numbers that can be used to trigger various scenarios when performing a manual settlement against the integration server simulator (ISS).
The magic number should be given for the TID, unless otherwise stated.
| Magic Number | Description | Result | Extra Info |
|---|---|---|---|
| 202 | Returns a HTTP response code of 202 | ERROR |
Accepted
|
| 400 | Returns a HTTP response code of 400 | ERROR |
Bad request
|
| 403 | Returns a HTTP response code of 403 | ERROR |
Authentication failed
|
| 404 | Returns a HTTP response code of 404 | ERROR |
Not found
|
| 409 | Returns a HTTP response code of 409 | ERROR |
Conflict
|
| 410 | Returns a HTTP response code of 410 | ERROR |
Unknown resource
|
| 500 | Returns a HTTP response code of 500 | ERROR |
Server error
|
| 501 | Returns a HTTP response code of 501 | ERROR |
Not implemented
|
| 502 | Returns a HTTP response code of 502 | ERROR |
Bad gateway
|
| 503 | Returns a HTTP response code of 503 | ERROR |
Service unavailable
|
| 504 | Returns a HTTP response code of 504 | ERROR |
Gateway timeout
|