Blnk Watch is currently in beta. Send us a message
Block if previous failed
This rule blocks a very large transaction when the previous transaction status for the same flow was already marked as failed. It assumes your upstream system writes the prior status into metadata before the transaction reaches Watch.BlockIfPreviousFailed.ws
Business account personal spending
This rule reviews business-account transactions that land in merchant categories commonly associated with personal spending. It is useful for expense, card, and treasury programs that want to catch obvious policy misuse early.BusinessAccountPersonalSpending.ws
Cross border transaction check
This rule reviews higher-value transactions when the source and destination countries do not match. It is a good example of comparing one metadata field against another value from the current transaction.CrossBorderTransactionCheck.ws
Dormant account activity
This rule reviews transactions from accounts that have been inactive for a long time and suddenly become active again. It is useful for spotting account takeover, mule activity, or stale credentials being reused.DormantAccountActivity.ws
Foreign currency transaction
This rule reviews larger transactions when the transaction currency differs from the account’s base currency. It is a practical pattern for detecting unusual cross-currency behavior without blocking normal low-value activity.ForeignCurrencyTx.ws
Low KYC daily limit
This rule reviews a transaction when a low-tier KYC customer exceeds the per-transaction or daily limit assigned to them. It relies on your application passing the limit into metadata so the threshold can differ by customer.LowKycDailyLimit.ws
Low KYC high risk
This rule reviews lower-KYC customers when they transact in a high-risk merchant category and the amount is material. It is a common pattern for tightening controls on newer or less verified accounts.LowKycHighRisk.ws
Merchant issuer mismatch
This rule reviews card transactions when the merchant country does not match the issuer country. It is a simple geo-mismatch control that can be combined with other travel, device, or authentication signals.MerchantIssuerMismatch.ws
New account first day
This rule reviews larger transactions from very new accounts. It helps catch abuse patterns where bad actors create a fresh account and immediately try to move significant value.NewAccountFirstDay.ws
Self transfer check
This rule reviews large self-transfers by checking whether the source and destination are the same. It is useful for spotting circular movement, layering, or attempts to manipulate downstream controls.SelfTransferCheck.ws
Suspicious description check
This rule reviews high-value transactions when an upstream process has already normalized the free-form description into a suspicious keyword. It is a good fit when you want predictable rule logic without relying on complex text parsing inside the DSL.SuspiciousDescriptionCheck.ws
See also Setting conditions and Defining verdicts.