get
https://api.vcita.biz/platform/v1/payment/packages/
Overview
Retrieve detailed information for a single package catalog template, including its items (service/product groups), pricing, expiration settings, and active status.
Authentication
Available for Staff tokens. Directory and App tokens are supported with the X-On-Behalf-Of header set to the target business UID. Also available for Internal tokens.
Path Parameters
package_id(required, string) — The unique identifier (UID) of the catalog package to retrieve (e.g., "v2fvy50p8gjuvnvb").
Notes
- This returns the catalog template definition, not a client-specific subscription. To view a client's assigned package, use
GET /business/payments/v1/client_packages/{uid}. - Soft-deleted packages (where
activeis false anddeleted_atis set) are still retrievable by ID but will not appear in the list endpoint withactive_onlyfilter.
