#ryuuuu

1 messages · Page 1 of 1 (latest)

opaque anchorBOT
#

Hello ryuuuu, we'll be with you shortly! 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.
https://discord.com/channels/841573134531821608/1163834111341899897, 2 days ago, 2 messages

toxic whale
#

This question is not related to that other thread

warm thunder
#

Hi, let me help you with this.

#

Could you please share the respective IDs?

toxic whale
#

for the test mode ones or live mode ones?

#

here is one of the test mode taxes: txr_1NiN7LASLgCrexvlGg09APEm

#

and here is the same tax copied to live mode:
txr_1NigeCASLgCrexvlt5OFyeSm

warm thunder
#

They seem identical. Where are you getting a mismatch exactly?

toxic whale
#

so im using stripe api to fetch all taxes in php (return $this->stripe->taxRates->all(['limit' => 100])->toArray()['data'];)

#

and i tested both with the live mode key and the test mode key

#

here is the test mode response, as you can see effective percentage is at 7, same as percentage

#

and here is the live mode response, effective percentage is at null, while normal percentage is at 7 again

#

i tried checking settings -> tax settings in the dashboard and they seem identical in both test/live mode as well

warm thunder
toxic whale
#

not using automatic tax, after fetching these tax rates i add them to my invoice manually, but then again this fetch happens before we even get to the invoice, and im not sure why it would work in test mode but not live mode since the settings/code are the same

warm thunder
toxic whale
#

these also seem to be identical

robust leaf
#

I don't see how any of that is relevant really @warm thunder

seems to me like probably it's just a bug and we don't copy that field across when doing that copy operation and we can take a few minutes to try reproduce on our accounts.

#

which I'll do now

#

yeah I just tried it and see the same thing

#

seems like a bug or at the very least a quirk the product team should look into or document, we'll report it internally and you can write to https://support.stripe.com/?contact=true as well to report the problem/get updates.

toxic whale
#

i see, so is there any way to fix the 2 taxes i have manually? it doesnt seem like the dashboard lets me change the effective percentage

#

should i just archive these 2 taxes and create new ones from live mode without using the copy from test mode?

robust leaf
#

I don't know if you can fix them really, since it's not clear what the situation is. It might be that this is expected, won't know until the product team looks at the issue we filed.

you could certainly try just creating them manually and I expect that would work fine. Not really familiar with this copying action, it's an internal Dashboard feature so very much owned by the team involved while my team mainly works with the public API.

toxic whale
#

yup, i just finished trying that(had to make a change in my code to only fetch active taxrates), and after archiving the old ones and creating new ones its working as expected