#kirilka_code
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/1262307831709958165
đ 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.
- kirilka_code, 2 days ago, 38 messages
- kirilka_api-account-support, 2 days ago, 5 messages
hello! maybe lets take a step back, why do you need to manually create a payout? Stripe offers automatic payouts so that you don't need to explicitly make a request to create a payout
Basically i need to make only one payout and then disconnect connected account. (context: Company is paying for advertisement one time)
You think there is no need for a such complications?
are you using Express / Custom / Standard connected accounts?
Custom, Dashboard: none
okay, can you share more on why are you doing a Transfer request? Is there a reason why you are not using destination charges instead?
Yes, i dont know what is better and right to use. I didnt think about charges, thanks for idea. So in future i will not need bank account id? If yes, can you provide me solution?
so if you're only collecting payment and transferring funds to a single connected account, you'll probably want to consider destination charges instead : https://docs.stripe.com/connect/destination-charges. When you use destination charges, you don't have to create a separate transfer, you can take a cut by using either transfer_data.amount or application_fee_amount
This charges are sent to accounts or straight to bank account?
Funds always go to the Stripe account balance first, then are paid out to the bank account.
going back to what we previously discussed about payouts, you don't need to manually create a payout, by default, the payouts will be done automatically (assuming that the bank account details has been provided for payout) and payouts are enabled on the Stripe account: https://docs.stripe.com/connect/payouts-connected-accounts#payout-information
Thank you a lot for information
any specific reason why you chose to use custom accounts?
Express is for US and when im now thinking about why i chose custom, i cant give u the answer
Are there any important difference between them excluding chosing options?
(between standart and custom)
Oh, now i see
I can choose bussines type when im creating a custom account
This is all what i needed to know. Thank you, have a geat day.
great*
umm, choosing a business type isn't the difference. There are significant differences between using Express and Custom and Standard.
You may want to reach out to our Support team for the differences in Connect pricing when using Express / Custom / Standard.
With regards to integration - as an example, for Custom, you are responsible for collecting all of the required information for the connected account (you could simplify this by using Stripe's hosted onboarding page), and the Custom account has no access to a Stripe Dashboard. If the Custom account wants to change the bank account used for payout, that's your responsibility to handle.
On the other hand, Stripe will handle information collection for Standard accounts, and if a Standard account wants to change the bank account used for payout, they can do it by themselves via the Stripe Dashboard
I was trying to do so, but when i was redirecting user, that is not a bussines owner, on creating acc, he had to choose his bussines type and write bussiness information. Users that im trying to connect are not bussiness owners.
When im creating via API custom acc, all info that i need is agreement, persaonal data and bank account and so on.
Are you still here?
can you share how you're creating the Standard account? i.e. specifically with reference to when you mentioned the below
I was trying to do so, but when i was redirecting user, that is not a bussines owner, on creating acc, he had to choose his bussines type and write bussiness information. Users that im trying to connect are not bussiness owners.
Firstly i was trying to create an account via dashbord. When i did so, i received a link, that i had to provide to user
When k clocked a link, i was redirected to stripe page
i clicked*
here are photos
Normally, to be able to pay out funds with Stripe, you need to have a registered business.
But with custom account, i could do payouts even without bussines info
or i was able to do payouts, it was not restricted. I havent tried yet
In Live mode?
Yes
I have a question then, exist any service, that would not need an bussiness info to do payouts?
No, that's not possible due to fraud risk.
Happy to help.
You too.