#mpjhorner

1 messages ยท Page 1 of 1 (latest)

slate coyoteBOT
barren folio
crude palm
#

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!

barren folio
#

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.

crude palm
#

I really don't understand how it happened in the first place...

barren folio
crude palm
#

ARGH, new member of staff.

#

This is SO frustrating this create irreversible changes.

#

So how can I resolve this?

barren folio
#

thinking...

#

Clicking on Edit, doesn't give you an option to update the price to be tax exclusive correct?

crude palm
#

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.

barren folio
#

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.

crude palm
#

API didn't work

#

If i recreate it

#

I have to migrate all 1000s of them 1 by 1?

barren folio
#

try stripe price update plan_xxx

crude palm
barren folio
#

ah prices

crude palm
#

sec

barren folio
#

use stripe prices update xxx

crude palm
#

whats the flag to hit prod not test? ๐Ÿค”

barren folio
#

I think Stripe CLI uses your test keys by default

crude palm
#

ah kk

#

sec

#

same error

barren folio
#

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.

crude palm
#

To confirm this has to be done 1 by 1?

barren folio
#

As far as I know yes, there isn't a way to perform a mass update via the API or the dashboard.