I currently have a basic Stripe setup for my project, but I am considering moving to better-auth for stripe functionality as I think it should be less time consuming to deal with. However, I have a bit of a non-standard subscription structure, I do have base plans for the user to pick, but the user can dynamically add two resources to their allocation, which I have set up in stripe with monthly recurring per-unit pricing.
From the documentation I don't really see that there is an option to pass multiple price id's or so to one subscription, is this something that is possible with the stripe plugin? And if not, is it possible to set up the subscription on stripe's end on my own and let the plugin handle redirects, webhooks, etc.?
Thank you for reading!