# How to put payments

**URL:** https://community.thunkable.com/t/how-to-put-payments/109974
**Category:** Questions about Thunkable X
**Created:** [June 17, 2019, 6:01pm UTC](https://community.thunkable.com/t/how-to-put-payments/109974 "2019-06-17T18:01:38Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![db82203608aa4b](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/db82203608aa4b/32/33512_2.png) [@db82203608aa4b](https://community.thunkable.com/u/db82203608aa4b)
#### Post date: [June 17, 2019, 6:01pm UTC](https://community.thunkable.com/t/how-to-put-payments/109974/1 "2019-06-17T18:01:38Z")

</div>

Hi guys

I create this app  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/5/a/5a6cbc22b0bd2cc13728a6558540d211edf372e5.png)

I want put in the “payment button” on the click show a message if you want buy this for $10, how i do this?  
So who buy this, buy just one time… not will buy every click…

Thanks =)

---

<div class="post-metadata">

### Author: ![eoinparkinson](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/eoinparkinson/32/143769_2.png) [@eoinparkinson](https://community.thunkable.com/u/eoinparkinson)
#### Post date: [June 17, 2019, 6:42pm UTC](https://community.thunkable.com/t/how-to-put-payments/109974/2 "2019-06-17T18:42:59Z")

</div>

do you mean that a person when they download your app must pay a once off payment, then they receive full access?

and if they do not want to buy they get a free version with limited features

---

<div class="post-metadata">

### Author: ![db82203608aa4b](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/db82203608aa4b/32/33512_2.png) [@db82203608aa4b](https://community.thunkable.com/u/db82203608aa4b)
#### Post date: [June 17, 2019, 7:58pm UTC](https://community.thunkable.com/t/how-to-put-payments/109974/3 "2019-06-17T19:58:46Z")

</div>

> [@eoinparkinson](#):
>
> do you mean that a person when they download your app must pay a once off payment, then they receive full access?
> 
> and if they do not want to buy they get a free version with limited features

The app will be free, just need pay to have this button acess and no ad’s

---

<div class="post-metadata">

### Author: ![eoinparkinson](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/eoinparkinson/32/143769_2.png) [@eoinparkinson](https://community.thunkable.com/u/eoinparkinson)
#### Post date: [June 17, 2019, 10:26pm UTC](https://community.thunkable.com/t/how-to-put-payments/109974/4 "2019-06-17T22:26:00Z")

</div>

ah okay i understand now. I have never experimented with this, but i believe to do something like this it must be linked with the play store to make payments. I have had issues before that when you update apps that sometimes stored variables can be set to default. You could have it that on payment confirmation, set variable: premium to true, then on each screen have if variable premium = true, set admob ads visible to false.

This is the only possible solution i can find.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:13pm UTC](https://community.thunkable.com/t/how-to-put-payments/109974/5 "2024-11-08T12:13:24Z")

</div>


