Subscription term
Last updated
Was this helpful?
The subscription term sets the contract length for the subscriptions a journey creates. Set it on the journey's Settings tab (or via Edit details).
Evergreen — no fixed end date; the subscription continues until cancelled.
Termed — a fixed contract length with a defined end date and renewal policy.
As you choose a term type, PeakCommerce shows a live Zuora preview of the terms block it will send to createSubscription, for example:
{
"initialTerm": {
"termType": "EVERGREEN",
"startDate": "<today>"
}
}This replaces the legacy journey "Terms" configuration. Where a customer or CSR needs to adjust term details before placing an order, that happens within the relevant self-service / CSR journey rather than as a separate step.
Last updated
Was this helpful?
Was this helpful?
