Searches a customer's information, by Rebilly customer ID, against multiple Politically Exposed Person (PEP), sanction, or adverse media lists to determine if the customer is blocklisted. Performs a fuzzy search that uses Soundex. Note that some returned fields may not contain values.
Results retrieved.
Returns an array of objects that represent hits, or an empty array if no hits are found.
[- {
- "firstName": "Benjamin",
- "lastName": "Franklin",
- "source": "string",
- "sourceType": [
- "sanctions",
- "enforcements"
], - "gender": "string",
- "title": [
- "Postmaster General",
- "Ambassador to France",
- "Ambassador to Sweden",
- "Supreme Executive Council of Commonwealth of Pennsylvania"
], - "type": "individual",
- "legalBasis": [
- "string"
], - "regime": "United States Government",
- "confidence": "weak",
- "nationality": "string",
- "address": [
- {
- "address": "string",
- "address2": "string",
- "city": "string",
- "region": "string",
- "country": "string",
- "birthplace": false
}
], - "dob": [
- "1706-01-17"
], - "aliases": [
- {
- "firstName": "string",
- "lastName": "string",
- "authenticity": "strong"
}
], - "passport": [
- {
- "number": "string",
- "registrationDate": "2019-08-24"
}
], - "comments": "string",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}
]