- Mandatory for all major UK banks
- Real-time account name check before payment
- APP fraud reduced 46% post-implementation
- Regulated by Pay.UK under PSR
India's first AI-powered payee verification. 7 signals. Real-time decisions for the ₹17 billion moving on UPI every month.
Each layer catches what the last one misses. Together they achieve 100% precision on the scenarios that matter most.
The UK has had mandatory Confirmation of Payee since 2019. The EU mandated Verification of Payee in 2025. India — the world's largest real-time payments market — still has no equivalent. PayeeCheck fills that gap today.
Drop PayeeCheck into any payment flow in minutes. POST a transaction context, get a grounded risk verdict with auditable signal assertions — every time.
curl -X POST https://payeecheck.vercel.app/attribution \ -H "Content-Type: application/json" \ -d '{ "transaction": { "input_method": "paste", "paste_trust_score": 0.08, "amount": 250000 }, "payee": { "vpa_age_days": 11, "mule_flagged": true, "mule_flag_count": 3, "name_score": 0.40 }, "temporal": { "first_time_payee": true, "amount_vs_avg_ratio": 4.5 } '
{
"verdict": "BLOCK",
"risk_score": 87,
"total_signals_fired": 5,
"grounded_assertions": [
{
"signal": "clipboard_paste",
"assertion": "VPA pasted — social engineering risk"
},
{
"signal": "mule_account",
"assertion": "3 consortium flags on this VPA"
},
{
"signal": "new_vpa",
"assertion": "VPA registered 11 days ago"
},
{
"signal": "high_value",
"assertion": "₹2.5L is 4.5× above average"
},
{
"signal": "weak_name_match",
"assertion": "Score 0.40 — below threshold 0.85"
}
]
}
Start a simulated UPI transfer. Type the payee name — PayeeCheck's Behavioral SDK begins analyzing immediately.
Select or paste the payee's UPI ID. VPA Velocity Engine checks registration age, transaction count, and mule database hits.
Enter the amount. PayeeCheck cross-references against your transaction history and captures device fingerprint signals in real-time.
7 fraud signals · Everything that ran in 2.2ms, now in full detail