#riku_code

1 messages ¡ Page 1 of 1 (latest)

azure sableBOT
#

👋 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/1336627581751001118

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

willow obsidian
#

Hi, let me help you with this.

#

To be able to pay out funds the owner of the Connected account must have a registered business. There's no other way to complete onboarding.

rigid pecan
#

So how can i then transfer money from one user to another and charge a commission in between? I know for a fact that Stripe is used for this. At least I thought I did.

#

GoMore in Finland is doing exactly this.

#

No wait? NOT pay out funds! But to receive payments to their card/bank account

#

We are only connecting theses users in order to transfer money TO them. We are the registered business that is doing that. Do you want me to outline the process for you a bit more?

#

So te be only able to receive payments, is it something I need to do in the capabilities array?
'capabilities' => [
'card_payments' => ['requested' => true],
'transfers' => ['requested' => true],
],

willow obsidian
#

"Pay out funds" means receive payments to their card/bank account.

#

Stripe Connect is for paying out money to third parties, like your users. But to be able to do this they need to have a registered business. There's no other way to do it.

rigid pecan
#

So since the persons are individuals and do not have registered businesses, we cannot use Stripe? Can you get me a solid confirmation on this and point me to some documentation that explicitly states this?

willow obsidian
#

Yes, this is generally not possible. For exact country-specific/legal nuances, I suggest you reach out to Stripe Support. Maybe there's some workarounds for your specific situation: https://support.stripe.com/?contact=true

rigid pecan
#

Also AirBnB is using Stripe, right?

willow obsidian