Jump to Content
AiPrise
Product GuideAPI Reference
Log InAiPrise
Log In
Product GuideAPI Reference

quick start

  • Getting Started
  • Platform Walkthrough
  • Environment
  • Concepts
  • Callbacks
  • Testing
  • Status Error Codes
  • Need Assistance?

user verification

  • API Endpoints
  • User Verification Response
  • Warning Codes

kyc - user

  • Document KYC
  • One-Click KYC
  • KYC Request

govt check - user

  • Ghana
    • Driver License
    • Passport
    • Voter ID
    • SSNIT
  • Kenya
    • National ID
    • Driver License
    • Passport
    • KRA Pin
    • Alient Card
  • Mexico
    • CURP
    • RFC
  • Nigeria
    • BVN
    • vNIN
    • Drivers License
    • Passport
    • Voter ID
  • Rwanda
    • Passport
    • National ID
  • Sierra Leone
    • Drivers License
    • Voter ID
  • South Africa
    • National ID
  • Uganda
    • National ID
  • United States
    • Driver License Number
    • Social Security Number

biometric check - user

  • Face Match
  • Face Liveness

AML Check

  • User AML Check
  • Business AML Check

fraud check

  • Phone Number Check
  • Email Check

business verification

  • API Endpoints
  • Business Verification Response
  • Warning Codes

govt check - business

  • Nigeria
    • CAC Lookup
  • South Africa
    • Business Registration Lookup

INTEGRATION

  • WebView
    • Non-Native Apps
    • Android WebView
    • iOS WKWebView
  • Web SDK: AiPrise Button
    • Javascript Example
    • React Example
    • Vue Example
  • React Example (Self-Managed)
Powered by 

Driver License

Suggest Edits

Request:

{
    "template_id" : "{{YOUR_TEMPLATE_ID}}",
    "user_data": {
        "identity": {
            "identity_country_code": "GH",
            "identity_number_type": "DRIVER_LICENSE",
            "identity_number": "{{Valid_Driver_License_Number}}"
        },
    }
}

Updated 13 days ago