Stripe payments - one payment to multiple Merchants?

Hi

Is it currently possible for a single payment to be sent to multiple sellers?

I’m thinking about developing the ability to allow the users to create ‘add to cart’, due to the nature of the app however we require to split the payment accordingly to each seller.

Thanks

1 Like

This is a pretty interesting use case. @damianoredemagni is very good with this Stripe stuff. I’m tagging him so he can take a look.

2 Likes

if i understand this correctly:

you wouldn’t ‘split’ the payment

rather process payment for each item and showcase the ‘grand total’ amount

Example:

In my cart

2 oranges sold by Billy for $1
1 mango sold by Jane for $2
5 bananas sold by Robert for $3

Grand Total: $6

My card gets charged $6

Each seller receives individual amount

Is this it?

1 Like

Or are you talking about an actual bill split?

Example:

Dinner costs $20

Amanda owes $10
Johnny owes $7
Fred owes $3

You could work around it with Stripe but the payment wouldn’t flow directly to sellers, it would be a payout vs sellers getting paid directly and you (potentially) collect a fee.

Hi

This is the use case i’m trying to accomplish, essentially allowing users to add multiple items to their cart and pay different sellers with a single payment as outlined above

Thank you!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.