Need help on online payment module development for website

Discussion in 'PHP' started by zaman, Mar 24, 2009.

  1. zaman

    zaman New Member

    Joined:
    Mar 24, 2009
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    I have client who want to buy SSL for his website and want that customers can directly pay by entering amount, card number, type and expiry date.

    I already have worked on different payment gateways but this is new to me can any one help me to solve this issue.
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    It depends on the type of API provided by the payment gateway processor. Some need the Details and actual processing to be done at there end and some does allow to process the payment despite not logging in.

    As for Paypal goes they have APIs which allow you to process payment without visiting their website and GoDaddy does exactly that.

    But there are lots of Issues with the kind of implementation you are looking for which I think I should share with you.

    You would be storing the CC Details on your server / database which means that you need to have the server hosted at your place. You cannot have a dedicated server hosted in some hosting provider and do this as that could lead to problems when it comes to fraud protection.

    You are trying to guarantee your customer what could be a security issue when it comes to security of your hosting provider.
     
  3. zaman

    zaman New Member

    Joined:
    Mar 24, 2009
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Oh i forgot to say i want this to be done for American Express, master and visa card
     
  4. programmersbank

    programmersbank New Member

    Joined:
    Apr 6, 2009
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    0
    I think every payment gateway accepts American Express, Master and Visa Card.

    Paypal accepts all these cards.

    But I recommend you 2Checkout.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice