Qeep
    • Screening
      • Screen transaction
        POST
      • Get screening result by ID
        GET
      • Rescreen transaction
        POST
      • List screening requests
        GET
      • Record screening outcome
        POST
    • Watchlists
      • Entries
        • Add watchlist entry
        • List watchlist entries
        • Remove watchlist entry
        • Export watchlist entries
        • Bulk import watchlist entries
      • Jobs
        • Cancel a watchlist import job
        • Get watchlist import job
        • List watchlist import jobs
        • Sync watchlist
      • List watchlists
        GET
      • Create watchlist
        POST
      • Update watchlist
        PATCH
    • Schemas
      • ValidationErrorDetail
      • RecordOutcome
      • ErrorDetails
      • ApiErrorResponse
      • ScreeningResult
      • Watchlist
      • txn-monitoring-bff_ScreeningResult
      • ScreenTransaction
      • CreateWatchlist
      • txn-monitoring-bff_ScreenTransaction
      • ScreeningRequestsList
      • WatchlistsList
      • Rescreen
      • UpdateWatchlist
      • WatchlistEntriesList
      • WatchlistEntry
      • AddEntry
      • RemoveWatchlistEntry
      • SyncWatchlist
      • WatchlistImportJob
      • WatchlistExport
      • WatchlistImportJobsList

    txn-monitoring-bff_ScreenTransaction

    {
        "transactionRef": "string",
        "transactionType": "string",
        "originator": {
            "name": "string",
            "type": "INDIVIDUAL",
            "accountId": "string",
            "accountType": "string",
            "country": "string"
        },
        "beneficiary": {
            "name": "string",
            "type": "INDIVIDUAL",
            "accountId": "string",
            "accountType": "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