Issue Entitlement
Issue a new entitlement to a customer, granting them access to a specific feature. The feature must exist and belong to the same merchant as the customer.
Documentation Index
Fetch the complete documentation index at: https://docs.paygentic.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication
Body
The customer to issue the entitlement to.
^cus_[a-zA-Z0-9]+$The feature to grant access to.
^feat_[a-zA-Z0-9]+$The template defining the entitlement type and configuration.
- Option 1
- Option 2
- Option 3
When the entitlement becomes active. Defaults to now.
When the entitlement expires. Null means no expiration.
Optional subscription ID to associate with this entitlement.
Additional metadata for the entitlement.
Response
Entitlement successfully issued.
entitlement Unique identifier for the entitlement.
^ent_[a-zA-Z0-9]+$Unique identifier for a customer
^cus_[a-zA-Z0-9]+$The feature this entitlement grants access to.
^feat_[a-zA-Z0-9]+$Current status of the entitlement.
active, canceled, expired When the entitlement becomes active.
Configuration values for static features.
The subscription this entitlement is associated with, if any.
When the entitlement expires. Null means no expiration.
Additional metadata for the entitlement.