For the complete documentation index, see llms.txt. This page is also available as Markdown.

Subscription term

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).

Term types

  • 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?