#sarvesh3742_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/1380192459639885896
đ 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.
- sarvesh3742_api, 2 days ago, 22 messages
Currently there are no mechanisms in place in our website admin panel for our team to change a payment (one a customer signs up) or to stop a payment within the admin panel. We have a customer that says they are being charged the incorrect amount each month.
- what we can do to stop their payments?
- how to change the old price oject with new price object by editing their subscription from admin panel.
stop payments for users who are getting charged with wrong amounts
what do you mean by wrong amount? Do you have an example?
what we can do to stop their payments?
If this is a subscription, you would cancel it
how to change the old price oject with new price object by editing their subscription from admin panel.
Are you referring to the Stripe Dashboard, or your own custom admin panel?
You can create a new Price and then update the subscription (either using the API or Dashboard) to have the subscription use the new price.
refering to our website admin panel and not the Stripe dashboard. Few customers are getting charged wrong about after changed the plan pricing. they are still paying old amount and not the new amount.
If we cancel their subscription without their concent then they will loose the access and again need to subscribe. Is there way to just stop payment instead? may be pause?
Yes you can pause payment collection if you want to do that, though you likely also need to manage their price settings
https://docs.stripe.com/billing/subscriptions/pause-payment
Few customers are getting charged wrong about after changed the plan pricing. they are still paying old amount and not the new amount.
If you have a specific example of this (ie, an invoice ID or customer ID) we can likely help explain why this happened, it might be due to prorations on updates for example