#shahzad_connect-customer-transfers

1 messages ยท Page 1 of 1 (latest)

echo jasperBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1328404157224456223

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

keen wave
#

Hi ๐Ÿ‘‹

When you collect funds from a customer they are applied to your Stripe balance. This is separate from Top Ups entirely and not related.

#

What is it you are trying to do?

languid canyon
#

we've implemented stripe identity in our platform.

whoever varifies their account via stripe identity we're giving them rewards in terms of money. they're not business owners/users. would like a simplest way for them to get paid as stripe connect requires to input business details which is irrelevant

keen wave
#

we've implemented stripe identity in our platform.

These are unrelated topics.

#

Are these uses creating Stripe accounts?

languid canyon
#

we don't want the users to fill in business details as they're not business owners.

a stripe element to collect their banking/carding details and we payout to them

keen wave
#

No, that is not possible

languid canyon
#

care to elaborate?

keen wave
#

You cannot just send money to your customers.

#

They would need to create Stripe Accounts and then you would transfer funds to you

#

Bank Transfers allows customers to "push" funds to your Stripe account but it does not allow you to push funds to their account

languid canyon
keen wave
#

That moves funds from one Stripe Account to another Stripe account

#

Your customers would need to have Stripe Accounts

languid canyon
#

we can create express account for them? no

#

e.g

    'type' => 'express',
    'country' => 'GB',
    'email' => 'user@example.com', // Replace with user email
]);```
#

and then link their account

    'account' => $account->id,
    'refresh_url' => 'https://example.com/reauth',
    'return_url' => 'https://example.com/success',
    'type' => 'account_onboarding',
]);```
keen wave
#

But then they would need to link this to their bank account

#

Yes

#

That is using Stripe Connect

languid canyon
#

yep so without stripe connect we cannot collect user banking details and pay them?

keen wave
#

Correct

languid canyon
#

could you guide me to the correct flow here?

keen wave
#

Not really, no. While your use case may sound straight-forward to you, Stripe Connect is a large topic with many different potential configurations and may ways to implement it.

I recommend you review our documentation starting here: https://docs.stripe.com/connect/how-connect-works