#manuel_api
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/1433853840767193118
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- manuel_api, 2 days ago, 28 messages
This is the product I am referring to that is added on its own or that I don't know where it is automatically added to the subscription:
Is it because a pro rata calculation is done?
๐ looking over the subscription now
https://dashboard.stripe.com/acct_170pjcESRxUGxqvh/test/logs/req_6u8zdfNlPkmMwU
Looks like this is the request that is adding the price
originating from your backend
I believe that request only adds the coupon and the item to the subscription, is that correct?
I don't see another price being added with an amount of 14.41.
thats my question
it is because of some prorating?
Sorry was handling the individual who was jumping into your thread unwelcome
dont worry
Is that a preview invoice you shared?
I'm looking over the invoices associated with the Subscription and not seeing that line item?
No, that's literally the dashboard where I see subscription information haha
can we double check the sub_id? or if you just share the link to that page I can pull that up.
yeah this is the complete url https://dashboard.stripe.com/acct_170pjcESRxUGxqvh/test/subscriptions/sub_1SOKpIESRxUGxqvhVIt6OtsS
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I think it's because of the prorating calculation.
Yup, that looks to be a proration
I understand, if I specify that no prorate should be added when modifying the subscription, it would be with:
proration_behavior set to None
correct?
yes
one thing to point out since I see come up frequently is that propration_behavior applies to the current call. It's not a property on the object so it's not "sticky"
Glad we could help ๐
ooh ok