# Multiple Sellers on Glide

**URL:** https://community.glideapps.com/t/multiple-sellers-on-glide/14314
**Category:** Ask for Help
**Created:** [August 21, 2020, 12:42pm UTC](https://community.glideapps.com/t/multiple-sellers-on-glide/14314 "2020-08-21T12:42:31Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Christina\_Reid](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/christina_reid/32/1148_2.png) [@Christina\_Reid](https://community.glideapps.com/u/Christina_Reid)
#### Post date: [August 21, 2020, 12:42pm UTC](https://community.glideapps.com/t/multiple-sellers-on-glide/14314/1 "2020-08-21T12:42:31Z")

</div>

Hello,

I am building an app where I need there to be multiple sellers on the app, which means each seller would have their own Stripe account in order to get paid. Does glide have this feature?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 21, 2020, 1:14pm UTC](https://community.glideapps.com/t/multiple-sellers-on-glide/14314/2 "2020-08-21T13:14:17Z")

</div>

As far as I aware no. Best you can try is to show them their sales data and pay them every week/month the amount that needs to be distributed back.

---

<div class="post-metadata">

### Author: ![yinon\_raviv](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/yinon_raviv/32/1627_2.png) [@yinon\_raviv](https://community.glideapps.com/u/yinon_raviv)
#### Post date: [August 21, 2020, 1:56pm UTC](https://community.glideapps.com/t/multiple-sellers-on-glide/14314/3 "2020-08-21T13:56:03Z")

</div>

You can also built your own cart and then connect billing other then stripe or stripe so each seller can get paid.

I actually built an app like this now in Israel which has many sellers (about 50) and they bill using PayPal or local digital wallets which I integrate

---

<div class="post-metadata">

### Author: ![scienter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/scienter/32/2445_2.png) [@scienter](https://community.glideapps.com/u/scienter)
#### Post date: [August 21, 2020, 2:55pm UTC](https://community.glideapps.com/t/multiple-sellers-on-glide/14314/4 "2020-08-21T14:55:26Z")

</div>

Theoretically you could create an app for each salesperson and embed them with a webview component

---

<div class="post-metadata">

### Author: ![Christina\_Reid](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/christina_reid/32/1148_2.png) [@Christina\_Reid](https://community.glideapps.com/u/Christina_Reid)
#### Post date: [August 22, 2020, 1:29pm UTC](https://community.glideapps.com/t/multiple-sellers-on-glide/14314/5 "2020-08-22T13:29:07Z")

</div>

This is exactly what I am trying to do!  
when you say build your own cart, what do you mean?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 22, 2020, 1:31pm UTC](https://community.glideapps.com/t/multiple-sellers-on-glide/14314/6 "2020-08-22T13:31:52Z")

</div>

It means build your own add to cart and checkout process. The crucial thing here is the payment process and how to record that back to your Sheets.

---

<div class="post-metadata">

### Author: ![Christina\_Reid](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/christina_reid/32/1148_2.png) [@Christina\_Reid](https://community.glideapps.com/u/Christina_Reid)
#### Post date: [August 22, 2020, 1:42pm UTC](https://community.glideapps.com/t/multiple-sellers-on-glide/14314/7 "2020-08-22T13:42:40Z")

</div>

Is there a template on how to do this? I only know how to use the “Add to Cart” button that glide provides

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 22, 2020, 1:53pm UTC](https://community.glideapps.com/t/multiple-sellers-on-glide/14314/8 "2020-08-22T13:53:23Z")

</div>

I don’t think there’s a template for this but @yinon_raviv can help you with that. Depends on whether your payment method enables an API to record data back to the Sheet.

---

<div class="post-metadata">

### Author: ![yinon\_raviv](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/yinon_raviv/32/1627_2.png) [@yinon\_raviv](https://community.glideapps.com/u/yinon_raviv)
#### Post date: [August 22, 2020, 4:12pm UTC](https://community.glideapps.com/t/multiple-sellers-on-glide/14314/9 "2020-08-22T16:12:26Z")

</div>

@ThinhDinh As always you explained it perfectly.  
This is exactly what I did only in this specific scenario I didn’t use api but created a url with the payment amount for PayPal and allowed each store to connect his own Paypal account and the user need to take screenshots of the approved payment and upload to the app as reference.  
I also allowed the users to send the full order with all items in 2hatsapp, sms or mail to the seller with a click of a button
