Reputation: 1108
I am developing a C2C portal where seller will post their product and others can buy it. I have planned to use Braintree for payment process. Now once the payment is completed system will take commission and it should transfer the rest to seller.
I thought I could use ACH, but I cant find any solution or required document to transfer to seller account.
Note: I could achieve the same using Stripe Connect. The reason raising a question here is use the knowledge others having.
Upvotes: 17
Views: 937
Reputation:
use the recommended packages by laravel it's better and more safely :
Stripe
Mollie
as you know you can find them in the official website for laravel under the official packages section
Upvotes: 1
Reputation: 429
This kind of payments called Multiplexing payments.
The best practice is to let Braintree do it for you, read their document completely and contact them to help you with multiplexing payments.
On the other hand if you want to make the seller payment After the money is cleared from Braintree, The ACH possibility should be done bank account which the money will be transferred to.
Upvotes: 1