I'm setting up a site to accept credit cards for the first time.
I'm using Drupal to manage products and store content, but that isn't important. I'd like to help build a community-generated list of platform-agnostic credit-card acceptance requirements.
I'm looking for a checklist of the things I need to have in place in order to accept credit cards safely and responsibly.
I've done a fair amount of research.
The question below is good, but it is focused on getting a merchant account and storing credit cards on site. I think most web developers and small to mid sized organizations shouldn't need to do this: Payment Processors - What do I need to know if I want to accept credit cards on my website?
Here's what I think I need:
- Fixed IP address and SSL certificate (purchased through web host, pretty easy to do)
- Enable HTTPS on all cart and checkout pages (Drupal feature)
- Set up a relationship with a payment processor (Stripe, Authorize.net, Paypal Pro)
- Develop site to match payment processor API (for me, this means a Drupal module)
- Do test transactions
- Flip to live
- Do more test transactions
Is this really all there is to accepting credit cards? Am I missing anything?