CFAir Transaction Information API
The GetTransactionInfo API is a minor API, used to request the JSON response for a prior AuthenticateDocument request. Get Transaction Information is used when the original response is not found. This API finds an existing Transaction using the TransactionId generated during an Authenticate Document request and returns document transaction info and submission details. This is our stand-alone API used to get document transaction info and document submission details. This call-response is similar to Authenticate Document response.
Get Transaction has the following parameters that Authenticate Document does not have:
-
Authentication Status
-
ProcessingTime (in Authenticate Document this is ProcessingTimeInMilliseconds
Once the transaction is submitted and processed using the Document Authentication API, it can be retrieved in the future using the TransactionID received in the response from GetTransactionInfo API.
GetTransactionInfo is made configurable by enabling the below parameter in the DI Settings:
EnableGetTransactionInfo
-
If the value=True, clients can use the GetTransactionInfo call and get the response.
-
If the value=False, clients can't get/use the GetTransactionInfo call and don't get the response.
This setting should be configured in the Merchant Configuration of the Data Intelligence.
Topics in this section: