# App Fee Process Ideas/Suggestions

**URL:** https://community.glideapps.com/t/app-fee-process-ideas-suggestions/11013
**Category:** Ask for Help
**Created:** [June 17, 2020, 11:00am UTC](https://community.glideapps.com/t/app-fee-process-ideas-suggestions/11013 "2020-06-17T11:00:08Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![DesVend](https://avatars.discourse-cdn.com/v4/letter/d/d78d45/32.png) [@DesVend](https://community.glideapps.com/u/DesVend)
#### Post date: [June 17, 2020, 11:00am UTC](https://community.glideapps.com/t/app-fee-process-ideas-suggestions/11013/1 "2020-06-17T11:00:08Z")

</div>

Looking for different ideas and suggestions on how to set up the best process for users to gain access to my app once they pay. My app will be a one time fee. I am really stumped on the the best way to set this up…All ideas welcomed! Thanks!

---

<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: [June 17, 2020, 11:25am UTC](https://community.glideapps.com/t/app-fee-process-ideas-suggestions/11013/2 "2020-06-17T11:25:16Z")

</div>

I don’t know what type of payment gate can be used for this, but here’s the flow you can use:

- Set up a Public with Email app.
- Restrict all content visibility based a column, let’s say “Paid or not”
- The only visible thing for non-paid users will be a link to the payment gate and information about your subscription fee.
- After the user has paid, somehow sync the info of the user’s email back to your sheet which contains the “Paid or not” column, and automatically writes the “Paid” value. (An arrayformula which checks if the email column is empty or not, if not empty then “Paid”, else empty)

---

<div class="post-metadata">

### Author: ![DesVend](https://avatars.discourse-cdn.com/v4/letter/d/d78d45/32.png) [@DesVend](https://community.glideapps.com/u/DesVend)
#### Post date: [June 17, 2020, 3:38pm UTC](https://community.glideapps.com/t/app-fee-process-ideas-suggestions/11013/3 "2020-06-17T15:38:16Z")

</div>

Thank you! Is there a way to restrict the sharing of the app link once a paid user has access?

---

<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: [June 17, 2020, 3:40pm UTC](https://community.glideapps.com/t/app-fee-process-ideas-suggestions/11013/4 "2020-06-17T15:40:07Z")

</div>

You can do it with visibility settings based on the “Paid” column.

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [June 17, 2020, 3:51pm UTC](https://community.glideapps.com/t/app-fee-process-ideas-suggestions/11013/5 "2020-06-17T15:51:38Z")

</div>

I agree with @ThinhDinh: using the “Public with email” or “Email whitelist” setting, and then restricting access to your app (email whitelist) or to content (public with email) based on email addresses seems the way to go.

Orgs would be another way but it doesn’t apply if you want to scale the number of users.

[From the Poolside](https://fromthepoolside-app.landen.co/) is an example of how to set up a freemium subscription model.

The setup is one thing. Distribution and user acquisition is another.

You may want to contact @Stephanie_Bonnet for more information about _From the Poolside_.

---

<div class="post-metadata">

### Author: ![DesVend](https://avatars.discourse-cdn.com/v4/letter/d/d78d45/32.png) [@DesVend](https://community.glideapps.com/u/DesVend)
#### Post date: [June 17, 2020, 4:09pm UTC](https://community.glideapps.com/t/app-fee-process-ideas-suggestions/11013/6 "2020-06-17T16:09:20Z")

</div>

Awesome! Thank you both for the info!

---

<div class="post-metadata">

### Author: ![Gerard\_Fernandez](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gerard_fernandez/32/1183_2.png) [@Gerard\_Fernandez](https://community.glideapps.com/u/Gerard_Fernandez)
#### Post date: [June 17, 2020, 9:27pm UTC](https://community.glideapps.com/t/app-fee-process-ideas-suggestions/11013/7 "2020-06-17T21:27:40Z")

</div>

How do you distribute the 25k rows and 10 gb data among all paying customers?

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [June 18, 2020, 9:19am UTC](https://community.glideapps.com/t/app-fee-process-ideas-suggestions/11013/8 "2020-06-18T09:19:22Z")

</div>

@Gerard_Fernandez  
Wouldn’t that depend on the service or value that your app delivers?

Are you describing the case of an app where there would be a direct correlation between the amount of data needed for your app (memory, number of list items) and what you charge the users? Examples would be nice.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [February 15, 2024, 3:11pm UTC](https://community.glideapps.com/t/app-fee-process-ideas-suggestions/11013/9 "2024-02-15T15:11:53Z")

</div>


