v1

latestOpenAPI 3.0.12026-07-2474233379.5 KB
Verifications

Get Transaction Status

This method is used to retrieve the processing status of an asynchronous transaction. The response for this method includes the processing status of the verification, the TransactionID, the TransactionRecordID as well as whether the verification request has timed out.

get/v3/verifications/transaction/{transactionID}/status

Path parameters

transactionIDstring required

id of the asynchronous transaction, this will be a GUID

Response

Success

TransactionIdstring nullable

Transaction ID of the transaction

TransactionRecordIdstring nullable

Transaction Record ID of the transaction available once the transaction has finished processing

Statusstring nullable

Status of the transaction. Possible Values: Processing, Completed, InProgress, WaitAsync, Canceled, TimeoutCanceled. Call GetTransactionRecord when status changes to Completed, Canceled or TimeoutCanceled to get the verification results.

UploadedDtstring date-time

Uploaded date for transaction

IsTimedOutboolean

Set to true when transaction has timed out