#mpjhorner
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Can you share the subscription ID / request ID where you're seeing this error?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Sure 2s
req_TjOz32NXle2e43
We use the tax_percent field and I wish to continue to keep using it.
In fact, it won't even let me cancel the subscriptions via the Stripe dashboard unless I hit immediately.
I've faffed about with Stripe Tax today but I've decided all routes are going to cause us a tonne of pain so better someone you end can just flick it back!
Our team on discord can't undo the change really ๐ but let me see if there's a way I can guide you towards making this change yourself.
I really don't understand how it happened in the first place...
Seems update plan doesn't have a property for that..? https://stripe.com/docs/api/plans/update?lang=php
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I think the plan was updated by a request from your own dashboard
https://dashboard.stripe.com/logs/req_GPduC2k9NBSJwB
ARGH, new member of staff.
This is SO frustrating this create irreversible changes.
So how can I resolve this?
thinking...
Clicking on Edit, doesn't give you an option to update the price to be tax exclusive correct?
Nope. I see this
All greyed out (re permissions I'm master admin)
I see this when I hover the padlock.
But interestingly, I managed over 700 of them with it "unspecified" and 0 added since set to "include" yet is won't allow me to make changes.
Yeah that might be the only option here, to re-create the price and update the subscription to use the new one.
You can try calling the API to unset the tax behaivor by making a POST to
/v1/prices/plan_MWsMoQd3noa9KH and tax_behavior: ''
but I doubt it will work.
try stripe price update plan_xxx
ah prices
sec
use stripe prices update xxx
whats the flag to hit prod not test? ๐ค
I think Stripe CLI uses your test keys by default
Yeah that's what I thought too. I think the only other way is to create a new Price and migrate the subscription to use that price.
To confirm this has to be done 1 by 1?
As far as I know yes, there isn't a way to perform a mass update via the API or the dashboard.