#Jeff Jin-connect transfer
1 messages ยท Page 1 of 1 (latest)
@sweet knoll Thank you for your reply.
you'd have to do a https://stripe.com/docs/connect/account-debits from one and then a transfer to the other
Yes, it has to pass through the platform.
Is it possible to add payment method to connected account and get them?
@sweet knoll
in that case you will have to create a customer
for your connect account
and this is the other solution
How do i do that?
you will treat the connect account as a normal customer
yes
and you can do a direct charge to the other connect account
How to implement treat the connect account as a normal customer
but it's no longer called a transfer between connected accounts
How to implement treat the connect account as a normal customer
you forget that they are a connect account ๐
then is it possible to transfer money between customers in stripe?
more seriously, you create a customer and you add the payment method and you do a direct charge to the other connect account
https://stripe.com/docs/connect/direct-charges
in my platform, there are 2 types of users: athletes and coaches.
but athletes can become coaches and vice versa
so when athlete makes a payment, the athlete becomes a customer in stripe and coaches should be connected account.
But this should be done vice versa
in that case you'd have to create a customer and a connect account for each individual
use the customer when you want them to pay
and the connect account when they want to get paid
there's no one good answer to be honest
is it possible to create a customer and connected account at the same time?
it's two different flows
technically you can
but for the connect account it's a bit more complicated
Ok, I see. thank you for your help.