How Requests Work
When you send a request for evaluating a customer or an operation, the system follows these steps:- Validation: The system checks that the data format is correct.
- Creation: It saves the information and triggers an internal event.
- Response: It sends you a simple
REQUEST_ACCEPTEDorREQUEST_REJECTEDmessage.
Receiving Results (Webhooks)
Because the analysis happens in the background, you must provide an endpoint (URL) where AMLYZE can send the results.- Flexible Routing: You can set up multiple endpoints.
- Smart Filtering: You can choose to send different types of events (like screening vs. risk scoring) to different URLs.
- Business Unit Separation: Each Business Unit can have its own dedicated endpoint to keep data organized.
Integration Flow
Async integration flow including manual investigation.