#shahzad_connect-customer-transfers
1 messages ยท Page 1 of 1 (latest)
๐ 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.
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?
And our guide here: https://docs.stripe.com/payments/bank-transfers/accept-a-payment
has details on how to go about collecting the details
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
we've implemented stripe identity in our platform.
These are unrelated topics.
Are these uses creating Stripe accounts?
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
No, that is not possible
care to elaborate?
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
what about this?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That moves funds from one Stripe Account to another Stripe account
Your customers would need to have Stripe Accounts
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',
]);```
But then they would need to link this to their bank account
Yes
That is using Stripe Connect
yep so without stripe connect we cannot collect user banking details and pay them?
Correct
could you guide me to the correct flow here?
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