Re: Custom Payment Gateway/API

Posts: 5367
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Check out these docs:

http://www.ubercart.org/docs/api/hook_payment_gateway

And maybe look at uc_authorizenet.module instead. It will have a working example to base your stuff off of. You'll have to implement code to make it work with the recurring payments framework. This is done w/ hook_recurring_fee() which unfortunately hasn't been documented yet.

Custom Payment Gateway/API By: BlindWolf8@drupal.org (1 replies) Wed, 03/05/2008 - 19:01
  • Re: Custom Payment Gateway/API By: Ryan (03/10/2008 - 12:05)