Generate Monitoring PDF
generate Monitoring PDF
Authorization: API key pair
Method: POST
Endpoint: https://ivs.idenfy.com/api/v2/generate-pdf-aml
The report contains the following information about the entry:
- Monitoring 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;
- Suspicion type and reason for suspicion;
- Checked service name;
- Indicators (probability score, active or not).
Sending request
Key | Required | Explanation | Type |
---|---|---|---|
monitoringId | Yes | A unique string identifying AML monitoring entry. | String |
{
"monitoringId": "123456789"
}
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.