#surajpatidar-account-support
1 messages · Page 1 of 1 (latest)
@lone dust :question: Have a non-technical question, account issue, or need one-on-one support? We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
i have already createa connect account with type expresss
but how to create payout and which api is best for transfer amount from base account to connect accout
I would recommend starting with this Doc https://stripe.com/docs/connect/collect-then-transfer-guide
i dont want to collect from customer i want transfer amount only from base stripe account
Okie, then only run the Transfer part from this flow of "Separate Charges and Transfers" https://stripe.com/docs/connect/separate-charges-and-transfers
any feature in stripe for add earning base on csutomer and customer request for payout ?
we have referral system so customer earing using referral , so we need transfer his earing in his bank account
Let's avoid using "customer" because that's normally who is paying
So your users will get affiliate and they will need to be a Connected Account, (simplest is Express) to receive the fund
okay
And you would want to build your system that you can transfer any amount to their account when needed
i have created flow of express account of referral user
now i have one form for use which fill and request for his payout
can i use transfer api for that part if user request for his earning
Yep
This Doc, the "Transfer" part