Billing
List all billing plans
Returns a list of all billing plans for the instance. The plans are returned sorted by creation date, with the newest plans appearing first. This includes both free and paid plans. Pagination is supported.
get/billing/plans
Query parameters
paginatedboolean
Whether to paginate the results. If true, the results will be paginated. If false, the results will not be paginated.
limitinteger
Applies a limit to the number of results returned. Can be used for paginating the results together with offset.
offsetinteger
Skip the first offset results when paginating. Needs to be an integer greater or equal to zero. To be used in conjunction with limit.
payer_type'user' | 'org'
Filter plans by payer type
Response
A list of commerce plans.