KYC Solution API Documentation
    KYC Solution API Documentation
    • 📘 Enum Reference
    • Clients
      • Create Client
        POST
      • Get Clients List
        GET
      • Get Client
        GET
    • Documents
      • Add Document
        POST
      • Add Document Attachment
        POST
      • Get Documents List
        GET
      • Get Document
        GET
      • View Document Attachment
        GET
    • Live Photos
      • Add Live Photo
        POST
      • Get Live Photos List
        GET
      • Get Live Photo
        GET
      • View Live Photo
        GET
    • Checks
      • Create Check Request
        POST
      • Get Check Result
        GET
      • Get Checks List
        GET
      • Get Client Latest Check
        GET

    📘 Enum Reference

    This section provides all enums used in the API for client type, gender, document types, document sides, classification, and check outcomes.

    🔹 ClientTypes#

    ValueDescription
    1PERSON

    🔹 PersonGenders#

    ValueDescription
    1MALE
    2FEMALE
    3OTHER

    🔹 DocumentTypes#

    ValueDescription
    1PASSPORT
    2DRIVING_LICENSE
    3NATIONAL_IDENTITY_CARD
    4RESIDENCE_PERMIT
    5DULDUNG

    🔹 DocumentClassifications#

    ValueDescription
    1PROOF_OF_IDENTITY

    🔹 DocumentSides#

    ValueDescription
    1FRONT
    2BACK

    🔹 CheckOutcomeType#

    ValueDescription
    clearClear result
    attentionNeeds attention
    not_processedNot processed

    Modified at 2025-11-27 20:50:05
    Next
    Create Client
    Built with