Skip to main content
Participant
August 16, 2009
Question

Need help taking credit card payments in my website

  • August 16, 2009
  • 2 replies
  • 665 views

I’m trying to make a page to accept large amounts ($2000) credit card payments for a selection of spaces users can reserve, payment is required in advanced, so here is what I need.

I have a div or page listing the space sizes and price, when someone makes a selection it takes them to the reservation page wish includes form fields for their name, email, phone, credit card number, terms agreement,  security code, and so on.

After they fill the payment form the credit card payment is accepted or denied and a receipt is displayed and sent by email.

I can manage the list fine, using PHP, but I have no idea of how to set up the rest, meaning I’ve never done anything like that before.

I can go as far as listing the products dynamically from a database, or statically embedded in the page, make the link to the form and store that information in my database, but how do I process the credit card information and verify that the payment was accepted.

For this matter if someone can explain the steps I need to take in detail and the tools I may need, I will appreciated.

Thank you in advanced.

This topic has been closed for replies.

2 replies

Participant
August 18, 2009

I ended up using a link to paypal website standard for credit cards on my towel warmer website (http://www.towelwarmersonline.com) and it works out pretty good. Paypal will handle all of the security and they do send an email for completion.  They do take you off your site to their portal but it is nice (and cheaper) to have them handle everything.

jon8
Inspiring
August 17, 2009

Whether you choose to set these things up on your own domain or send web users to a 3rd party website to complete the transaction and return to your domain,  To process credit cards online you need...

1. a secure connection (https / SSL cert)

2. a gateway service to process the cards to accept or deny the transaction

3. a merchant account, or use of a merchant account in some cases, to accept the transaction money