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

    ScreeningResult

    {
        "id": "string",
        "transactionRef": "string",
        "status": "string",
        "riskScore": 0,
        "decision": "string",
        "matchedRules": null,
        "watchlistHits": null,
        "originator": null,
        "beneficiary": null,
        "amount": null,
        "transactionType": "string",
        "riskLevel": "string",
        "screeningTimeMs": 0,
        "evaluations": null,
        "createdAt": "string",
        "updatedAt": "string"
    }
    Built with