Tutelar API Stack
  • Introduction
  • Fraud Detection Monitoring
    • Create Transaction
    • Notify Transaction
    • Chargeback Transaction
    • Refund Transaction
  • MERCHANT ONBOARDING
    • Client Types
    • Entity Types
    • MCC Lists
    • Reseller Lists
    • Onboarding
    • Onboarding - KYC
    • Onboarding - Web Crawling
    • Onboarding - AML
    • Onboarding - NDI
  • KYC Verification
    • Document Verification
      • 🇮🇳India
        • Aadhaar Card
        • Pan Card
        • Driving License
        • GST Number
        • Passport
        • Shop License
        • FSSAI
        • MCA
        • Voter Id
        • Pan Gst Link
        • ROC IEC
        • DIN
        • Udyam Aadhaar
        • Pan Card Comprehensive
        • Name Compare
        • GST Advanced
        • Aadhar with Otp
        • Phone Name Attributes
        • Pan Card Lite
    • Document Extraction
      • 🇮🇳India
        • Aadhaar Card
        • Pan Card
        • Driving License
        • Voter Id
        • GST Certificate
        • Passport
    • Assets Verification
      • 🇮🇳India
        • Bank Account
        • Bank Verfication Pennyless
        • Bank Account Details Using VPA
        • Mobile to UPI Advance
        • Mobile to UPI Basic
        • Mobile To UAN
        • E-Challan Details
        • Vehicle RC Lite
        • Vehicle RC
        • UAN Advance
    • Face and Document Verification
      • Onsite Verification
      • Face Match
      • Selfie Validation
  • DATA REPOSITORY
    • Search API
  • Business Profile
    • Lookups
      • Email
      • Phone
      • BIN
      • IP
    • Credibility Check
    • Corporate Check
      • Comprehensive Details
    • AML And PEP
    • Court And FIR
    • Cybersafe
  • AML SEARCH
    • Search
    • Search Details
    • Search Details PDF
    • Decision Making
    • Decision Details
  • WEB CRAWLING
    • Initiate Crawl API
    • Status Check API
    • Result API
    • List API
  • Disputes
    • Create Dispute
    • Update Dispute
    • Dispute Details
    • Dispute Level Change
    • Dispute Won
    • Dispute Loss
    • Dispute Reopen
  • MOBILE SDK INTEGRATIONS
    • Android SDK
    • Flutter SDK
    • iOS SDK
  • CLIENT SIDE INTEGRATIONS
    • Javascript Integration
    • Tutelar Error Code
Powered by GitBook
On this page
  • Search Details PDF
  • Header
  • Sample Response
  • Path Param values :
  • Success Response:
  • Failure response:
  1. AML SEARCH

Search Details PDF

The overall details that are provided in the search details page is available to download via pdf,

A full PDF report is available for download, offering a comprehensive overview of due diligence findings.

Search Details PDF

GET https://secctrl.tutelar.io/api/v1/aml/search/download-pdf/:searchHistoryId/:sanctionId

Header

Name
Value

Content-Type

application/json

Sample Response

Content-Type: application/pdf

Complete data stream of the file contents.
{
   "success": false,
   "code": 1001,
   "message": "Invalid search history id",
   "data": {}
}
{
   "success": false,
   "code": 1001,
   "message": "Sanction Id missing",
   "data": {}
}
{
    "success": false,
    "code": 1001,
    "message": "Sanctions not found",
    "data": {}
}

Path Param values :

PathParameter
Type
Is Mandatory
Description

searchHistoryId

String

Yes

Search history Id will be generated for every Individual search made in the client panel.

sanctionId

String

Yes

sanctionId is unique id, to download a sanction details.

Success Response:

Response as in stream by ContentType application/pdf.

Failure response:

{
   "success": false,
   "code": 1001,
   "message": "Invalid search history id",
   "data": {}
}
{
   "success": false,
   "code": 1001,
   "message": "Sanction Id missing",
   "data": {}
}
PreviousSearch DetailsNextDecision Making

Last updated 8 months ago