If you accept cookies, we’ll use them to improve and customize your experience and enable our partners to show you personalized PayPal ads when you visit other sites. Manage cookies and learn more
EntitlementRequest
feature_codestringRequired
Unique code used to identify the feature across the system. This serves as the primary identifier when assigning entitlements to plans and must be unique.
Match^[a-zA-Z0-9_-]+$Length0 <= length <= 255
feature_privilege_valuesobjectRequired
Object mapping privilege codes to their assigned values for this entitlement. Each key is a privilege code (e.g., 'max_users', 'api_rate_limit'), and each value is what you want to set for that privilege (e.g., 100, true, 'premium'). The value type must match what's expected for that privilege (integer, boolean, or string/select).