Documentation Index
Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
Use this file to discover all available pages before exploring further.
New Omni documentation is now available — policy-driven document verification and API reference. Explore Omni → · Custom Theme for KYC liveform: Learn more →
New Omni documentation is now available — policy-driven document verification and API reference. Explore Omni → · Custom Theme for KYC liveform: Learn more →
This event is triggered when the results of an Anti-Money Laundering (AML) screening are confirmed. AML screening is a critical component of the KYC process, assessing potential risks of financial crimes. This webhook enables you to receive AML screening results in real-time and take immediate action as needed.
Documentation Index
Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
Use this file to discover all available pages before exploring further.
{
"webhook_trigger": "aml",
"submission_id": "string",
"duplicated_information": "string",
"email": "string",
"userid": "test",
"cf": {
"cf1": "cf1",
"cf2": "cf2",
"cf3": "cf3"
},
"aml_result": {
"currentstatus": "Not Screened",
"risk_level_summary": "Not Screened"
},
"tokenId": "test"
}
Was this page helpful?