Page 1 of 1

unsupported gateways, recurring billing, and customer vaults

Posted: Fri Jan 08, 2010 8:48 am
by mezojeff
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

Re: unsupported gateways, recurring billing, and customer vaults

Posted: Sun Jan 10, 2010 8:10 pm
by mezojeff
If someone can even describe the steps they took to do something similar that would be greatly helpful!

Re: unsupported gateways, recurring billing, and customer vaults

Posted: Mon Jan 11, 2010 5:28 am
by mazhar
For payment gateway integration please read following WIKI topic
http://wiki.ablecommerce.com/index.php/ ... nt_Gateway

Re: unsupported gateways, recurring billing, and customer vaults

Posted: Mon Jan 11, 2010 5:58 am
by mezojeff
thank you! I will look at this and try to implement today.