After sending a Verify SMS without specifying the OTP, so that TeleSign generates the OTP code, I tried to verify an OTP code.
Following the docs in: Get Status with Completion Data
As in the example in: Get Status Completion Data Example
reference_id = 'AEBC93B5898342F790E4E19FED41A7DA'
verify_code = '57244'
response = @telesign_verify_client.status(reference_id, verify_code: verify_code)
The API client did not send the verify_code with the GET request. So the API handles the request as a normal Get Transaction Status.
"verify": {"code_state": "UNKNOWN", "code_entered": null}
After sending a
Verify SMSwithout specifying the OTP, so that TeleSign generates the OTP code, I tried to verify an OTP code.Following the docs in: Get Status with Completion Data
As in the example in: Get Status Completion Data Example
The API client did not send the
verify_codewith the GET request. So the API handles the request as a normal Get Transaction Status."verify": {"code_state": "UNKNOWN", "code_entered": null}