Hi. I’ve been searching for a tutorial on how to start a workflow to create an account balance for each user, which can be used for in-app purchases, but I can’t seem to find any.
Can anyone please enlighten me about it? Or maybe share a tutorial so I can grasp the concept and I’ll work from there.
I would describe it like this:
- All users start with zero balance, unless they purchase/top up. I can work out the terms/disclaimer and payment method for this. Say for example, 10,000 points for $1. Points conversion may be automated or manually (as a back up).
- There’s a list of in-app purchases that may change from time to time. (Not yet sure on how to update it from time to time.)
- Users may have to input how much points they want to consume and press a button to finalize the trade.
- The consumed points will be deducted from the user’s balance and get what he purchased.
Seems a little too advanced for a beginner like me. I would appreciate it very much if you can lead me to where I can get the idea and start working or share a knowledge perhaps.