What.net codes should i use in connecting credit card on bank to a hotel?
angelcrest90 asked:
I’m gonna make a thesis about Online Hotel reservation. I was wondering about the codes i must use.. I’m not much of a programmer.. Can anyone also tell me what book should I use? My teacher told me that its one of the problem that i may encounter and have to deal with it… hoping for your answers..
Angel
Important features for a website hosting service provider
Related posts:
- can i make an online reservation from india to hotels at singapore , without making payment by credit card? superb240405 asked: I have given up my credit card and...
- any site to book for an hotel online without credit card? Ireena asked: in any european country especialy france i need...
- Las Vegas hotel promo codes? carterepa asked: Are there any promo codes that can be...
- Finding my Business Angels for my new started company in Singapore? mm _gamer asked: I have been wiritng my business plan...
Filed Under Programming & Design |
Tagged With Credit Card, Online Hotel, Programmer
Comments
One Response to “What.net codes should i use in connecting credit card on bank to a hotel?”
It depends on the gateway you intend to use and its API support. For example, authorize.net has a full ASP.NET API you can simply plug and play.
Or, if you use PayPal, you can simply pass values to it via a form POST, and they will handle the transaction on their end, then return the person to your Web site, POSTing certain variables back to your page.
Or, in some cases, you may simply use the WebRequest class to make secure HTTP requests to a gateway and receive return variables, either as POST variables, plain text or XML.
Find an appropriate payment gateway and investigate their documentation for more details.