#blinkdaffer

1 messages · Page 1 of 1 (latest)

short graniteBOT
terse lake
#

hey orakaro

#

so i have a requirement, our platform will be sending money to creators

#

as i understand correctly

#

I need to onboard these creators as connected accounts

#

once they are onboarded, i need to send them funds

#

should i be using "createPayout" or transfers to the connected account

#

we would like the creators to receive the funds instantly

wind atlas
#

You need both: transfer to the Connected Account, then create an Instant Payout to their bank account

terse lake
#

so when i am calling the api

#

i will first transfer funds to thier account

#

then call the instant payout method again

wind atlas
#

Taking a step back, how do you collect those fund in the first place? Charge from some customers?

terse lake
#

nope

#

both actually

#

but for reconcilation we would like to keep seperate accounts

#

so customers charges will accumalate with us. then creators can opt for payout

wind atlas
#

So then make a Transfer API first, then make a Create Instant Payout later

terse lake
#

i will be using the same privatekey to make these calls right

#

so say i have to give 100$ to a creator

#
  1. onboard creator as connected account
#
  1. tranfer funds to creator account
#
  1. call instant payout on the account
#

have i got this right

#

?

#

also should i use topup for adding funds