#pulpremicks-tax
1 messages · Page 1 of 1 (latest)
hi there. It likely depends on the specifics. Do you have the subscription ID sub_xxx that has the tax?
ill get it now for yah
in_1KmdQWFuSqQC7ldVeKQ24Vbp
this is 1 of them
they havent added a payment method to pay as they cant pay the VAT it would mess up their accounting
since you're using explicit tax rates, you can update the subscription to remove tax by passing default_tax_rates => "" in an update call to unset it.
That only affects future invoices though, that one is already finalized so it can't be modified at this point. So depending on what you're looking for it might be easier to create a new subscription and this time don't pass any default_tax_rates in your PHP code creating the subscription.
can i do it this way too?
I suppose it has the same effect(you're setting to a tax rate with 0% instead of removing the tax rate entirely) but it's the same as I said, changing that only changes the tax rates applied to any future invoices. If that's what you need then that seems like an option.