#sharda_02153
1 messages ยท Page 1 of 1 (latest)
๐ Server is a bit busy, I'll respond as soon as I can
Okay
Do you think you will be able to answer my question in next 15 minutes or so
Actually, I have to leave for a quick meeting so
Can you elaborate on your usecase?
When you say "manage", what exactly do you mean? Like via customer portal or something else?
So we have a user who can and buy or services and every service has differnt pricing plan
How can we manage multipule subscription type using one email address.
Let's for example I have create a workspace and added 20 user into it and 2nd workspace and added 30 user in that
(Date create will be different plus uses)
In that case, you just create multiple subscriptions for the same customer no?
Subscriptions are not really connected to each other as such
How man subscriptions can be created in stripe using same email ID for one customer
for signle product
Same product*
You don't use the email ID to create subscriptions, you use customer ID to create subscriptions
You can refer customer email ID as Customer ID
You just call the Subscriptions API twice with the same product and customer ID (cus_xxx )
https://stripe.com/docs/api/subscriptions/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
In that case two subscription will be created
But we need multiple subscription create for same product
How can we manage multipule subscription type using one email address.
that's what you want for this right?
Yes
So multiple subscription === two subscriptions?
We want to create more then 2 it could be 2 it could be 20
So call the subscriptions API that 20 times? I don't really grasp where the confusion is ๐