Skip to main content

Same thing, different names

Prava’s surfaces sometimes use different names for the same value. This table is the map:

The portals

Two portals, two audiences. dashboard.prava.space is the developer console: sign up, create API keys, manage allowed domains, switch to production. pay.prava.space is the Prava Pay dashboard for agent owners: approve agent links, enroll cards, set spending controls. A developer integrating the API only needs the console; an agent owner only needs the Prava Pay dashboard.

Core terms

Key types

Session vs mandate vs credential

Easy to conflate; they nest:
  1. A session (15 min) is the workspace for one payment.
  2. Inside it, passkey approval creates a mandate, the permission (merchant + max amount + duration).
  3. Against the mandate, Prava issues the payment token, the actual single-use card credentials you check out with.
Expiry of one doesn’t imply the others: a token can expire while its mandate is active (getting a new token requires a new invocation), and a mandate can outlive the card-entry window.