Get plan
Retrieve the details of an existing plan.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
Plan ID.
Plan name.
Plan description.
Interval used to represent the commitment period of the plan.
Strategy used to trigger the start of the subscription contract.
start_date
, immediately
, manual
, manual_with_latest
, quote_signature
, checkout
Contract start date, applicable if the start strategy is start_date
.
Strategy used to trigger the end of the subscription contract.
duration
, manual
, end_date
Contract end date, applicable if the end strategy is end_date
.
Duration of the initial contract for the created subscription.
Indicates if the subscription to the plan should automatically renew.
Interval to renew thr subscription for if renew_automatically
is enabled.
Interval used to represent the trial period of the plan.
A list of key value with the ID or the name of the custom property as the key and the custom property value as value.
Was this page helpful?