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
  1. MERCHANT ONBOARDING

Client Types

The Client Types helps to assess the level of risk associated with a particular user. Different client types have varying levels of risk associated with them. This Client type implementation includes fraud prevention measures, holding reserves, or imposing transaction limits.

Get client types list

GET https://secctrl.tutelar.io/api/v1/onboarding-protect/client-types

{
  "success": true,
  "message": "Client types are",
  "data": {
    "client_types": [
      {
        "id": "K912gA5q2",
        "name": "Agriculture and Allied industries",
        "status": "active",
        "createdBy": "admin",
        "updatedBy": "",
        "updatedAt": "2022-07-30T07:17:18.686Z",
        "createdAt": "2022-07-30T07:17:18.686Z"
      },
      {
        "id": "O96ty9TSb",
        "name": "Airlines",
        "status": "active",
        "createdBy": "admin",
        "updatedBy": "",
        "updatedAt": "2022-07-30T07:17:18.686Z",
        "createdAt": "2022-07-30T07:17:18.686Z"
      }
    ]
  }
}
{
    "message": "Invalid authentication credentials"
}

Success Response

{
  "success": true,
  "message": "Client types are",
  "data": {
    "client_types": [
      {
        "id": "K912gA5q2",
        "name": "Agriculture and Allied industries",
        "status": "active",
        "createdBy": "admin",
        "updatedBy": "",
        "updatedAt": "2022-07-30T07:17:18.686Z",
        "createdAt": "2022-07-30T07:17:18.686Z"
      },
      {
        "id": "O96ty9TSb",
        "name": "Airlines",
        "status": "active",
        "createdBy": "admin",
        "updatedBy": "",
        "updatedAt": "2022-07-30T07:17:18.686Z",
        "createdAt": "2022-07-30T07:17:18.686Z"
      }
    ]
  }
}
PreviousRefund TransactionNextEntity Types

Last updated 1 year ago