...
Code | Response string | Description | Plugin constant |
---|---|---|---|
202 | Order is not ours, but it is still accepted. | When option accept_rejected_callbacks is enabled in config and the plugin receives an order that is not explicitly created in the current platform. This status means that plugin has been rejected to handle the order, but responds as the callback was OK. | HTTP_RESPONSE_NOT_OURS_BUT_ACCEPTED |
204 | OK | Callback received handled and updated without errors. | HTTP_RESPONSE_OK |
209204 | Test OK | When callbacks are tested and accepted by system. | HTTP_RESPONSE_TEST_OK |
406 | Digest rejected. | The salt key has been changed in the system and is no longer matching with Resurs Bank. The way the plugin are calculating the digest key will fail and return this error. | HTTP_RESPONSE_DIGEST_IS_WRONG |
410 | Order is not ours. | When option accept_rejected_callbacks is disabled in config and the plugin receives an order that is not explicitly created in the current platform. This status means the plugin is unconditionally rejecting the callback. | HTTP_RESPONSE_GONE_NOT_OURS |
Unhandled | Errorstring generated automaticallly | This is an automatically generated and forwarded code and errormessage. It is only shown during exceptions that is catched by the system on unknown errors. | - |
...