#parasgulati-connect
1 messages · Page 1 of 1 (latest)
Hi 👋 yes it is:
https://stripe.com/docs/payouts/instant-payouts
When my user is paying to other users, they are not receiving money in their bank account instantly
I think "users" has a different meaning in the Stripe landscape than how you're using it there, but it sounds like you might be referring to Transfers. Could you tell me a bit more about your scenario?
I want to build a company where merchants can register, and their customers can pay to merchants
directly
on our platform
You can't build a flow within Stripe where funds move from a Customer directly to the bank account of a merchant. You would use Stripe Connect to build a similar flow. With Connect each of your merchants will get their own Stripe account (referred to as a Connected Account). Part of each payment will include funds being moved into that Stripe account, and then a payout can be made from the Connected Account to it's associated bank account.
https://stripe.com/connect
parasgulati-connect