Click here to Skip to main content
16,017,100 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to know the code behind dll of paypal credit card trasaction?,i know the that dll can also be extracted also but i am unable to do .
Posted
Comments
Prerak Patel 2-Sep-11 5:55am    
Stop repeating the same question.
RaisKazi 2-Sep-11 6:22am    
And this is Question Number?

1 solution

You posted this question yesterday, and got a sensible answer.
However, it seems from your replies to that answer that you do not want to do any paypal payments, but set up your own system for making or taking credit card payments. Is this the case?

If so, then:

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 seem to be negligent - which getting your code from a public forum would most certainly be!

"yes i want to develop my own system for making or taking credit card payments.can you provide me with code."

"i am gona use it for my internal project and for knowlegde"

It doesn't matter - you must not rely now, or in the future, on code which cannot be trusted. And when money is concerned, no code from a public website can be trusted!

Instead, why not actually use Paypal - if I remember correctly, they have a "Sandbox" mode which allows you to run a full system, with fully working payments, except no real money, or real accounts are ever affected1. Most CC validation companies will do the same, I believe.

A Sandbox version would also have the advantage of not costing you transaction fees every time you test your software...

1 They do: http://www.google.co.uk/search?sourceid=chrome&ie=UTF-8&q=paypal+sandbox[^]
 
Share this answer
 
v2
Comments
raj_sagoo 2-Sep-11 6:09am    
yes i want to develop my own system for making or taking credit card payments.can you provide me with code.
raj_sagoo 2-Sep-11 6:11am    
i am gona use it for my internal project and for knowlegde
OriginalGriff 2-Sep-11 6:19am    
Answer updated
raj_sagoo 2-Sep-11 6:27am    
yes you are right ,i have done and integrated paypal and done successful transactions but now my teacher want me to develop a dll in which transactions can be done by credit card.i am unable to do and i am tryin from a week.
OriginalGriff 2-Sep-11 6:34am    
Then talk to CC validation companies - they will help the same way paypal did. Google for "credit card processing companies" and pick a reputable one in your area.

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