#hugodev
1 messages · Page 1 of 1 (latest)
Hi there!
What do you mean by ""a customer registers an account in stripe"? Which Stripe APIn are you using exactly?
Oh so by "customer" you mean a "Stripe Express connected account"?
mh yes sorry
So what you are looking at is an Account object? https://stripe.com/docs/api/accounts/object
yes exactly !
For Express accounts you can't get access to the address of the account. This is only possible for Custom accounts
oh okk i see !
i have a few questions :
- Whatever the event, as long as its account related (account.updated, account.somethingElse), it returns an account object ?
- How do you create Custom accounts instead of express accounts ?
- yes
- the guide is at https://stripe.com/docs/connect/custom-accounts but we highly suggest using Express for the vast majority of platforms