I like PayPal because of it's name recognition but I don't like the fact
that the user must leave our site; we are hoping for a tightly
integrated look-and-feel. We might also offer both, PayPal and our own
major credit card processing (see attached example screen shot).
I've heard of other names such as ActiveMerchant, ActiveNet,
TrustCommerce and UsaEPay, etc. Of course, there is also Google
Checkout and I believe Amazon has introduced a new payment processing
service.
Any help would be greatly appreciated. Thanks!
Attachments:
http://www.ruby-forum.com/attachment/1793/creditcardprocessing.jpg
--
Posted via http://www.ruby-forum.com/.
Your credit card stolen comment reminds me of another question, hope you
don't mind. Do you guys store the credit cards on your site (e.g.
similar to amazon)? We aren't planning on storing credit cards at this
point and even though it's inconvenient for customers, we'll ask them
for this info each time.
What are your thoughts on storing credit cards versus not?
Thanks,
Ben
jmhirsch wrote:
> Ben,
>
> We use ActiveMerchant. It acts as a abstract API to most of the
> popular online processing gateways. It's offer support for both
> gateways which host the html and also sending data to the gateway as a
> background post. We are using it to process to Authroize.net,
> Braintree, and Paypal. If you are looking for a merchant account as
> well I would recommend looking into Braintree as their customer
> support is superior to Authorize.net.
>
> Lastely, keep in mind that if you want to collect the customers
> payment information only on your site, you are responsible for making
> sure your application is PCI DSS complaint which are the security
> standards from the credit card companies. There are hefty fines (>
> $500,000) if you have card data stolen from one of your sites.
>
> Many of the payment gateways that ActiveMerchant services have
> solutions to accept data in a secure manner.
>
> Good Luck!
>
> Justin Hirsch
>
> On Apr 26, 10:44 am, Ben Knight <rails-mailing-l...@andreas-s.net>
--
Posted via http://www.ruby-forum.com/.
> What are your thoughts on storing credit cards versus not?
I'm not Justin :-) but --
As he said, the liability is very high; unless you have a lot of money
to put into security -- initial and ongoing -- it's IMHO not worth it.
However, be aware that if you need to reverse (refund) a transaction,
your CC gateway (e.g. Authorize.net) may require something like the
last 4 digits of the card as well as the transaction ID they issued.
So see what's required for all potential interactions, not just the sale.
FWIW!
--
Hassan Schroeder ------------------------ hassan.s...@gmail.com
good luck!
matt
--
Matt White
-----------------------
Thermal Creative
http://blog.thermalcreative.com
> I like PayPal because of it's name recognition but I don't like the fact
> that the user must leave our site;
I like being redirected to Paypal: that way I know for sure that my
credit card data won't be stored on a poorly secured HD.
If your site is a well known brand with good reputation, that's another story.
Alain