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.
First of all, just want you to be aware of the restricted businesses portion on the documentation.
Second, to answer your question.
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.
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