#itaied-connect
1 messages · Page 1 of 1 (latest)
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.
If needed, you can check the statement descriptor set by looking at the charge object: https://stripe.com/docs/api/charges/object#charge_object-calculated_statement_descriptor
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?
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.