#whoami_code

1 messages ¡ Page 1 of 1 (latest)

woven gladeBOT
#

👋 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/1296900659945410621

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

slate shell
#

Hello! That's correct, yep. There is no such parameter.

#

Do you have a question about that?

mossy moat
#

but it's required for US -> Singapore payouts

slate shell
#

Can you provide more information? Where are you seeing that requirement?

#

Is that what you're looking for?

slate shell
#

Gotcha. Yeah, you can set that on the Person object.

mossy moat
#

hmm what's the api for that

slate shell
#

I just linked to that above.

mossy moat
#

is Person used for connected accounts as well?

#

I'm using the Connect Platform

slate shell
#

Yes, when you create a connected account for an individual a Person is created to represent that person.

mossy moat
#

oh I see, so I need to create the account first, then call stripe.accounts.updatePerson to update the nationality?

slate shell
#

Correct.

mossy moat
#

got it, thanks

#

I have another question about receiving webhooks for the connected accounts I created

slate shell
#

Okay.

#

What's up?

mossy moat
#

I already setup a webhook endpoint for my platform account, and I'm able to receive webhook events about this platform account updates. But it's not receiving events on the updates of all connected accounts created from the platform. How should I set up the webhook in this case?

slate shell
woven gladeBOT
mossy moat
#

Oh! so I can choose this on my dashboard to listen to connected accounts updates?

slate shell
#

Yep!

mossy moat
#

awesome! thank you for all the answers!