post https://uat.paysprint.in/sprintverify-uat/api/v1/verification/crime-check/download_pdf_report
Response Field Description
| Field | Type | Description |
|---|---|---|
| statuscode | Integer | HTTP-like custom response code indicating success (200 = OK). |
| status | Boolean | True if transaction was successful |
| message | String | Provides a descriptive message about the API operation. Here, it confirms that the individual record has been successfully submitted and advises to download the report after some time |
| data | String(Base64 encoded) | Contains the Base64-encoded PDF file content. This is the actual document data returned by the API. To view or store the PDF, this string must be decoded into its original binary format. |
