We mainly use PayPal as our payment processor on our website. Of late we're seeing that PayPal is having issues with corporate credit cards. Moreover, going forward, PayPal won't accept payments more than $500 in a single transaction (It's due to our country's new regulations)
So we're planning to integrate another payment processor - let's say XYZ.
We still wish to keep PayPal as our default payment processor mainly because of the low fee involved per transaction (we're on PayPal's preferred rates) and the tight integration we have set up with it. XYZ though very good but it's a new entrant into the market and has higher per transaction fee involved.(almost 2X of PayPal)
Now we're thinking, how best to name these options when we integrate in our website.
We thought of two possibilities
1
XYZ is not so known so people may be reluctant to even select that. Given that PayPal can also process credit cards, we thought of -
2
Which option you think would look/work better? Do you have any other suggestion?
Thank You!
We faced a similar problem several months ago with our wyBuild payment selection screen. What we ended up with was a visual selection of the payment option and we defaulted to our preferred payment method (because it gives us the best rate). As of April 2011, this is what it looks like:
Basically it uses a bit of jQuery magic to switch or hide the payment form based on the payment method.
If you're a LimeLM user we're actually writing example code for PHP & ASP.NET (C# and VB.NET) that lets you choose from multiple payment options (PayPal, Moneybookers, and Credit cards processed through Authorize.Net) in a similar form. The user can choose their preferred payment option and product keys are automatically send to the user when the order has been successfully charged. We plan to have this example out by the end of next week.
Maybe I'll also write a blog post about how to do it for more "general purpose" charges -- that is, non-software purchases.
Another thing that comes to mind in your specific implementation is that if you can know the amount before the payment types are shown, you could skip offering Paypal as a payment option on sales over a certain amount. It would probably be good to have a link like "Why isn't Paypal an option?" on that page.