Q: Can this work for WordPress multisites?
We are building our main website with trials and each trial is essentially creating a subdomain on our network. Our trials on our main website is connected to stripe without Woocommerce. Basically we have WordPress as a Service. Wonder if it would work and maybe how I might set this up. Thanks

Ben_OnboardFlow
May 15, 2024A: Hi Robbie,
Yes in theory that should work. As long as you can include some JS code in your site and have a Stripe account to connect that should be all that is needed.
However, if you only create the customer record in Stripe once the trial has converted (and not when it is created at the beginning) then you will need to send trial data to us via the JS Tracker or API, which will require you to have access to the trial data of the logged in person (how you retrieve this data will depend on the platform and coding language you are using).