/v1/authorizations/verifySecureCode
Message structure
Request
| Property | Data type | Required | Description | 
| rut | string | mandatory | like: "11111111-1" | 
| verifyMethods | String | mandatory | verifyCuentaRutPin verifyPaymentPin | 
| secureCode | String | mandatory | Max. length: 128 characters. | 
Response
| Property | Data type | Required | Description | 
| result | Yes | The request result, which contains information related to the request result, such as status and error codes. | 
Result process logic
For different request results, different actions are to be performed. See the following list for details:
- If the value of result.resultStatus is S, that means Verification successful.
- If the value of result.resultStatus is F or U, that means Verification failed.
Result
| resultStatus | resultCode | resultMessage | 
| S | SUCCESS | Success. | 
| U | UNKNOWN_EXCEPTION | An API calling is failed, which is caused by unknown reasons. | 
| F | INVALID_SECURE_CODE | The request traffic exceeds the limit. | 
| F | PARAM_ILLEGAL | Illegal parameters exist. For example, a non-numeric input, or an invalid date. | 
