Retrieves the results of a customer's AML check. Customer metadata and an array of matching AML hits is returned.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/aml-checks/{id}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/aml-checks/{id}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/aml-checks/{id}
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/aml-checks/{id}' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'AML check 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": { "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21", "primaryAddress": { … }, "organizationId": "org_0YVDM8RC7GDADADSBSMW124JA8" }, "hits": [ { … } ], "tags": [ { … } ], "provenance": { "inherited": true, "inheritedFromAmlCheckId": "aml_chk_0YV8XJT2ZWDR398Q8NFEM7DEPM", "scope": [ … ], "reasons": [ … ] }, "noMatchReason": "no_hits_found", "noMatchDetails": [ "top_hit_not_eligible_for_matching", "search_shard_failures" ], "_links": [ { … } ] }