# Is it possible to charge users for a promotion

**URL:** https://community.glideapps.com/t/is-it-possible-to-charge-users-for-a-promotion/43614
**Category:** Ask for Help
**Created:** [June 28, 2022, 10:21am UTC](https://community.glideapps.com/t/is-it-possible-to-charge-users-for-a-promotion/43614 "2022-06-28T10:21:28Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Carter](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/carter/32/45004_2.png) [@Carter](https://community.glideapps.com/u/Carter)
#### Post date: [June 28, 2022, 10:21am UTC](https://community.glideapps.com/t/is-it-possible-to-charge-users-for-a-promotion/43614/1 "2022-06-28T10:21:28Z")

</div>

I wanted to know if it was possible to create a system where we would make users pay to highlight their publications (like on instagram for example).

No need to be as advanced as Instagram, just a banal highlighting for example, over a chosen duration.

---

<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: [June 28, 2022, 12:04pm UTC](https://community.glideapps.com/t/is-it-possible-to-charge-users-for-a-promotion/43614/2 "2022-06-28T12:04:52Z")

</div>

Yes, that would be easy enough. In the simplest form, all you really need is an attribute in the User Profiles table that indicates whether or not that user is a paid subscriber. If they are, then give their content special attention.

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [June 28, 2022, 12:27pm UTC](https://community.glideapps.com/t/is-it-possible-to-charge-users-for-a-promotion/43614/3 "2022-06-28T12:27:31Z")

</div>

Exactly what @Darren_Murphy said. You could do something like this:

> [@gem\_stone Monetize your membership app using Payhere + Make (Updated 2024)](https://community.glideapps.com/t/create-a-membership-app-using-payhere/26646):
>
> Updated 2024! wave Hey fellow Gliders! I just released a 3-part series on using [Payhere](https://payhere.co/?affiliate=aYXvr) + [Make](https://www.make.com/en/register?pc=robert) to monetize a Glide app! Since Glide doesn’t offer a native way of monetizing an app or accepting payments, we need to build it ourselves. I’m starting the series with demonstrating how to accept one-off payments and how to create membership apps by allowing users to subscribe to an app in order to gain access to premium content hidden behind a paywall. popcorn Enjoy! Part 1: The Setup [[M…](https://www.youtube.com/watch?v=BNZtlZkyZvs)

In the user publications table, relate back to the user profile table and do a lookup of the user’s subscription status. If they’re an active member, then adjust the sorting of the publications so their content is first.
