🚷# 3 AML API

list contain individuals and entities flagged for suspicious financial activities or links to criminal organizations. If a user appears on an AML list, they are immediately prevented from proceeding

Check if the applicant is on the white list

This API is to check the applicant is matched with AML case of not.

post
Authorizations
Responses
200

Success

application/json
post
/Onboarding/api/v1/onboarding/AmlInfoKyc/CheckIsAmlWhiteList
POST /Onboarding/api/v1/onboarding/AmlInfoKyc/CheckIsAmlWhiteList HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
{
  "status": true
}

Last updated