Plans/Subscription

I am creating a plan/subscription. I see there are option to choose validity in terms year, month etc. I have a situation where it runs out a specific date irrespective of when you purchase. For example, expires on the last day of the year. Any support for that?

thank you so much!

Hello,

Check out the wix-paid-plans API, specifically Period - an object representing the period for which a plan is valid.
https://www.wix.com/corvid/reference/wix-paid-plans.html#Period

We also have a tutorial that might help you start:
Corvid Tutorial: Using the Paid Plans API to Customize Ordering and Payment
Corvid: Wix Paid Plans “Plans” Collection Fields

Period Unit (periodUnit)

Description : The payment recurrence for the paid plan. Valid values are WEEK, MONTH, and YEAR.

which means if I chose year, it would be valid for a year from the date of purchase. I’m looking for an option where the subscription end date is fixed irrespective of the purchase date.