Wix Paid Plans With a Free Trial Period Using Stripe Payments

Hi,

Here’s an issue I’m scratching my head with:

Requirement:
I’d like to create a Wix Paid Plan with a 3-month free trial period - after which, the card details collected at commencement of the free trial period will be charged.

My Understanding:

It seems that Wix Paid Plans allow one to either have free plans or charge for paid plans immediately using the Stripe card payment solution.

Solution?

Is there a way to achieve the requirement above or will I need to ignore Wix Paid Plans and build my own plans and code using the Stripe API. i.e.

  1. Create a Stripe Customer
  2. Submit the card details to Stripe
  3. Then charge the card later when the 3-months are up
  4. Assuming of course that the customer hasn’t expressed that he/she no longer wishes to continue with the subscription following the trial period.

Thanks for any advice Wix or this community can give.

Finally, let me also thank this community of Wix developers and the guys and gals at Wix who have allowed me to do some really cool stuff with Wix.

Riaz

Did you get a fix for this? I am trying to do a similar 30 day trial period

You can do it with Stripe for now. See a Tutorial: https://www.youtube.com/watch?v=sSD0-SLHAvc

Thank you I will watch this when the kids go to bed!

Hi i tried that video above but my stripe account says theres a subscription 400 error and its linked to my backend code :S however my token is going through fine with all the input details