post https://connect.routee.net/2step/
You can confirm a Two Factor Authentication by providing the answer.
RESPONSE PARAMETERS
KEY | DESCRIPTION |
---|---|
trackingId | The tracking id used to reference this specific verification. |
status | The status of the verification. Possible Values: Pending, Verified, Cancelled, Expired, Failed |
updatedAt | The last time this verification was updated. |
maxRetries | The number of retries only, the first try is not included. |
expiresAt | When will the verification expire. |
timesTried | How many tries were made by the user. |
ERROR CODES
STATUS | CODE | DESCRIPTION |
---|---|---|
400 | 400011002 | Verification is not in pending state. |
400 | 400011003 | Verification has expired. |
400 | 400011004 | Verification max retries reached. |
400 | 400011005 | Wrong answer provided. |
404 | 404011006 | The verification with the specified tracking id doesn’t exist. |