Error codes
Security token error codes in our response message.
Code | Description | Message |
---|---|---|
200 | Unexpected error | Unexpected error occurred. |
201 | Authentication failed | Authentication failed. |
202 | Missing or malformed request body | Missing or malformed JSON object: description of error. |
203 | Unknown Token Provider Profile | ProfileId X does not exist. |
204 | Unauthorized action | The Merchant account does not have the requested permission.tokenize[payloadType]detokenize[payloadType] |
205 | Action not supported by provider | Token provider X does not support tokenize detokenize action. |
206 | Missing required field | Required field X was not supplied. |
207 | Invalid field format | Field X value Y is in the wrong format. Expected format is Z. |
208 | Invalid field value | Field X value Y is invalid. |
209 | Invalid field length | Field X value Y length must be Z. Field X value Y must be between Zmin and Zmax in length. Field X value Y cannot be less than Z. Field X value Y cannot be greater than Z. |
210 | Missing required configuration | Profile configuration item X is missing. |
211 | Invalid configuration value | Profile configuration item X is invalid. |
300 | Connection failed | Could not connect to token provider X. |
301 | Provider failure | Provider X could not process the request. |