Decision infrastructure for high-risk commerce

Control who can do what, before risk becomes loss.

Veras is a unified decision API for permissions, entitlements, rate limits, and abuse controls in high-risk systems.

{
                  "decision": "deny",
                  "reason": "excessive_refund_attempts",
                  "risk_score": 0.92,
                  "signals": {
                    "chargebacks": 3,
                    "refund_attempts": 5,
                    "account_age_days": 12
                  },
                  "action": "block",
                  "metadata": {
                    "rule_id": "refund_throttle_v2",
                    "evaluated_at": "2026-05-04T16:52:31Z"
                  }
              }

Permissions

Decide what users, merchants, or accounts can do in real time.

Entitlements

Enforce access, limits, and product rules without scattering logic everywhere.

Abuse Controls

Throttle risky behavior before it becomes fraud, chargebacks, or operational drag.