Skip to content

Get Status with Completion Data - Unable to verify OTP code #2

@ghost

Description

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions