Remllo WatchTower

Transaction monitoring, AML/fraud controls, and risk decisioning for regulated financial teams.

Use these docs to understand WatchTower, choose the right integration mode, send transaction or activity events, handle decisions, and operate alerts, cases, notifications, reports, security, and audit workflows.

Current platform coverage
Transaction monitoring for banks, fintechs, wallets, lenders, processors, and bill-payment platforms
Canonical API ingestion, adapter-backed mapping, CSV import, and partner-managed ingestion paths
Inline ALLOW, REVIEW, and BLOCK-style decisioning for supported real-time channels
Alerts, cases, notes, evidence, notifications, reports, SLA, audit logs, and security controls

WatchTower risk evaluation simulator

Explore an illustrative decision flow using the canonical transaction shape. This preview does not send data to the live API.

Input payload variables
Request bodyPOST /api/v1/transactions
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "amount": 150,
  "currency": "USD",
  "channel": "TRANSFER",
  "transactionType": "DEBIT",
  "transactionCategory": "TRANSFER",
  "timestamp": "",
  "originCountry": "NG",
  "destinationCountry": "NG",
  "sender": {
    "name": "Example Sender",
    "accountNumber": "0001234567"
  },
  "receiver": {
    "name": "Example Beneficiary",
    "accountNumber": "0007654321"
  },
  "behavior": {
    "transactionsLast5Min": 2
  }
}
Response evaluation
Select “Preview decision” to see an illustrative outcome. Actual results depend on your organization configuration and transaction history.