If I am developing a hosted payments page, what should the infrastructure look like?
Posted
by
marcamillion
on Programmers
See other posts from Programmers
or by marcamillion
Published on 2012-04-25T02:09:24Z
Indexed on
2012/06/24
15:24 UTC
Read the original article
Hit count: 213
architecture
If I am not storing credit card info, do I have to be concerned with PCI-compliance?
I will be using a payment processor with a bank in my country. Literally just taking the credit card info and passing it to the gateway and processor. I would love to get an idea of the various technologies I might need to consider from an software architectural point of view.
What are the best practices in terms of accepting credit cards and reducing fraud risk on my end?
I will be creating the app in Rails.
© Programmers or respective owner