Click here to Skip to main content
15,884,976 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have created the parameter list, can anyone tell how to make API(WebSite Payment Pro) call?
Posted
Comments
Richard MacCutchan 23-Dec-14 7:19am    
Go to the website and read their API documentation.
Thanks7872 23-Dec-14 7:34am    
Now a days, its "How to" season in QA....
Richard MacCutchan 23-Dec-14 8:04am    
Nowadays? I think more like all year. :(
Thanks7872 23-Dec-14 8:10am    
I should be agree,but its all time high now,IMO.
Richard MacCutchan 23-Dec-14 8:14am    
Maybe we should ask Chris to create a "How To" forum, so we could move all those questions to a separare thread.

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 the people who produced the API - 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
Deepu S Nair 23-Dec-14 7:21am    
Good One....

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