check out https://bavix.github.io/laravel-wallet/
Mar 26, 2024
5
Level 4
Customer wallet system
Hi,
How would one implement some sort of wallet system that allows customers to deposit funds and see the balance in the app?
Thank you!
Level 11
Of course. You'll need to outline the process logically. For instance, if you want users to create a wallet, you can integrate a payment gateway to verify and add funds to the wallet after a successful payment. This payment amount would then act as a top-up for the wallet. Similarly, if users wish to utilize the same wallet for service payments, you would follow a similar logic flow.
1 like
Please or to participate in this conversation.