#Dhrutish

1 messages · Page 1 of 1 (latest)

cosmic valveBOT
astral pine
#

hi! maybe! what's your specific technical/coding question exactly?

viscid dune
#

my question is how can i fund accounts distribution between 2 stripe account

astral pine
viscid dune
#

can i do this automatically

#

means can I connect accounts automatically so i can transfer their funds to their stripe account?

astral pine
#

not sure what you mean by 'automatic'. There are multiple ways to create the Stripe account for the user, but they all involve the user themselves providing required information for example.

viscid dune
#

I explain to you the flow of what I'm going to develop

I have an admin panel with multiple vendors so they are coming to my platform and adding their products for selling on my platform. users will use my app and purchase their products whichever they like to buy. then I'm collecting all amount into my stripe account then after the end of the month I want to transfer all payments of each vendor to their stripe account. so which information can I use to connect the vendor's stripe accounts to my stripe account to distribute payments to them? and which information is required in my account and their account for completing this process.

elder vortex
#

Hi there 👋 taking over as my teammate needed to step away, please bear with me a moment while I catch up on the context here.

viscid dune
#

Sure!

elder vortex
#

You'll need to build a flow using Stripe Connect to do that. There are quite a few different paths for that so the first step is figuring out what best fits the flow you're trying to build for your sellers.

The first two choices to make that go hand-in-hand are the type of Connected Accounts you want to use, and which charge structure to use.

The three types of accounts, Standard, Express, and Custom, are discussed here:
https://stripe.com/docs/connect/accounts

There are also three charge structures to pick from, the one that best fits what you described is Separate Charges and Transfers (though depending on what regions you operate in you may not be able to hold funds until the end of the month)
https://stripe.com/docs/connect/charges
Separate Charges and Transfers:
https://stripe.com/docs/connect/charges-transfers
If using Separate Charges and Transfers, then you should work with either Express or Custom Connected Accounts.

Learn more about the different types of Stripe accounts you can use with Connect.

Learn how to create a charge and split payments between your platform and your sellers or service providers when you accept payments.

With Connect, you can make charges on your platform account on behalf of connected accounts, perform transfers separately, and retain funds in the process.

viscid dune
#

i want to use types of accounts Standard

elder vortex
#

Then you should use Direct Charges as your charge structure.

viscid dune
#

i want to use in laravel so can you provide me demo code of that please

elder vortex
#

Laravel Cashier?

viscid dune
#

without cashier is it possible?

elder vortex
#

Probably, Laravel is a PHP framework, right? (Laravel Cashier isn't our implementation so I wanted to ensure you weren't using that as Laravel would be better suited to provide guidance on using its Cashier product)

viscid dune
#

so you can provide me php demo code i can manage

elder vortex
#

We have sample code in those documents, is any of it giving your problems?

viscid dune
#

please give me a suggestion

I have an admin panel with multiple vendors so they are coming to my platform and adding their products for selling on my platform. users will use my app and purchase their products whichever they like to buy. then I'm collecting all amount into my stripe account then after the end of the month I want to transfer all payments of each vendor. so can we send funds to their bank account directly using Stripe? so which information is required for this process if possible this is

#

do you have another just quick and easy solutions in your mind?

elder vortex
#

Conenct is the only solution for this from Stripe. Entities receiving funds from our service need to go through an onboarding process so we have the necessary KYC information.

viscid dune
#

but if I get bank account details of them and then after using that details i think we can transfer funds to them using stripe

elder vortex
#

You can't

#

Connect is the only way to pay third-parties using Stripe.

viscid dune
#

there is no other way to do this?

elder vortex
#

No

viscid dune
#

okay

cosmic valveBOT