# In-App Subscription Management With Stripe - Possible?

**URL:** https://community.glideapps.com/t/in-app-subscription-management-with-stripe-possible/21748
**Category:** Ask for Help
**Created:** [January 26, 2021, 11:58am UTC](https://community.glideapps.com/t/in-app-subscription-management-with-stripe-possible/21748 "2021-01-26T11:58:07Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![SuperHeavy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/superheavy/32/5370_2.png) [@SuperHeavy](https://community.glideapps.com/u/SuperHeavy)
#### Post date: [January 26, 2021, 11:58am UTC](https://community.glideapps.com/t/in-app-subscription-management-with-stripe-possible/21748/1 "2021-01-26T11:58:07Z")

</div>

Hey Guys,

Two related questions:

1. I want to make it easy for users to manage their subscription within the app. Can I embed Stripe’s User Dashboard within Glideapps?

2. If I want the user to try my App free for limited time, then auto upgrade their subscription - using Stripe - how do I display that in the app?

Any illustration would be helpful. 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: [January 26, 2021, 3:26pm UTC](https://community.glideapps.com/t/in-app-subscription-management-with-stripe-possible/21748/2 "2021-01-26T15:26:19Z")

</div>

I’m not entirely sure about embedding Stripe inside Glide, but for subscriptions I usually use Tillypay, specific for the automatic recurring payments.

> [@SuperHeavy](#):
>
> If I want the user to try my App free for limited time, then auto upgrade their subscription - using Stripe - how do I display that in the app?

So for this, I think you can record the time the user finished signing up, add a free time for that, let’s say 30 days. Hide everything and only show the button that links to Tillypay to force users to subscribe.

Hence the final visibility condition might look like:

If Free Time Ending is after Now  
or Subscribed is True.

---

<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: [March 24, 2021, 11:03am UTC](https://community.glideapps.com/t/in-app-subscription-management-with-stripe-possible/21748/3 "2021-03-24T11:03:07Z")

</div>

An update to this is recently I have switched to using PayHere. They have a nice sandbox environment for testing, as well as handling recurring subscriptions nicely.
