Our "users" are "people" with individual contact details (emails, names), but our subscriptions are associated with a company. So, one subscription may have several users. And, those users can be associated with multiple subscriptions!
The simple way to handle this seems to be to associate the stripe subscription with a company rather than a "person". We could develop this on our end via the API and some custom properties, I guess? Any thoughts ?