Connect API Catalog///
- API Documentation
Creditsafe Connect
- Update An Individual AML Search By SearchID
Execute An AML Search For An Individual And Save The Results To The Database
Return Individual AML Searches
Update Individual AML Searches
Return Individual AML Search By Search Id
Download PDF Business Search Report
Return Individual AML Search Hits
Update A Batch Of individual AML search Hits
Return Full AML Search Hit Information By SearchId And HitId
Update A Single Individual Hit
Download AML Details for a Hit
Update The Note For A Single Individuals Hit
Return Individual AML Copyrighted Download URL
Download A PDF File For An Individual AML Screening
Return Search Links By Supplier Hit Id
Download Search Links PDF
Update An Individual AML...
Updates an Individual AML Search by Search Id.
Security
bearerToken
Status of the Search. Available values are new, approved, declined, pending, cancelled, referred and closed.
Risk rating of the Search and allowed values notApplicable,veryLow,low,medium,high and veryHigh
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/searches/individuals/{searchId}
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/searches/individuals/{searchId}
curl -i -X PUT \
'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/searches/individuals/{searchId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"assignedToUserId": 0,
"status": "string",
"riskRating": "string",
"note": "string"
}'Success
The risk rating being assigned to the profile
Enum:"notApplicable""veryLow""low""medium""high""veryHigh"
First name provided in the search. The combination of first name, middle name, and last name must not exceed 200 characters
Middle name provided in the search. The combination of first name, middle name, and last name must not exceed 200 characters
Last name provided in the search. The combination of first name, middle name, and last name must not exceed 200 characters
Indicates whether date of birth is required for the individual search.
Default:true
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "countryCodes": [ "string" ], "threshold": 0, "type": "string", "datasets": [ "string" ], "status": "string", "riskRating": "notApplicable", "assignedToUserId": 0, "assignedUser": "string", "createdById": 0, "createdBy": "string", "createdAt": "2019-08-24T14:15:22Z", "modifiedById": 0, "modifiedBy": "string", "modifiedAt": "2019-08-24T14:15:22Z", "note": "string", "totalHitCount": 0, "truePositiveHitsCount": 0, "falsePositiveHitsCount": 0, "undecidedHitsCount": 0, "firstName": "string", "middleName": "string", "lastName": "string", "gender": "string", "dateOfBirth": "2019-08-24", "pepTiers": [ "string" ], "scheduleId": "string", "isDobRequired": true, "correlationId": "string" }