Returns subscription details. Caller must be the subscriber or the service merchant.
Errors: SubscriptionNotFound, Unauthorized, ServiceNotFound
Returns all subscriptions for a subscriber. Requires subscriber authorization.
Returns all subscriptions for a specific service. Requires merchant authorization; must be the service owner.
Errors: ServiceNotFound, NotServiceOwner
Returns service details. No authorization required.
Errors: ServiceNotFound
Returns all services owned by a merchant. No authorization required.
Returns true if the subscriber has an active subscription (current time < service_end_ts). No authorization required.
Next: 8-Admin-Methods