Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello, i need help in implementing payment in my web application.
Here is the scenerio:
my application is free for anyone to register and use but i have a particular service(sale) where users list whatever they want to sell.
So what i want is that, everyone that has a listing(anyone using the sale service) will have a monthly rental fee.
For example, each user will pay $5 as long as you are using the service but not all registered user. So i dnt knw how to code this. Please help.
Posted

1 solution

Never, ever, accept code from a insecure website to handle anything to do with real money.
You do not know who is giving you the code, you do not know what it does, you do not know that it places the monies correctly into the appropriate account, without passing the details to any third parties.

Only get such code from reputable card transaction service companies - the scope for fraud otherwise is far too large. And remember, you personally could be liable for any monies lost if your action is seen to be negligent - which getting your code from a public forum would most certainly be!

And if you can't work out how to only charge users who have used your service on the last month on your own, then trek is the website so we can avoid it like the plague! Because you are very unlikely to have sufficient idea what security you need to deal with money at all...
 
Share this answer
 
Comments
[no name] 23-May-15 2:45am    
Ok i get it. So, can u point me to the right direction on how its done. Not the code but the logic
OriginalGriff 23-May-15 3:05am    
Start by looking at the way you store your data: you need to know when someone used the service before you can start billing them!

I don't know what you have done so far, so I can't be specific here.
[no name] 26-May-15 8:16am    
I have changed some models in my application. Now, i want to be charging all users monthly. How is this done?
I dnt even know how to go about it. My web application is a social app. Please, help me øn this.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900