> Besides, processing credit card info requires PCI compliance, and again, users aren't sure if the seller actually has it.
@persimmonx, I agree; it's a valid concern. The advantage of using Stripe is that it allows me to satisfy PCI compliance without capturing and protecting CC info on my side. You (as a user) indeed can't be sure, but you can inspect the JavaScript code to verify that I follow Stripe guidelines and don't get CC information (not that you need to, but you could).
As to the other payment methods, I may provide Amazon payments as an alternative, but a bit later.