Please clear my "payment gateway" doubt?

Discussion in 'PHP' started by viruthagiri, Sep 15, 2010.

  1. #1
    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?
     
    viruthagiri, Sep 15, 2010 IP
  2. rainborick

    rainborick Well-Known Member

    Messages:
    424
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    120
    #2
    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.
     
    rainborick, Sep 15, 2010 IP
  3. Leron

    Leron Active Member

    Messages:
    38
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    53
    #3
    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
     
    Leron, Sep 16, 2010 IP