#surajpatidar-account-support

1 messages · Page 1 of 1 (latest)

sullen ospreyBOT
#

@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

lone dust
#

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

oblique rune
lone dust
#

i dont want to collect from customer i want transfer amount only from base stripe account

oblique rune
lone dust
#

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

oblique rune
#

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

oblique rune
#

And you would want to build your system that you can transfer any amount to their account when needed

lone dust
#

i have created flow of express account of referral user

#

now i have one form for use which fill and request for his payout

lone dust
oblique rune
#

Yep

lone dust
#

okay thank you

#

can you please provide api and paramter for best result

oblique rune
lone dust
#

okay thank you

#

ony need this api right ?

#

stripe.Transfer.create(
amount=2000,
currency="usd",
destination="{{OTHER_CONNECTED_STRIPE_ACCOUNT_ID}}",
transfer_group="ORDER10",
)