Analyse API(Async)
Workflow
The field ‘Async =True” in the request message.
Request Type (API) | Async Value | LastDrop Value | Trident Response |
---|---|---|---|
Analyze Request | Async = True | LastDrop = True | Client ID |
Result Request | NA | NA | Risk Score |
Update Transaction Status Message | NA | NA | Acknowledgement |
- Trident receives the transaction data.
- Trident generates the Client ID unique for every transaction.
- Sends the Client ID in response.
- After preconfigured time client requests Trident for the risk analysis by consuming the Result API
- This request includes the Client ID for identification of that transaction.
- Trident evaluates the transaction data by running it through the configured rules and analyzes the risk.
- Trident sends the risk analysis result to the client in the response message.
- Client sends the feedback by consuming the Update Txn Status API to update the transaction status.
- Client receives the acknowledgement from Trident
APIs
The Analyze API (Async) involves following API calls:
Updated about 2 months ago