Radial Integration | 2016
Fraud Management Processing
Overview
The Risk Assessment API receives environmental data about an order from the client. The API evaluates the data for fraudulent activity (either systematically or manually by the Radial fraud team) and sends the results to the client via an Advanced Message Queuing Protocol (AMQP) queue. A response code in the response message represents the action the client order management system (OMS) should take on the order (for example, cancel the order or
proceed with order processing).
Life Cycle Flow
The following diagram summarizes the integration points for the Risk Assessment API:
-
The customer submits the final order on the webstore.
- A function defined in
the JavaScript Collector script collects environmental details
about the customer's session.
- The JavaScript Collector data is sent from the customer's browser to the webstore server.
-
The webstore server sends the order details and the JavaScript Collector data to the OMS.
-
The OMS sends a RiskAssessmentRequest to the Risk Assessment API endpoint. The request message includes the JavaScript Collector data and other order details.
- The Risk Assessment API evaluates the order for fraud and places a Risk AssessmentReply message on an AMQP queue.
- The OMS retrieves the message, processes/persists the message, and sends an acknowledgment to the AMQP Broker.
More Information
Copyright © 2017 Radial. All rights reserved.