Click here to Skip to main content
15,892,575 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
How to integrate paygate payment gateway's PayGate PayXML with asp.net using with c# or with vb. When i run the sample application given by the paygate developer login i got an error "Authentication failed because the remote party has closed the transport stream." Hope any expert from this forum will help me. Thanks in advance.
Posted
Comments
dan!sh 25-Jan-16 2:15am    
You should contact the API provider. As message states, you are not using correct username and password combination.
sathya.spidy 25-Jan-16 2:20am    
thanks d@nish, but i m just running the demo given by the developer login by the paygate website. ok i will recheck.

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 your gateway company - 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!
 
Share this answer
 
Comments
sathya.spidy 25-Jan-16 2:58am    
thanks for your advice

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