unsupported gateways, recurring billing, and customer vaults

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
mezojeff
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Fri Jan 08, 2010 7:23 am

unsupported gateways, recurring billing, and customer vaults

Post by mezojeff » Fri Jan 08, 2010 8:48 am

Hello,

I'm trying to configure able commerce to work with our needs. I'll explain.

We have a non-supported payments gateway called Braintree Payment solutions. They have a customer vault, and recurring billing set up. What I'd like to be able to do is upon purchase of a subscription plan in AC is add a customer to the vault, get the vault id and process a transaction, and add to recurring billing. the first thing that happens is that an http direct post is made to our payments gateway to set the customer up in the customer vault. That post returns the customers vault ID. Then take the vault ID and make another http post the payments gateway with the vault id to process the transaction and/or recurring billing. I have the code to make the calls out to the payments gateway, what I need is a best practices or starting point to first implement the nonsupported gateway we use, and then add in the custom code to process all of this.

Surely someone has done this before but multiple forum searches haven't turned up much.

Thanks

mezojeff
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Fri Jan 08, 2010 7:23 am

Re: unsupported gateways, recurring billing, and customer vaults

Post by mezojeff » Sun Jan 10, 2010 8:10 pm

If someone can even describe the steps they took to do something similar that would be greatly helpful!

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: unsupported gateways, recurring billing, and customer vaults

Post by mazhar » Mon Jan 11, 2010 5:28 am

For payment gateway integration please read following WIKI topic
http://wiki.ablecommerce.com/index.php/ ... nt_Gateway

mezojeff
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Fri Jan 08, 2010 7:23 am

Re: unsupported gateways, recurring billing, and customer vaults

Post by mezojeff » Mon Jan 11, 2010 5:58 am

thank you! I will look at this and try to implement today.

Post Reply