Hello everyone, I have a shopping site which uses paypal gateway. But i want to use alertpay instead of paypal. I seen my site code. My site uses this link to connect paypal. https://www.paypal.com/cgi-bin/webscr Code (markup): Can i change this url to alertpay payment gateway url? If i change this url will it working? Or should i need more code to get it working. If yes can anyone give me tutorial link where i can learn it?
You'll have to change more than just the URL to switch to using AlertPay. AlertPay has their own Application Programming Interface (API) which is certain to have many differences with the PayPal API that your current software relies on. You can find information on AlertPay's API on their website by clicking on the "Developers" tab.
You will definitely have to change more than the link when switch to another payment gateway. Whether you are using paypal alertpay moneybookers. Have a look at the alertpay developers section here: http://dev.alertpay.com/ What you are looking for will be under their IPN section. Good luck