#manuel_python-syntax-subscription-update
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/1440054539603415096
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
HI ๐
The default_tax_rates parameter is an array of strings, per our API ref.
So instead of a dict you should be passing default_tax_rates=["txr_123456", "txr_9876543"] or something like that where each ID is just provided as a string.
so the ID key inside the dict its just the ID of the tax rates in stripe?
Never mind, I got confused haha
ok so i have to send an array with strings not a dictionary
ok so i have to send an array with strings not a dictionary
Bingo!
ok nice
ty so much, im gonna try again
its working, thank you again
thats all
๐ซก
Wonderful ๐ Happy to help ๐