#free-_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1338765972823343114
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- free-_api, 10 hours ago, 6 messages
Hi there, I don't quite understand what you want to achieve can you rephrase the question?
I need the stripe onboarding for new account
don't ask for business information
only basic information to make transfers like address, bank account, and so on
const account = await this.stripeService.accounts.create({
type: 'express',
business_type: 'individual',
capabilities: {
transfers: { requested: true },
card_payments: { requested: true }
},
country,
settings: {
payouts: {
schedule: {
interval: 'manual'
}
}
},
metadata: {}
});```
this is how I create the account
The required verificaiton information differ based on the country, service type, capabilites and business type, you can find more info here
https://docs.stripe.com/connect/required-verification-information
so there is no way to disable it?
No I'm afraid.
Hey! We are having individuals create accounts not companies.
Our settings are:
- only seperate and transfer charges countries
- express
- receipts
- individuals and businesses
@obtuse shadow looks like you're in the wrong place, this thread is for someone else's question.
- If you have your own thread please chat there.
- If you have a question or a followup to a closed thread use one of the buttons in https://discord.com/channels/841573134531821608/842637025524842496 to get help (we don't reopen closed threads).
Note that posting inappropriate messages in other people's threads is against the rules. No worries if this was just an honest mistake, but anyone who violates the rules multiple times will be removed from this server.
I'm in on @willow sluice's team:)
Yes, @brave kernel could you tell details us a little bit more?
Ah, sorry about the bot message.
On the same page
https://docs.stripe.com/connect/required-verification-information, you can set businss type to 'individual' and see the requirements for individual
These information are required by local regulations and compliance, there's no way to bypass them.
It is already
If a user is an individual, it wouldn't make sense to ask about company information