#mossoc_connect-webooks

1 messages ยท Page 1 of 1 (latest)

sage whaleBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

tacit drum
#

Hi ๐Ÿ‘‹

The account.application.authorized event occurs on the Connected Account when a Client Application (Platform) has been authorized to connect with it.

#

How are you onboarding Connected Accounts?

swift scarab
#

Hi, thanks for your reply!

swift scarab
tacit drum
#

Are you creating the Connected Accounts yourself?

#

The account.application.authorized when a stand-alone Stripe account connects to your platform

swift scarab
tacit drum
#

it does not fire when you create the accounts yourself

#

Since you create the accounts using your Platform, they are already connected to you.

swift scarab
tacit drum
#

Let's take a step back

#

What are you trying to understand here?

#

Express Accounts created by your platform are connected to your Platform from the start. But they are not ready to accept payments right away. Are you trying to understand when they have completed their onboarding and are ready to accept payments?

swift scarab
tacit drum
#

There is no event for that. Also that status does not exist on the Account object itself. It's a dashboard only feature

#

What you can do is listen for the account.updated event and check the requirements property

#

When the requirements property doesn't have anything listed in the currently_due array, then your accounts can start making charges.

swift scarab
#

Ok good to know thank you
Regarding account.updated, is it triggered after each Connected Account update?

#

What I find weird is that there is not a single event triggered after I updated my info as a Connected Account

tacit drum
#

Can you share that Account ID?

swift scarab
tacit drum
#

Thanks, taking a look

#

Okay there have been multiple account.updated events occurring on this account

#

Do you have a webhook configured to listen for events on Connected Accounts?

tacit drum
#

You can't see that event on your platform account

#

IT only exists on the Connected Account

swift scarab
tacit drum
#

Yes!

#

It also mentions different event types you might want to listen for and when they occur

swift scarab
#

Ok great, I'll check the doc

#

Thank you very much @tacit drum !

tacit drum
#

Happy to help ๐Ÿ™‚

It's why we're here

#

Oh!

#

Be sure you select the Accounts V1 tab in that doc

#

You aren't creating V2 Accounts so, if you don't select the right tab, you will see events that don't apply to you

sage whaleBOT