#itaied-connect

1 messages · Page 1 of 1 (latest)

valid badge
#

Hi there!

#

If you are using on_behalf_of, then it's the connected account who is the merchant of record, so it should be the connected account name on the bank statement.

wintry heath
#

cool thank you

#

Another question please, when creating an account const account = await stripe.accounts.create({type: 'express'});, which events are sent to the webhook?

valid badge
#

I would recommend to test that to be sure. But I just just creating the account doesn't sent any webhook event. Then when you start onboarding the account you will get account.updated events.