Listing app - payment method and process

Hello all, I started using Glide this week and I am amazed on how I got to a pretty consistent but simple listing/classifieds app. All this without having serios experience in programming.

However, I cannot figure out how to allow users to publish an ad only after having paid for that. I would really appreciate if you could help me with suggestions for doing this.

Thank you!

You can have a payment button linked to your Stripe, a form button for users that only show up when they have made a purchase via that button.

Regarding that visibility condition, go to your spreadsheet, use an array to “duplicate” your App: Sales sheet, make a relation from the profiles sheet’s email to that duplicated Sales sheet.

If relation is not empty then show button, else don’t show.

1 Like