Transaction Statuses
Overview
This section of the documentation explains the many statuses that a transaction may have, along with their definitions and interpretation guidelines. From the moment a transaction is initiated until it is completed, each status represents a particular step or result.
Status | Value | Description |
---|---|---|
Pending | 0 | Status is the expected outcome while waiting for the user to complete the requested action. |
Accepted | 1 |
|
Rejected | 2 |
|
Expired | 3 | This means the user ignored or chose not to complete the requested action. The transaction lifetime can be set in the API call. |
Error | 4 | If something went wrong, the response body would have an explanation if this status is returned. |
Canceled | 5 | Indicates that the sessions were canceled. |
Rejected Message
For rejected messages, you would usually find a message similar to this:
- Not authorized. Biometry verification failed.
- Not authorized. Liveness detection failed.
- Not authorized. Biometry verification and liveness detection failed.
Updated 6 days ago