Single users of my website pay a monthly fee for unlimited access. It's been working well for months. Thank you Stripe.
Now, I'd like to support enterprises with multiple users.
I see that recurring[usage_type]=licensed will allow a user to subscribe to multiple per-seat licenses.
Question 1: Does stripe provide a user interface to assign these licenses to e-mail addresses, or to transfer the subscription from one administrator to another?
I'd like to pair a monthly charge with metered billing. For example: $25 per month plus $0.10 per download.
Question 2: What's the best way to structure these combined charges via Stripe's API, in a way that will create an invoice that users understand?
Thank you for reading this far.