Kobble
    • Introduction
    • API Fundamentals
      • Idempotency
      • Rate Limits
      • Healthcheck
    • Authorization
      • Authorization
      • Get access token
      • Get access token
    • Beneficiaries
      • List all beneficiaries
      • Get beneficiary by ID
      • Create beneficiary
      • Update beneficiary
      • Create Payid beneficiary
      • Update beneficiary
    • Cards
      • Cards API
      • Card Creation Flow — Developer Guide & Onboarding
      • Get all cards
      • Create a new card
      • Get card by ID
      • Update card status
      • Replace or renew card
      • Generate card secret
      • Generate MeaWallet widget session token
    • Card Programs
      • Card Programs API
      • Get all programs
      • Create a new program
      • Get program by ID
    • Clients
      • Clients API
      • Get all clients
      • Get client by ID
      • Create a new client
      • Update client status
    • Endusers
      • Endusers API
      • Usage of Metadata on Endusers
      • Get all endusers
      • Create a new enduser
      • Get enduser by ID
      • Update enduser
    • Transactions
      • Transactions API
      • Get all transactions
      • Create a transaction
      • Get transaction by ID
      • Create manual credit transaction
      • Create manual debit transaction
    • Wallets
      • Wallets API
      • Get all wallets
      • Create a new wallet
      • Get wallet by ID
      • Update wallet
    • Relays
      • Relays API
      • Create subscription
    • Webhooks
      • Webhooks API
      • Webhook Signature Verification
      • Get all webhooks
      • Create a webhook
      • Delete a webhook
      • Create a webhook
      • Report completed
      • Get all webhooks
      • Delete a webhook
    • Wallet Statements
      • Request a wallet statement
      • List wallet statements
      • Get a wallet statement
      • Get a wallet statement download URL
    • Card Art
      • Get a card art upload URL
      • Register a card art
      • List card arts
      • Get a card art
      • Update a card art
      • Activate a card art
      • Archive a card art
    • Verifications
      • List verifications for a subject
      • Create a verification (in development)
      • Get verification by ID
      • Get a Sum Sub SDK session token
      • Record a client-asserted outcome
    • Schemas
      • Schemas
      • CardWidgetSessionTokenResponse
      • 202 Accepted
      • Webhook
      • 201 Created
      • Relay
      • Create Beneficiary with bank details
      • Client
      • Beneficiary
      • Card
      • CardCreateInputDto
      • CardStatusUpdateDto
      • CardRenewReplaceInputDto
      • Program
      • MetadataKobbleDebit1
      • ProgramCreateInputDto
      • Person
      • Company
      • Enduser
      • Enduser Create Person Input
      • Enduser Create Company Input
      • Metadata
      • Enduser Create Input DTO
      • Transaction
      • TransactionCreateManualCreditInputDto
      • TransactionCreateInputDto
      • Wallet
      • WalletCreateInputDto
      • WalletUpdateInputDto
      • WalletStatement
      • WebhookNotification
      • ReportCompletedEntity
      • ReportCompletedNotification
      • CardArt
      • CardArtDetail
      • CardArtUploadUrlInput
      • CardArtUploadUrlResponse
      • CardArtCreateInput
      • CardArtPatchInput
      • Error
      • RelayCreateResponse
      • ScreeningSummary
      • VerificationPartyLink
      • Verification
      • VerificationSessionToken

    Verification

    {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "type": "KYC",
        "subject_type": "ENDUSER_PERSON",
        "subject_id": "80e197be-61ad-4068-b4ff-a483fb5c18f9",
        "verification_program_id": "97b63e7f-0557-4e95-8ea7-3ff79939367a",
        "partner_product": "KOBBLE_KYC_1",
        "status": "NOT_STARTED",
        "level_name": "string",
        "reason_code": "string",
        "reason_message": "string",
        "verified_at": "2019-08-24T14:15:22.123Z",
        "expires_at": "2019-08-24T14:15:22.123Z",
        "created_at": "2019-08-24T14:15:22.123Z",
        "updated_at": "2019-08-24T14:15:22.123Z",
        "screening": {
            "sanctions": "NONE",
            "pep": "NONE",
            "rca": "NONE",
            "adverse_media": "NONE",
            "watchlist_other": "NONE",
            "risk_rating": "LOW",
            "monitoring": "DISABLED",
            "decision": "PASS",
            "screened_at": "2019-08-24T14:15:22.123Z",
            "last_rescreened_at": "2019-08-24T14:15:22.123Z",
            "hits": [
                {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "category": "SANCTIONS",
                    "match_status": "UNKNOWN",
                    "origin": "INITIAL",
                    "whitelisted": true
                }
            ]
        },
        "links_from": [
            {
                "party_id": "ba7116bd-f329-4d4b-adb9-b94174cc44e1",
                "roles": [
                    "string"
                ],
                "ownership_percent": 0,
                "required": true,
                "party": {
                    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
                    "type": "KYC",
                    "status": "NOT_STARTED"
                }
            }
        ]
    }
    Built with