Section
3 guides
Entitlements
Control what customers can access, separate from what they pay.
Billing tells you what customers pay. Entitlements tell you what they can do. ABAXUS manages both in the same system, declared on price plans and resolved at runtime through a dedicated check endpoint. This section explains the entitlement data model, how to query it efficiently, and the three enforcement patterns you can use in your product code.
In this section
1
Entitlements Overview
Understand the difference between billing (what customers pay) and entitlements (what they can do).
2
Checking Feature Access
Query a customer's entitlements on every request using the hot-path check endpoint.
3
Enforcement Patterns
Three patterns for enforcing entitlement limits: hard block, soft overage, and grace period.