#nobody_api
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/1348513320633892957
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I know i can associate an address with a customer but i'm hoping the country+zip on the element is enough
https://docs.stripe.com/tax/customer-locations#other It needs the 2 letter country code and the postal code, on all countries
And you ned to make sure to set those to your Customer object
I would recommend a combination of PaymentElements + AddressElements
See these docs are a little confusing because they don't address the Elements case. So you think the address element is necessary too?
Yes
The ultimate goal is to have 2 letter code country and postal code in your Customer object.
Gotcha thanks
I have a couple quick connect questions. Can i put them here or should i open a new thread
Feel free to continue here!
Awesome thanks
https://docs.stripe.com/connect/cross-border-payouts
Would this big list of countries be a burden to support for connected accounts? Like would this bog me down tax-regulation-wise, or something? LMK if i should look to cut the number down, or if im free to include all of them
Hmm which kind of burden do you envision? You should be able to have Connected account in any country in the list there
Good question, I am just worried because I include everything in the list, and I wonder if I would have edge cases on every country or not
Possibly tax burden or something, but i dont know
I tested out a couple connected accounts from different countries and it seemed to automatically convert from USD to the local currency, which is good
And you are an US platform, right?
Yes
Yeah. As long as your setup satisfy the "Restrictions and requirements" section, it should be good
It's either possible or not to do the fund flow. If it's not possible, you will get an error message when trying to create the PaymentIntent or the Transfer