#sajid_subscription-customprice
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/1286084731083165771
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there
Yes, you can do this with price_data: https://docs.stripe.com/api/subscriptions/create#create_subscription-items-price_data
Note that if you use price_data, we'll still create a Price object in the background but that Price object can't be used for other Subscriptions
lets say I have created a recurring invoice of 12 months for tenant. and i want to change price for specific month in between. can i also do that?
Yes, though in that case, I would recommend looking into using Subscription Schedules: https://docs.stripe.com/billing/subscriptions/subscription-schedules
You can create different phases and use items.price_data within each phase to set a specific amount
can i keep single time payment and subscriptions based under same stripe account?
how can i do that can you guide me about that?
I'm sorry I don't really understand the question honestly.
and one more question when i will implement subscription schedules will it charge automatically? will it send reminder and invoices too?
I would recommend taking a bit of time to carefully read through the docs
Sorry but you're saying "teach me everything" and most of this is covered in details in our docs
Sorry if you felt like that.
My advice is to start reading our docs and then test things in Test mode. If you have specific questions about your code we're happy to help. But it's better if you start by tryiung and showing us a clear example of something not working or confusing you.
ok sure. Thank you for the help.