Check subscription entitlement
Returns the current access decision for the subscription. The
entitled field is the access gate; access_until is informational
only and may be in the past or null while entitled is true (for
example while an automatic payment retry is in progress). Gate access
on entitled; do not use access_until as the access boundary.
Authorizations
A merchant secret key (sk_…) sent as Authorization: Bearer <key>.
Path Parameters
The subscription id (sub_…).
Response
The entitlement decision.
The access decision for a subscription.
True when the subscriber has active access. Use this field as the access gate; do not use access_until as the boundary.
A human-readable explanation of the entitlement decision.
RFC 3339 timestamp of when access expires. Informational only — may be null or in the past while entitled is true (for example during dunning or when a renewal sweep is pending).

