#LowCodeFan

1 messages · Page 1 of 1 (latest)

atomic obsidianBOT
finite rain
#

hi! could you elaborate a little more on the set up and how you're integrated with Stripe today?

candid ingot
#

Hey, I am new to stripe. I only test the payment in flutter in test mode.

#

I am not sure how to do it. if users pay me and one day they want to withdraw, how can I pay them back to their bank accounts?

#

Could you please help?

finite rain
#

you'd issue them a refund I think? that's all you mean

candid ingot
#

Not just refund, they can make money from the app.

finite rain
#

are you using Stripe Connect today?

candid ingot
#

No

finite rain
#

ok, well then you really need to read through the docs for Connect and understand/design the overall structure and set up of your business and Stripe integration before it's possible to ask a specific question like this

candid ingot
#

Users can take tasks from other users,
when they finish the jobs, money goes to their deposit.
Once they want to withdraw, how can I pay them?

finite rain
#

you'd transfer funds to the connected account representing the user. You need to read through the Connect docs to understand how that works and what it means, it's not possible for me to directly explain this from scratch, so have a read through the docs, try things out, and come back with specific questions and we can help!

candid ingot
#

I only have users' bank card info,
does stripe connect need to register?

tacit vigil
#

Hi! I'm taking over this thread.

#

If you want to send money to users, then you will need to use Stripe Connect and the users will need to have Stripe Accounts.

candid ingot
#

Thanks, my users cannot register stripe accounts. Is there any other method to do it?

tacit vigil
#

The only way to send money to users is if you are using Stripe Connect and they have Stripe Accounts.
Note that there are three types of Stripe accounts, as explained here: https://stripe.com/docs/connect/accounts

candid ingot
#

Thank you. I will take a look at if there is a tool to pay multiple bills.

#

Can I bind my bsb and account number to my stripe acount? When money comes in, it will automatically transfer to my bank account.

tacit vigil
#

What is BSB?
When Stripes sends money to your bank account, we call that a "payout". And you can learn more about payouts here: https://stripe.com/docs/payouts

candid ingot
#

Bank State Branch

#

Thanks, it only uses in Australia.

tacit vigil
#

Got it! Then yes you can see it in the doc I just shared:

candid ingot
#

Does payout charge me a transaction fee?

tacit vigil