actions.testMode* - Test mode
The actions listed here are grouped thematically to provide a clear overview of the associated error messages and email templates.
Actions that thematically belong to a different area can be found in the corresponding sections of this documentation or in the alphabetical overview of actions.
Excerpt of the basic actions structure
Action overview
| Action | Description |
|---|---|
testModeOn | Defines the error messages output for requests to enable test mode. |
testModeOff | Defines the error message output for requests to disable test mode. |
testModeChange | Defines the error messages output for requests to change the test mode. |
actions.testModeChange - Change test mode
The testModeChange action controls the error messages for requests to change the test mode.
Example configuration
Parameter overview
| Parameter | Type | Description |
|---|---|---|
errorCodes | array | Configures the error codes used for problems during the action. |
notAllowed | string | Error message output when changing the test mode is not allowed in the current context. |
actions.testModeOff - Disable / turn off test mode
The testModeOff action controls the error messages for requests to disable the test mode.
Example configuration
Parameter overview
| Parameter | Type | Description |
|---|---|---|
errorCodes | array | Configures the error codes used for problems during the action. |
notAllowed | string | Error message output when disabling the test mode is not allowed in the current context. |
actions.testModeOn - Enable / turn on test mode
The testModeOn action controls the error messages for requests to enable the test mode.
Example configuration actions.testModeOn
Parameter overview
| Parameter | Type | Description |
|---|---|---|
errorCodes | array | Configures the error codes used for problems during the action. |
noPassword | string | Error message output when no password has been supplied. |
invalidPassword | string | Error message output when the supplied password is invalid. |
