Help Me Integrate with My Company's Payment Processor
April 13, 2016 11:06 AM   Subscribe

Okay, here's the deal. We've got a process for getting our clients signed up and billed that's not working. We want to just throw them a link to a form, fill it out, add their credit card or ACH info, and then be signed up for recurring billing. Problem is...

...our processor is MerchantOne (NMI), and the boss is unwilling to switch to something easier to integrate with. I've tried looking for reliable online form solutions that can connect with NMI, only to come up empty. Stuff works with Authorize.net, with Stripe, with Braintree, but I can't find a damn thing that connects with MerchantOne or NMI.

I could, theoretically, build a page using their API docs---I know enough PHP to make it happen, but that only solves the having a place to do payment. I don't think I have the chops to include the agreement form in this, and have that save somewhere.

Hope me, MeFi. I just want to set up a form, collect data, and send the card data to our processor, and know our clients signed the agreement. Harder than it looks, it seems.
posted by SansPoint to Work & Money (5 answers total) 1 user marked this as a favorite
 
Can you externalize the collection of the credit card data? If it comes through your system, that places you in PCI scope, and that's a major headache that if you can avoid is for the win. Perhaps you can use that to get your boss to switch to someone easier to integrate with?
posted by Candleman at 11:26 AM on April 13, 2016


Response by poster: Candleman That's what I'm trying to find out. It doesn't look like there's any services we can outsource this to that connect with our processor. That's where I'm going nuts.
posted by SansPoint at 11:32 AM on April 13, 2016


Best answer: MerchantOne has an Authorize.net gateway emulator, which allows you to use almost any eCommerce package that supports Authorize.net, just by changing a URL. There's also a WooCommerce plugin already setup to do this.
posted by bradf at 1:33 PM on April 13, 2016 [1 favorite]


Response by poster: bradf: I LOVE YOU.
posted by SansPoint at 2:15 PM on April 13, 2016


Response by poster: bradf: Follow-Up: The Gateway Emulator doesn't work. Can't do recurring billing. I'm going to have to do this by hand, and my lead programmer is in crunch mode on a more urgent project.
posted by SansPoint at 6:29 AM on April 15, 2016


« Older US tax question   |   YANMD but I need help in describing to MD what I'm... Newer »
This thread is closed to new comments.