Price Plans / Bookings - Custom Start Date

Hi, need to be able to setup a price plan that starts on a specific date for payments - then runs for a consecutive number of weeks as specified.

Example -

First payment will occur on [XXX Date] and then every month for the next [XX months/weeks].

Does anyone know how this can be done? I see a custom date option but that is for the customer, not the seller

Hi there! I’ll reach out to our Product Expert and see if this is possible.

Thanks Steven! Im thinking the only work-around is to sell it manually offline - but if there is a more streamlined way that would be great (as customers can set the start date, would be super handy for many clients to be able to set their own start date as these programs run from Date A to Date B. Thanks again!!

Oh just realised we cant add payment to offline pricing plan orders so it automatically bills the customer -

Hello @team86781 ,

At the moment, this feature is not available yet.

I understand the flexibility of your plans and see why this feature is important.

I have forwarded your feedback to the relevant department for further consideration!

Regarding your needs, you can build custom charge period base on this example (custom checkout system) https://www.wix.com/corvid/forum/community-discussion/example-stripe-payment-processing

with this API (Plans)
https://www.wix.com/velo/reference/wix-paid-plans/purchaseplan

Note: You will need to visit your payment provider to check whether the next payment is successfully paid or not manually if your code set up don’t have a “payment success” check. If the customer didn’t pay, you will need to cancel their plan manually.