PHP Script to Handle Credit Card

Discussion in 'PHP' started by articlesdirectory, Jan 21, 2011.

  1. #1
    How can i handle credit card module using php. I am developing a site that needs integration of payment via credit card .. visa, master etc.

    I have some experience with paypal but never with credit card....Please send me details..
    Waiting for your kind reply..
    Muddasar Khan
     
    articlesdirectory, Jan 21, 2011 IP
  2. Alex Roxon

    Alex Roxon Active Member

    Messages:
    424
    Likes Received:
    11
    Best Answers:
    7
    Trophy Points:
    80
    #2
    There's no way just to charge a credit card in PHP. You have to use an external service.

    Most of the time, people go directly through the bank. I can't speak for Pakistan, but in Australia there is quite a lengthy application process involved; you apply through the bank, who in turn inspect your website thoroughly (making sure information such as terms and conditions/returns policy/etc. is all valid). If it all checks out, they provide you with detailed documentation and sample code which illustrates how the process works. From there, it's quite easy.

    There are also third parties who allow you to achieve the same: http://www.eway.com.au/
     
    Alex Roxon, Jan 21, 2011 IP