When a user builds a custom plan by picking individual features, the receipt metadata contains the feature details directly.Documentation Index
Fetch the complete documentation index at: https://docs.cuprice.io/llms.txt
Use this file to discover all available pages before exploring further.
How metadata is stored
Stripe limits metadata values to 500 characters. Cuprice splits the feature JSON across multiple keys:Reconstructing the feature list
Join allfeatureDetails_* keys and parse the JSON:
Feature object shape
Each feature in the array has:Feature name (e.g. “AI Prompt”)
Feature type: “Standard”, “Limits”, or “Usage Based”
Price for this feature
For Limits/Usage Based features, the purchased quantity
