So you’ve taken the plunge into the wild, wonderful world of e-commerce. You’ve found your niche and are ready to test the waters of selling online. One of the first decisions you, as a business owner, need to make is deciding on a payment services provider. Choosing a payment processor can be confusing, as there are so many options available. For small business owners, your primary concerns are choosing a solution that is affordable and quick to get up and running.
Today we are excited to present an exciting new option. Ladies and gentlemen, meet Simplify Commerce, by MasterCard. Simplify Commerce makes it easy for you to accept e-commerce and mobile commerce payments, regardless of payment brand, in just a few minutes.
Simplify Commerce is available today, FREE for a limited time.
Keep it Simple
Developed by MasterCard Labs, we are extremely excited about this easy to use interface. We are confident that Simplify’s straightforward integration will help business owners and streamline the process of getting a merchant account and, ultimately, make it easier for you to deliver amazing payment experiences to your customers.
Simply a Great Offer
Simplify Commerce is setting a new bar with incredibly low pricing at 2.85% + $0.30 per transaction and two day funding to your bank account. There are no setup fees, no monthly fees and no hassle.
It gets better. WooCommerce users who sign up for a Simplify Commerce merchant account by February  28, 2014 will get FREE processing for their first $10,000 in sales.
We are passionate about you, our loyal customers, and rolling out products and promotions that make sense for your your businesses. A free WooCommerce extension, an amazing new payments service and $10K in free sales is another amazing partnership and deal.
Questions or Comments? We are here to help. Please post to our helpdesk where our pre-sales ninjas are on hand to assist. For questions related to  Simplify Commerce as a service click here.
About
Great, but why only US-based merchants???
Hey Johnny,
Simplify is only offering their new service to US based merchants currently. I’m sure in due time they will extend their service elsewhere. US based merchants can accept global payments.
Thanks for the clarification Joel!
Does it with with automatic recurring billing & related functionality (ie change payment date, payment schedule changes, etc.)?
Nevermind, found the answer here: http://docs.woocommerce.com/document/simplify-commerce/. Let us know when they accept automatic subscriptions.
Might have been an idea to mention “for US based merchants” in the post title!
Hey Dan,
I think it is important for all users to see what Simplify Commerce by MasterCard are up to. It’s very likely that they roll this product out in other countries and we are pretty excited to be working closely with them.
Is it interesting for European e-commerce sites to purchase this plugin (especially because it’s free for now), because it will roll out in other countries? Or must we wait until this has happened?
+1
And will there be a great offer like this when/if they expand outside US?
Hey Christian,
You are welcome to do so. We don’t have any information about further rollouts with Simplify so it is difficult to advise here.
We use Woo Commerce on two stores right now. We’ve used Paypal up to this point, because it’s SOOOOO easy. But will probably take advantage of this on one of them to try it out.
Mastercard has to keep up now that you can get Paypal and Square at Bestbuy. It is MUCH MUCH harder to setup a payment gateway than Paypal.
That said, having the payment.cart resolve at Master Card as opposed to Paypal may legitimize it more in the eyes of the shopper. . .because MasterCard has been around longer and has a bigger brand.
Excited to see how this plays out. Go future!
Thanks for the update!
Ps. Love Woo Commerce.
Thank you for the comment. Great to hear! Please feel free to share feedback with me. joel at woocommerce.com
The plugin works amazing! Checkout process is as seamless as my last plugin (braintree) and didn’t skip a beat switching plugins.
Only issues i see, WooCommerce doesn’t send over the billing info for transactions that appear in Simplify’s dashboard – Name on card, Address, City, and State/Zip – but instead does show an ID number. Being able to search a customer’s name for refunds is not a major problem because you can match the ID with your order, but it may make the process a bit longer to sign into WordPress & Simplify to match the IDs. Should be looked into.
I’ll be sure to give this feedback to our dev team. Thanks!
what you need to do is fix the bad google analytics integration with woocommerce.
this extension needs to work with woo subscriptions.
Should expand into Latin America (PERU)
This should be a fix for the plugin not passing some of customer’s info to Simplify. It would have to be edited in assets/js/simplify-commerce.js starting at line 42. This is a quick fix and hasnt been thoroughly test outside my site, but maybe the Woo experts can find a way to implement this.
var card = jQuery(‘.card-number’).val();
var cvc = jQuery(‘.card-cvc’).val();
var fname = jQuery(‘#billing_first_name_field .input-text’).val();
var lname = jQuery(‘#billing_last_name_field .input-text’).val();
var addressa = jQuery(‘#billing_address_1_field .input-text’).val();
var addressab = jQuery(‘#billing_address_2_field .input-text’).val();
var city = jQuery(‘#billing_city_field .input-text’).val();
var state = jQuery(‘#billing_state_field select’).val();
var zip = jQuery(‘#billing_postcode_field .input-text’).val();
var expiry = jQuery.payment.cardExpiryVal( jQuery(‘input#simplify-cc-expires’).val() );
card = card.replace(/\s/g, ”);
SimplifyCommerce.generateToken({
key: simplfy_commerce_params.key,
card: {
number: card,
cvc: cvc,
name: fname + ‘ ‘ + lname,
addressLine1: addressa,
addressLine2: addressab,
addressCity: city,
addressState: state,
addressZip: zip,
expMonth: expiry.month,
expYear: ( expiry.year – 2000 )
}
}, simplifyResponseHandler );
I really hope it will be available for Malaysian pretty soon.
What are the advantages over using Stripe or Paymill?
Hey Nuno,
Integration aside. Simplify has lower transaction fees than both Stripe and Paymill. Stripe also states that “earnings are transferred to your bank account on a 7-day rolling basis”. Whereas Simplify states “Deposits are made into your account in two business days in most cases”.
having recently spent months fighting on behalf of a client with moneris to ensure them of pci compliance with the moneris woocomerce plugin this would be a dream come true. Oh wait… It is still a dream because I do business from Canada where Simplify is not available/
Can you please add me to this list of people who would like to be notified when Simply is available north of the ‘lower 48″?
Is the license key good for one website or multiple websites?
Is SSL required?
It is required. As a best practice, you should use a SSL Certificate for all your payment pages. This is mainly required to avoid a “Man In The Middle” attack and also to assure users of the security of your website.
Buying and setting up a SSL certificate is typically a straightforward process. You should talk with your hosting provider about the steps.
We’re happy to answer any integration questions at support@simplify.com. Thanks!
Simplify seems like a better solution for a payment gateway; however, I’d like to know why the ACH fee is displayed as $25 if according to simplify there are no monthly fees or minimum monthly fees. Given the fact that an ACH reject fee is a fee charged to a merchant if there is a lack of funds in the merchant’s bank account when the credit card processor charges the merchant for their monthly fees.