#devendra_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/1333757809904582717
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
we don't know much about the Stripe Dashboard here on Discord.
so if you have questions about this, I recommend asking Stripe support directly: https://support.stripe.com/contact
I just want to know about the credit balance.
The price for a quantity of 2 is 100. If I update it to 1 via the Stripe dashboard, the resulting credit balance should be -50. Why is it showing -136 instead?
can you share the Invoice ID (in_xxx) where you see this -136?
having a look
Hi there ๐ apologies for the delay. I'm jumping in to lend a hand, please bear with me a moment while I catch up on the context here.
When checking the invoice in_1QmCPiIE5Vvk0efGvCvsccT7 I see that it has two invoice items of which was unused completly
- 2 x price_1QmCOJIE5Vvk0efG16WOtt1C => 2x50 = -100
- 1 x price_1QmCOJIE5Vvk0efGqNer7Pkm => 1x36 = -36
Yes when qty 2 to 1 then credit balance it should -50 but its showig -136
According to the invoice Id you've shared you changed the price used in the invoice and not the quantity
I encourage you to start a new test from scratch.
Wait, I'll give you fresh sub.
https://dashboard.stripe.com/test/subscription_schedules/sub_sched_1QmDzqIE5Vvk0efGqG8FZJnR
this new subcrtion sub_sched I have created.
Now I'm going to change only qty 2 to 1 from stripe dashboard.
Please ignore everything I shared earlier.
I am sharing it again.
https://dashboard.stripe.com/test/subscription_schedules/sub_sched_1QmE4TIE5Vvk0efGxkKmWJoQ
this new sub_sched
Now I'm changing qty to 2 to 1 from stripe dashboard.
https://dashboard.stripe.com/test/invoices/in_1QmE6wIE5Vvk0efGb3pvDjTq
Please look at this. its again generate credit balance and its 176.00
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Same use case, you are switching to a new product
it's not the same product
You probably should reach out to Stripe Support at https://support.stripe.com/contact to understand better how to use Stripe Dashboard, as my team in this channel don't know much about it.
This channel is for technical integration questions mostly.