# Stripe payment =\> add a value into user account

**URL:** https://community.glideapps.com/t/stripe-payment-add-a-value-into-user-account/27487
**Category:** Ask for Help
**Created:** [June 1, 2021, 8:25pm UTC](https://community.glideapps.com/t/stripe-payment-add-a-value-into-user-account/27487 "2021-06-01T20:25:38Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Mihai\_Enache](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mihai_enache/32/20880_2.png) [@Mihai\_Enache](https://community.glideapps.com/u/Mihai_Enache)
#### Post date: [June 1, 2021, 8:25pm UTC](https://community.glideapps.com/t/stripe-payment-add-a-value-into-user-account/27487/1 "2021-06-01T20:25:38Z")

</div>

Hey all,

Have a question regarding Stripe payments: if somebody is making a purchase of a package of coins on my app, how can I add those coins into his account?

From my testing, when making a purchase, the details are created in App: Purchase sheet but I need to take it from there and add it in the “Users” sheet.

Thank you

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [June 1, 2021, 8:47pm UTC](https://community.glideapps.com/t/stripe-payment-add-a-value-into-user-account/27487/2 "2021-06-01T20:47:34Z")

</div>

First of all, just want you to be aware of the restricted businesses portion on the documentation.

> **[Glide Docs](https://www.glideapps.com/docs)**
>
> Welcome to Glide Docs, a steadily growing collection of articles and videos on how to use Glide. We can’t wait to see what you build!

Second, to answer your question.

> [@Can't find sales in sheet?](https://community.glideapps.com/t/cant-find-sales-in-sheet/26556/2):
>
> hey @willem In your spreadsheets you’ll see a hiden sheet called App:Sales, use the formula ={'App: Sales'!A:Z} in a new sheet to duplicate the data and make it accessible through the app.

That will make the data available within Glide. A relation and lookup/rollup would get you what you need pretty easily. If you want to connect it directly through the google sheet, then that is a little more work.

---

<div class="post-metadata">

### Author: ![Mihai\_Enache](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mihai_enache/32/20880_2.png) [@Mihai\_Enache](https://community.glideapps.com/u/Mihai_Enache)
#### Post date: [June 1, 2021, 8:50pm UTC](https://community.glideapps.com/t/stripe-payment-add-a-value-into-user-account/27487/3 "2021-06-01T20:50:21Z")

</div>

Thanks @Jeff_Hager  
I’ve read the restrictions. None of them apply to me. Thank you for your help. I’ve been trying to figure it out for hours but this was actually really easy 🙂

---

<div class="post-metadata">

### Author: ![NoCodeAndy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nocodeandy/32/62530_2.png) [@NoCodeAndy](https://community.glideapps.com/u/NoCodeAndy)
#### Post date: [January 17, 2024, 4:52pm UTC](https://community.glideapps.com/t/stripe-payment-add-a-value-into-user-account/27487/4 "2024-01-17T16:52:07Z")

</div>


