Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
3.67/5 (2 votes)
See more:
Hi
I am developing one web application and in that i want to use online payment mode for user so i need help for code and how to use it...
Posted

Note: Never ever trust code snippet related to payment from any site other than your payment gateway.

For integrating Gateway, you first need to contact any Payment Gateway of your choice. Most of the gateways now-a-days offers two types of service
1. Your own payment page where you collect card data and post to the gateway.
2. You post from your shopping cart page to their page and Gateway creates a secured page exclusively for you which contains your logo on the page along with shopping cart information (that you post while calling their payment page).

For most small setup, second approach suits better as it frees you from the burden of compliance with various standards, buying SSL certificate, setting up page and making sure of security.

Hope that helps in starting.
Milind
 
Share this answer
 
You might want to take a look at:

SagePay[^]

CyberSource[^]

Commidea[^]
 
Share this answer
 
v3

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