#beinggandhi - Checkout
1 messages · Page 1 of 1 (latest)
for one of the express account , when checking out -> on the stripe page , we see the platform name instead of connected customer account name
this is the customer account id : acct_1LS96pQXOeWjm6Eu
You need to ask that Express account's owner to update their legal business name in the Express Dashboard.
const account1 = await stripe.accounts.retrieve('acct_1LS96pQXOeWjm6Eu')
i do see the business_profile is already updated
This is the other express account where it is working as expected : 'acct_1LAhXLQk8J93T3gB' .
So name under business_profile is updated? So if you create a Checkout Session for that account with on_behalf_of does it show that name as expected?