Use Anti-Money Laundering (AML) operations to screen customers and help prevent your business from becoming directly or indirectly involved in criminal activity.
Use AML operations during customer creation, and some transaction processing, to help determine if a potential customer (lead), or customer, has political or economic sanctions against them.
AML operations search the following for screening purposes: Politically Exposed Persons (PEPs) lists, sanction lists, and adverse media lists.
Retrieves a list of AML checks. These checks are records of customer data and potentially matching data in AML lists.
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/aml-checks
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/aml-checks
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/aml-checks
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/aml-checks?limit=1000&offset=1000&sort=string&filter=string&q=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of AML checks retrieved.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
Website ID associated with the customer.
User ID of the person who reviewed the AML check.
Type of reviewer for the current review outcome.
First and last name of the person who reviewed the AML check. If the result is inherited, this field is set to "bot".
Status of the AML check.
| Enum Value | Description |
|---|---|
| pending-review | Possible AML match detected and waiting to be manually reviewed. |
| in-review | A manual AML match review is in progress. |
| no-match | No possible AML match detected. |
| confirmed-match | Possible AML match manually reviewed and marked as confirmed. |
| false-positive | Possible AML match manually reviewed and marked as false positive. |
Reason for the no-match result.
List of codes that explain the no-match result.
[ "top_hit_not_eligible_for_matching", "search_shard_failures" ]
[ { "id": "aml_chk_0YV8XJT2ZWDR398Q8NFEM7DEPM", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG", "reviewerId": "44433322-2c4y-483z-a0a9-158621f77a21", "reviewerType": "bot", "reviewerName": "string", "reviewStartTime": "2019-08-24T14:15:22Z", "reviewTime": "2019-08-24T14:15:22Z", "priority": null, "source": "sign-up", "status": "pending-review", "customer": { … }, "hits": [ … ], "tags": [ … ], "provenance": { … }, "noMatchReason": "no_hits_found", "noMatchDetails": [ … ], "_links": [ … ] } ]