Click here to Skip to main content
15,891,703 members
Please Sign up or sign in to vote.
3.67/5 (2 votes)
See more:
Hi, I am from Pakistan so the credit cards are a big NO over here. Is there anyone out there who can guide me to develop a C# application which uses Debit cards for payments. Any kind of Help would be great.
Posted
Comments
frostcox 17-Mar-13 12:00pm    
PayPal?

1 solution

Hi,

Have a look at this answer posted by OriginalGriff:
Online Credit Card Transaction[^]

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 to 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!
 
Share this answer
 
Comments
OriginalGriff 17-Mar-13 12:01pm    
I was just about to post the exact same thing again! :laugh:
Thomas Daniels 17-Mar-13 12:03pm    
You should store your answer in a text file, then you can just copy and paste the answer instead of writing it again.
OriginalGriff 17-Mar-13 12:13pm    
:laugh:
I have a small WinForms app that uses a SqlCE database for just that purpose!

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