#Shaun-products
1 messages · Page 1 of 1 (latest)
@forest sparrow hi! Are you talking about managing actual Product objects in your account(https://stripe.com/docs/billing/prices-guide) , or something else?
So for example I have a subscription for a chrome extension, and then some other subscriptions for my website.
But my website backend has to process (and ignore) the other products
(Currently checking a metadatum)
beyond using entirely different Stripe accounts to segregate that way, I can't think of a better idea than using metadata on some of the objects yep! and/or have an allow or block list of product IDs you're interested in stored in a local database and check against that when handling an event.