#vn-darius_docs
1 messages Ā· Page 1 of 1 (latest)
š Welcome to your new thread!
ā²ļø We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
ā±ļø We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
š This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1371444533421932606
š Have more to share? Add more details, code, screenshots, videos, etc. below.
To explain this a little bit more: Client has a plattform with different subscription types, payed by card or bank account.
We want to use stripe as a payment service and integrate this in hubspot to maintain.
The plattform has different types of subscription.
as example
premium 30⬠per month booked for 12 month
top premium 60⬠per month booked for 12 month
top banner for berlin 80 ⬠per month 6 month
we also need more options like discount price per user, mean for top premium we can get 30% off for top banner we can have 10 % off.
each user have different discount values
top banner could be booked for other city too, but the price are different.
Example
top banner hamburg 97 ⬠per month
top banner berlin 120 ⬠per month
all subscription could be have different runtimes
sorry for the late reply but it's been a bit busy on discord
what you're describing can be achieved via Stripe
what exactly are you trying to validate? or do you need help integrating this?
I highly suggest looking at this doc https://docs.stripe.com/billing/subscriptions/overview to understand what we offer
first of all i need to know if this construction could be integrate in stripe.
yes it can
the special top banner prices too.
Mean all location have different price tags for different runtimes
how easy it to manage this kind of products, because we talk about 1000 different products with 4 variants of this product
the price should be caluculate by product type for each client seperatly
you can either choose to create the product catalog on Stripe or you can use your server to calculate the logic and just send to Stripe what the price should look like for each customer
you need to discuss the implementation details with your own developers
I'm not familiar with the hubspot plugin
you can ask their support but I don't see why you couldn't if they offer that
thx