Retrieves the current status of a remote verification process using the remoteVerificationId obtained from the Create Journey URL API.
remoteVerificationId obtained from the Create Journey URL API. This API allows you to monitor whether the user has accessed the verification link, track the verification progress, and obtain the journeyToken once the user starts the verification process. The journeyToken is required to fetch journey details and customer details.
verificationStatus changes to COMPLETED, REJECTED, ABANDONED, or EXPIRED.| Header | Required | Description |
|---|---|---|
x-transaction-key | Yes | Your API key |
| Parameter | Type | Description |
|---|---|---|
remoteVerificationId | String | Unique identifier from create-journey-url response |
| Field | Type | Description |
|---|---|---|
remoteVerificationId | String | Unique identifier for this verification |
journeyToken | String | Journey token to fetch customer and journey details |
verificationStatus | Enum | Current status of the verification |
verificationUrl | String | The verification URL (one-time access only) |
linkOpened | Boolean | Whether verification link has been accessed |
createdAt | Number | Creation timestamp in milliseconds |
expiresAt | Number | Expiration timestamp in milliseconds |
lastUpdated | Number | Last update timestamp |
urlAccessedAt | Number | When URL was first accessed |
journeyTokenCreatedAt | Number | When journey token was created |
rejectedAt | Number | Rejection timestamp (null if not rejected) |
rejectionReason | String | Reason for rejection if applicable |
| Status | Description |
|---|---|
NOT_STARTED | URL created but not yet accessed by user |
IN_PROGRESS | User has started the verification process |
COMPLETED | Verification completed successfully |
REJECTED | Verification was rejected |
ABANDONED | User abandoned the verification process |
EXPIRED | Verification URL has expired |
EXPIRED statuslinkOpened will be false, journeyToken will be nulljourneyToken available, use for detailed trackingUnique identifier from create-journey-url response