#Abduls

1 messages · Page 1 of 1 (latest)

tranquil spruceBOT
unborn dock
#

Hi there!

median vapor
#

The question is, a connected account can have multiple external accounts like banks and cards,
So I want to transfer the amount in different banks and cards

#

$stripe->transfers->create([
'amount' => 400,
'currency' => 'usd',
'destination' => 'acct_1032D82eZvKYlo2C',
'transfer_group' => 'ORDER_95',
]);

#

This is just connect to connected account, but this no where mentioned it will go in which bank or card.

unborn dock
#

I don't think you can specify the exact account that will be used.

median vapor
#

Is there way, we can achieve above things?

#

Actually I want to receive amount in different banks from different customers

steep birch
median vapor
#

I want to link each customer to particular banks, whenever customer send something it will go to that bank only

median vapor
#

the flow should be like this

#

can we achieve this?

steep birch
median vapor
#

Oh

#

Actually I want direct charge

steep birch
#

Do you want

  1. the connected account to take the payment?
  2. or, the Platform to take the payment and transfer it to connected account?
median vapor
#

I want 1 approach

#

the connected account to take the payment

#

then application fee will move to platform

steep birch
median vapor
#

Yes, thank you, I want this only.
one more things, I want to receive the amount particular external bank or card of a connected account, how can I achieve it?

#

By considering, direct charge

steep birch
median vapor
#

as I'm getting that, when customer sends some amount, then it will goes to connected account, it will stay there,
later on, we need to payout to any bank or card.
Am I right?

steep birch
#

Correct!

median vapor
#

Can I automate the payout?

steep birch
#

Yes, but you will need to do it in your app

median vapor
#

okay got it, thank you

#

I have one more query for you please wait

steep birch
#

Sure

median vapor
#

I want this type of prompt to add external banks in connected account. How can I achieve this?

steep birch
#

Do you want it on your website?

median vapor
#

yes