Protect Revenue in
Real Time.
VertexY helps your team spot risky activity quickly, review edge cases with confidence, and stop fraud without getting in the way of good customers.
< 50ms
real-time decisions
99.99%
uptime
Clear
review outcomes
See the full story behind a risky payment.
Fraud rarely appears in isolation. VertexY brings shared activity, linked accounts, and repeat patterns into one view so your team can understand risk faster and act with more confidence.
A single event can look harmless when you only see one signal at a time.
Connected signals show where risk is spreading, who is linked, and what deserves a closer look.
Catch linked abuse faster
See when accounts, devices, or activity patterns are connected so your team can identify repeat abuse earlier.
Linked riskFocus on what matters
VertexY highlights the strongest relationships so analysts can understand a case without getting buried in noise.
Cleaner investigationsMove from alert to action
Give reviewers a clearer visual path from a flagged transaction to the people and signals most worth checking next.
Faster case reviewDecisions that improve with your business.
VertexY learns from confirmed fraud and false positives over time, helping your team make sharper decisions while keeping review workflows clear and dependable.
Review
See risk in context
Learn
Improve from outcomes
Check
Test before updates
Deliver
Keep decisions dependable
Every decision keeps its business context, so your team can review what happened, learn from outcomes, and improve future decisions without losing visibility.
Adapts to new fraud patterns
VertexY gets sharper as your team confirms fraud and clears false positives, helping you keep up with changing behavior.
Keeps improvingUpdates you can trust
Improvements are checked before they go live so your team gets steady performance instead of surprise changes.
Protected rolloutClear outcomes for reviewers
Your team gets practical context for each decision, so they can move quickly on risky activity without guessing.
Review-ready contextReliable when your checkout is busiest.
VertexY is designed for fast decisions, steady performance, and dependable day-to-day operations as your volume grows.
Real-time protection
Make fast decisions during checkout and account flows without adding unnecessary friction for good customers.
Dependable performance
Keep fraud decisions steady during busy periods, product launches, and seasonal spikes.
Resilient by default
VertexY is designed to stay reliable even when one signal source slows down or becomes unavailable.
One clear workspace
Bring signals, decisions, and review context together so analysts can investigate in one place.
Faster team actions
Help reviewers focus on the highest-risk activity first instead of sorting through low-value alerts.
Improves over time
Performance gets stronger as your team reviews cases and feeds real outcomes back into the system.
Easy for your team to launch.
Start with the data your team already has, launch quickly, and manage fraud from one clear workflow. VertexY handles the heavy lifting so your team can focus on decisions, not tooling.
1const { VertexYClient } = require('./vertexY');
2
3const client = new VertexYClient({
4 companyId: process.env.VERTEXY_COMPANY_ID,
5 webhookSecret: process.env.VERTEXY_WEBHOOK_SECRET,
6 accessToken: process.env.VERTEXY_ACCESS_TOKEN,
7});
8
9const assessment = await client.assess({
10 transactionId: 'txn_ord_20240315_8821',
11 userId: 'usr_4f9c8a2b',
12 email: 'alice@example.com',
13 ipAddress: '203.0.113.42',
14 deviceFingerprint: 'fp_abc123def456',
15 amountMinor: 19999,
16 currency: 'USD',
17});
18
19console.log(assessment.action); // 'allow' | 'review' | 'block'
20console.log(assessment.riskScore); // 0–100
21console.log(assessment.reasonCodes); // e.g. ['UNUSUAL_ACTIVITY']{
"decision": "BLOCK",
"score": 88,
"reasons": [
"UNUSUAL_ACTIVITY",
"SHARED_RISK_SIGNAL"
],
"latencyMs": 34
}Every response includes:
- A clear risk score with an action recommendation
- Human-readable explanations your team can use
- Fast decisions built for real-time flows
- A review workflow that stays easy to manage
- Flexible controls as your business grows
Simple, transparent pricing.
No per-transaction fees. No surprise overages. Just a monthly flat rate that scales with your assessment volume.
Live plans are loaded directly from our backend. Read the quickstart →