Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getovra.com/llms.txt

Use this file to discover all available pages before exploring further.

Four tiers. Code = doc — the limits below are the same constants the API enforces (apps/api/src/lib/plan-limits.ts).
Sandbox-only today, so the volume cap is a sandbox-volume cap. Live mode (v1.3+) will use the same numbers for real settlement.

The matrix

FreeStarterBusinessEnterprise
Price€0€39 / mo€250 / moCustom — contact sales
Agents1510Unlimited
Cards11025Unlimited
Volume / month€150€2,000€5,000Unlimited
Members1310Unlimited
API requests / mo10,000100,000500,000Unlimited
Transaction history30 days90 days365 days5 years
Webhook tierbasic (1 attempt)full (1 attempt)full + retry (5×)full + DLQ
SSO
Audit log
Dispute managementviewfullfull + auto
Analytics tierbasicbasicspend intelligencecustom
Overage rate0.5%0.5%0.4%
Supportcommunityemail 48hemail 24hdedicated

Overage policy

Plan limits on volume are soft caps. If you exceed your monthly volume, the overage rate kicks in on the delta — there is no hard block. Plan limits on agents, cards, and API requests are hard limits — the API returns 403 E_PLAN_LIMIT_EXCEEDED when you try to create the (N+1)th resource.

Webhook tiers explained

TierBehavior
basicOne delivery attempt. No retries.
fullOne delivery attempt with full event coverage.
full_retryFive attempts with backoff 1m · 5m · 15m · 1h · 4h.
full_dlqfull_retry plus dead-letter queue for failed deliveries.
See Webhooks for verification, signing, and the full event catalog.

Analytics tiers

TierWhat you get
basicDaily/weekly/monthly spend rollups, simple charts
spend intelligenceAdd anomaly detection, cost-per-agent, top-merchants insight
customBespoke dashboards, BI export, SLA on data freshness

Dispute tiers

TierWhat you can do
View transactions only
viewView existing disputes
fullFile, evidence, resolve
full + autoAdd automated workflows (rules-based evidence, auto-resolve)

Legacy plan names

For seven days after a tier rename we map old plan strings to new ones automatically:
LegacyMaps to
personalfree
growthbusiness
business itself is the new €250 tier (formerly €549) — already migrated in storage.

What’s not included on any tier

  • Live mode — sandbox-only through the entire pre-seed raise.
  • Real KYC, SEPA, settlement — all v1.3+.
  • Crypto / stablecoins — fiat only, EUR only.
  • Apple Pay / Google Pay / Click-to-Pay wallet provisioning — endpoints exist, no product promise yet.
  • Native mobile app — never. Dashboard is responsive web.

Going live (v1.3+)

When live mode opens, every tier above gets real settlement, real SEPA, and real KYC. Pricing will not change — the same limits apply. We will give 12 months notice via X-Ovra-Deprecation headers and email if any pricing field shifts.

Talk to us

For Enterprise, custom volume, white-label, or anything bespoke: sales@getovra.com.

Next

Quickstart

Free-tier sandbox in five minutes.

Webhooks

Tier behavior in detail.