Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I have a code for C# Where i want the transaction ID it returns but in some case it gives 0000
Posted
Comments
OriginalGriff 20-Oct-11 7:15am    
Without some idea or of your code, we have no idea at all what your problem could be...
Use the "Improve question" widget to edit your question and post a relevant code fragment.
Be aware though, that you should 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!
GPUToaster™ 21-Oct-11 5:51am    
Completely Agreeing with OriginalGriff, what would anyone make out of your question, its totally incomplete and beware of the gateway operations.

1 solution

What makes you think that 0000 is wrong?

Are you sure that it is returning 0000 versus something in your code (after the msg comes back) that is messing it up?

Maybe you are getting an error, thus the server is returning 0000 because it doesn't matter.
 
Share this answer
 

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