QrioTagQrioTag Docs
Help & Troubleshooting

Glossary

Definitions for every QrioTag-specific term, enum value, and technical concept used throughout the documentation and codebase.

Core Concepts

Tag Types

All 16 tag types available in QrioTag. Each type is a variant of the TagType enum in the database.

Enum ValueDisplay NameDescription
QRIO_TAGQrioTag TagUniversal keychain tag for keys, bags, and everyday items
QRIO_CARDQrioTag CardWallet-sized emergency identity card with medical info
QRIO_PETQrioTag PetUniversal tag for dogs, cats, birds, rabbits, horses, and all animals
QRIO_TRAVELQrioTag TravelLuggage tag with travel details and anonymous contact
QRIO_STICKERQrioTag StickerAdhesive sticker for phones, laptops, and electronic devices
QRIO_BIKE_TAGQrioTag Bike TagSecure bicycle tag with theft reporting capabilities
QRIO_CAR_TAGQrioTag Car TagVehicle identification tag with registration and insurance info
QRIO_BANDQrioTag BandEmergency wristband with medical information
QRIO_KEY_TAGQrioTag Key TagCompact tag for car keys and key fobs
QRIO_METAL_TAGQrioTag Metal TagIndustrial-grade tag for equipment and asset tracking
QRIO_CUSTOMQrioTag CustomFully customizable, user-designed tag
QRIO_DOCUMENTQrioTag DocumentDocument recovery — passport, driver's license, national ID
QRIO_PHONEQrioTag PhoneSmartphone lost-and-found tag
QRIO_LAPTOPQrioTag LaptopLaptop and computer recovery tag
QRIO_WALLETQrioTag WalletCrypto wallet identity with public address and ENS name
QRIO_IDQrioTag IDDigital business card with job title, links, and social handles

Tag Statuses

All 7 tag statuses. Each status is a variant of the TagStatus enum.

StatusDescription
PENDING_SETUPCreated (digitally or via order) but profile not yet completed.
ACTIVEActivated and linked to a user's account with a profile. Normal operating state.
LOSTMarked as lost by the owner. Scan alerts enabled.
FOUNDA finder has reported finding the tagged item.
STOLENReported as stolen. Scan page shows stolen alert.
DEACTIVATEDDisabled by the owner or admin. Scans recorded but profile hidden.
EXPIREDFREE 5-year validity period has ended. Read-only until owner upgrades to PRO.

See Tag Lifecycle for valid status transitions.

User Roles

All 5 user roles. Each role is a variant of the UserRole enum.

RoleDescription
USERStandard user. Can manage their own tags, profiles, and orders.
PREMIUMPremium user. Has access to advanced analytics, priority support, and custom branding.
ENTERPRISEEnterprise user. Unlimited tags, API access, custom integrations.
ADMINAdministrator. Can manage users, tags, orders, and generate tag batches.
SUPER_ADMINSuper administrator. Full system access including configuration and role management.

Subscription Tiers

Both subscription tiers. Each tier is a variant of the SubscriptionTier enum.

TierPriceTagsTag ValidityScan HistoryKey Features
FREE$0 forever15 years from creation30 daysAnonymous relay, lost/found alerts, QR download
PRO$100/yearUnlimitedNo expiry1 yearAll FREE features, advanced analytics, priority support, API access, no branding on PDF

Order Statuses

All 7 order statuses. Each status is a variant of the OrderStatus enum.

StatusDescription
PENDINGOrder created, awaiting payment.
CONFIRMEDPayment received, order confirmed.
PROCESSINGOrder is being prepared for shipment.
SHIPPEDOrder shipped. Tracking number assigned.
DELIVEREDOrder delivered to the customer.
CANCELLEDOrder cancelled before shipping.
REFUNDEDPayment refunded after cancellation or return.

Payment Statuses

All 6 payment statuses. Each status is a variant of the PaymentStatus enum.

StatusDescription
PENDINGAwaiting payment from customer.
PROCESSINGPayment is being processed by Stripe.
COMPLETEDPayment successful. Funds received.
FAILEDPayment declined or errored.
REFUNDEDFull refund issued to customer.
PARTIALLY_REFUNDEDPartial refund issued.

Visibility Levels

All 4 profile visibility levels. Each level is a variant of the ProfileVisibility enum.

LevelDescription
PUBLICAnyone who scans the tag sees all profile information.
CONTACT_ONLYScanners see only the "Contact Owner" option. No profile details shown.
EMERGENCY_ONLYOnly medical and emergency information is shown. Recommended for medical ID tags.
PRIVATENothing is shown to the scanner. The scan is recorded silently.

Blood Types

All 9 blood type values. Each is a variant of the BloodType enum.

Enum ValueDisplayDescription
A_POSITIVEA+A positive
A_NEGATIVEA-A negative
B_POSITIVEB+B positive
B_NEGATIVEB-B negative
AB_POSITIVEAB+AB positive
AB_NEGATIVEAB-AB negative
O_POSITIVEO+O positive
O_NEGATIVEO-O negative (universal donor)
UNKNOWNUnknownBlood type not known

Insurance Tiers

All 3 tag insurance tiers. Each is a variant of the InsuranceTier enum.

TierPremiumCoverage
BASIC$4.99/yearUp to $50
STANDARD$9.99/yearUp to $150
PREMIUM$24.99/yearUp to $500

Tag insurance provides financial coverage if a tagged item is lost and not recovered within 30 days.

Security & Authentication Terms

Infrastructure Terms

Technology Stack Terms

Was this page helpful?

Glossary | QrioTag Docs