Ask A Question

Notifications

You’re not receiving notifications from this thread.

How to implement e-wallet system in rails?

Paulo Avelino asked in Rails

I will be working on a booking system where user can pay booking with wallet credits. User can load credits via paypal payment. Is there any existing gem or project doing this? Any pointers would be much appreciated.

Reply

Also looking to build the same. Did you find anything?

Reply

First, create a secure database that will be utilized to manage user accounts and transactions. Then, you will leverage the security offered by Rails on sensitive data by probably adding payment gateways such as Stripe or PayPal to complete money transactions. Ensure that the interface is user-friendly and allows access to money management, transaction histories, and adding/removing money.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 86,796+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.