#linq2-connect-account-type
1 messages ยท Page 1 of 1 (latest)
hello
can you create connected accounts for individuals or can you only set business account?
You can create connected accounts for individuals ๐ The type would depend on what type of integration you're building
https://stripe.com/docs/api/accounts/create
business_type: 'individual'
when you mean individuals, do you mean sole traders (business) or a person NOT a business
when you mean individuals, do you mean sole traders (business) or a person NOT a business
a person NOT a business
do you have the PHP code to sign up as an Individual, NOT a Business, I can only seem to sign up as a business , such as individual/sole trader or Company or Non_Profit
also signing up on the normal platform i can only seem to sign up as a business.
does this example help?
https://stripe.com/docs/api/accounts/create?lang=php
also signing up on the normal platform i can only seem to sign up as a business.
what do you mean by normal platform?
Account = Stripe Account.
Business/Individual = Connected Account (Company / Sole Trader).
Person = Person associated to connected account. (Director / CEO / Etc.)
Customer = Customer buying from Account / Connected account.
What do you mean by 'individual'? What role do they play in your system?
no role, if you sign up to PayPal you can either sign up as an individual or a business.
So a customer?
What will this individual be using your app for?
Are they selling on it or buying from it?
Each role needs a different object. If they have no role, they wouldnt be using your app.
I think perhaps you should read through the documentation to familiarise yourself with Stripe's terminology, because if we are both using words to mean different things, communication is impossible.