Forum Moderators: phranque

Message Too Old, No Replies

Alternatives for PayPal

Alternatives for PayPal

         

jorj

6:53 pm on Jan 15, 2006 (gmt 0)

10+ Year Member



Has anyone tried and/or had much luck with alternatives to PayPal?

txbakers

7:42 pm on Jan 15, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I've tried alternatives and have never been happy.

PayPal is great and I have no complaints other than that they need to hire more phone tech people so I don't have to wait so long.

websac

10:22 am on Jan 16, 2006 (gmt 0)

10+ Year Member



Paypal is good.

rocknbil

11:43 am on Jan 16, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Use a secure gateway such as NetBilling, Authorize.net, or Verisign and hook it up with your bank. This is much more costly but the the best way to do it.

If you have your own physical terminal, you can dispense with all of those by getting a secure server and get a programmer to write your ordering script admin so that it can use gpg to store the CC number in an encrypted format. With gpg, the data is encrypted by a public key and simply cannot be decryted without the private key, which you keep OFF your site and in a secure location. When you retrieve the order, you submit the private key, the data is decrypted, and you run the CC number namually. The CC data is then deleted entirely at that point.