#dahri_code
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- dahri_code, 2 days ago, 11 messages
- dahri_api, 5 days ago, 9 messages
đ 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/1276082176164761633
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! you can read more about the how to change a Subscription price here : https://docs.stripe.com/billing/subscriptions/upgrade-downgrade
can we get subscription by subscriptionId?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
can i not create subscription without adding customer? or why the button is still disabled not let me create subscription?
no, you can't create a Subscription without a customer
same subscription can be subscribed by others as well?
i don't understand what you mean by same subscription can be subscribed by others as well?
do you mean other customers can subscribe to the same Price?
So i made the subscription adding a product. now i cant create a subscription without adding customer. and i need this subscription for all customers to subscribe at my platform.
?
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
A Subscription is created per-customer. For new customers you will have to create a new Subscription with the same Price.
what will be flow of api if i have to let my users to subscribe ?
I don't understand what you mean by this.
i just need to create subscription based model for users on my platform to subscribe ? how to do that?
Have you looked at this guide? https://docs.stripe.com/billing/subscriptions/build-subscriptions