Generate Single check PDF
You can retrieve a report in PDF format about the single AML check entry.
generate AML single check PDF
Authorization: API key pair
Method: POST
Endpoint: https://ivs.idenfy.com/api/v2/aml-checks/{check_service}/{checkId}/pdf/
The report contains the following information about the entry:
- Check ID;
- Personal information, such as name, surname, full name, nationality, and date of birth;
- Type (person or company);
- Entry date;
- Last check date;
- Expiration date;
- PEPS & Sanctions findings;
- Suspicion type and reason for suspicion;
- Indicators (probability score, active or not).
Sending request
Path parameter | Type | Required | Sample/available values |
---|---|---|---|
check_service | String | Yes | PERSON_CHECK or COMPANY_CHECK |
checkId | String | Yes | Unique single AML check identifier |
Request example - PERSON
https://ivs.idenfy.com/api/v2/aml-checks/PERSON_CHECK/RZKO8O3CIRGHQ398PDIJCMKZR/pdf/
Request example - COMPANY_CHECK
https://ivs.idenfy.com/api/v2/aml-checks/COMPANY_CHECK/7YFCFH3JUJ58MAOO99JPPXBT5/pdf/
Response
After a successful API call, you will receive a PDF file in Base64 format and a response with a positive 200 status.
Only one entry is accepted per request.