Qeep
    • Screening
      • Screen transaction
        POST
      • Get screening result by ID
        GET
      • Rescreen transaction
        POST
      • List screening requests
        GET
    • Schemas
      • ValidationErrorDetail
      • ErrorDetails
      • ApiErrorResponse
      • ScreeningResult
      • ScreenTransaction
      • ScreeningRequestsList
      • Rescreen

    ScreenTransaction

    {
        "transactionRef": "string",
        "transactionType": "string",
        "originator": {
            "name": "string",
            "type": "INDIVIDUAL",
            "accountId": "string",
            "country": "string"
        },
        "beneficiary": {
            "name": "string",
            "type": "INDIVIDUAL",
            "accountId": "string",
            "country": "string"
        },
        "amount": {
            "currency": "str",
            "amount": 0
        },
        "channel": "ONLINE",
        "metadata": {
            "property1": "string",
            "property2": "string"
        },
        "authentication": {
            "method": "3DS_1",
            "enrollmentStatus": "ENROLLED",
            "result": "AUTHENTICATED",
            "eciIndicator": "stri",
            "threeDsVersion": "string"
        }
    }
    Built with