PayNow

ChangeSubscriptionPlanDto

Represents a request to move a store onto a different plan.

plan_idstringRequired
The identifier of the plan to move the store onto.
renewal_periodenumRequired
Specifies how often a subscription renews.
Possible enum values
  • monthly

    The subscription renews every month.

  • annually

    The subscription renews every year.

Example
{
  "plan_id": "string",
  "renewal_period": "monthly"
}