Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Hmm. The standard PHP library doesn't appear to have a way to access recurring billing functions. Their SOAP interface does, however. Let me see what integrating this would require...
Comments
Comment #1
jrust commentedYes, the 6-1.0 version works with Ubercart 2.x
Comment #2
mediumgrade commentedWoo-hoo!
Does this module support USAePay's reoccurring billing features?
Comment #3
jrust commentedNo, but that would be a welcome patch ;)
Comment #4
mediumgrade commentedHmmm... I wouldn't mind. Does USAePay have a specific PHP library or are you communicating directly?
Comment #5
jrust commentedThis one just communicates directly, but it's based off their docs and example library: http://wiki.usaepay.com/developer/phplibrary
You'd probably want to look at how the ubercart authorize.net implements recurring billing and then adapt it for the usaEpay library.
Comment #6
mediumgrade commentedHmm. The standard PHP library doesn't appear to have a way to access recurring billing functions. Their SOAP interface does, however. Let me see what integrating this would require...
Comment #7
jrust commentedhmm, really? I did see on that wiki page I linked to above some stuff on recurring parameters.