#sumit-subs

1 messages · Page 1 of 1 (latest)

half dust
#

hello, not sure I fully understand, you're using Connect to give companies access to their own Dashboard etc? what type of Connect are you using?

thorny maple
#

I am using bubble and rest api to manage billing/product subscriptions through Stripe

#

Does that answer the question

half dust
#

sure but are you using Connect though? to give companies access to their products and each to have their own accounts/balances

thorny maple
#

no. direct access via our dashboard

#

will it cnnect be easier

#

I mean dashboard for each company on our app

half dust
#

how are the funds etc separated? like what belongs to my company and should be paid out to me, vs what belongs to a different company and should be paid out to them?

like this sounds like you need to use Connect but you aren't

thorny maple
#

Its not a marketplace

#

They pay us for listing. End users don't pay

#

May be I did not explain well. Should I give an example for better understanding?

half dust
#

ah ok maybe I misunderstood then, I think I understand now

thorny maple
#

NP 🙂

half dust
#

Should we assign each Company a 'user' profile,
you would just manage this on your end, don't think your Companies are Customers so you wouldn't create Customer objects for them

create a unique 'product' for each company and create a unique 'pricing' for each unique product?
sounds like yes you'd just create Product and Price objects for them

We also want generate a quarterly invoice for each company with detail line items and their charges
I think you'd want a SubscriptionSchedule for a quarterly payment

thorny maple
#

Companies- if we don't create companies as object won't each manager have to add separate CCs and receive separate invoice?

#

Also, We want the product to be specif line item. For example: Ruffles potato chips - Basic plan, Lays Ranch dip -Premium plan for Pepsico Company

#

Will this be possible if we just create a generic produc

half dust
#

Companies- if we don't create companies as object won't each manager have to add separate CCs and receive separate invoice?
what will the companies be doing? will you be charging them Invoices?
if so, then yes you'd create a Customer object to represent your Companies

#

Also, We want the product to be specif line item. For example: Ruffles potato chips - Basic plan, Lays Ranch dip -Premium plan for Pepsico Company
you'd want to create a Product, then Prices under that Product for "basic" and "premium"

thorny maple
#

Ok. My concern with multiple products and pricing is - Will stripe be able to handle 100,00+ products and their unique pricing?

half dust
#

yes, there isn't a limit on Products/Prices