Hacker News new | ask | show | jobs
by ilaksh 4608 days ago
Can I store metadata on a subscription? I actually am planning on one dollar subscriptions with a quantity equal to the sum of all monthly subscription fees just so that Stripe will do the bookkeeping etc for me. Since it says max ten key I might dump a lot in one key as JSON including a list of the actual subscribed plans.

What I really want is multiple plan subscriptions per customer e.g. one $15/month server and 2 $7 per month servers. Obviously I can just do that as metered but it seems like a lot more code and testing and something I could easily screw up. So having multiple plans subscribed per customer would be nice.

1 comments

We're working on it (multiple subscriptions)! (:
Awesome!