Trulioo · Arazzo Workflow
Trulioo Async Verify And Poll For Completion
Version 1.0.0
Submit an asynchronous verification, poll its status until complete, then read the result.
View Spec
View on GitHub
Identity VerificationKYCKYBAMLWatchlist ScreeningBiometricsDocument VerificationFraud PreventionComplianceGlobal IdentityArazzoWorkflows
Provider
Workflows
async-verify-and-poll-status
Submit a Verify, poll status to completion, and read the result.
Kicks off an asynchronous verification, repeatedly checks the transaction status until it is no longer in progress, then retrieves the result.
1
verify
verifyPerson
Submit the Verify request with a callback URL to start an asynchronous verification and capture both the TransactionID and TransactionRecordID.
2
pollStatus
getTransactionStatus
Poll the transaction status until it is no longer "inprogress". The retry action re-runs this step when the status is still in progress.
3
fetchResult
getPartialTransactionResult
Retrieve the partial/final transaction result now that the verification has left the in-progress state.