#manuel_python-syntax-subscription-update

1 messages ยท Page 1 of 1 (latest)

long plumeBOT
#

๐Ÿ‘‹ 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.

elfin shadow
#

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.

white heart
#

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

elfin shadow
#

ok so i have to send an array with strings not a dictionary

Bingo!

white heart
#

ok nice

#

ty so much, im gonna try again

#

its working, thank you again

#

thats all

#

๐Ÿซก

elfin shadow
#

Wonderful ๐ŸŽ‰ Happy to help ๐Ÿ™‚