Active
Project:
Beanstream
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Anonymous (not verified)
Created:
29 Apr 2011 at 01:23 UTC
Updated:
22 Mar 2017 at 18:06 UTC
I installed uc_beanstream to test with UC Recurring Payments and it doesn't work. Test transactions for non-recurring products go through properly. For recurring products, on checkout, no payment method is available.
Comments
Comment #1
dan3h commentedIs anyone still supporting this? I'd love to see a solution to the beanstream/recurring payments problem.
Comment #2
steingard commentedSame. Although, I am not sure if it's the gateway module that needs to support the recurring payments module, or the other way around...
Either way, I'm hoping to find out from Beanstream if their API supports recurring payments to begin with. I'm pretty sure you can do it via their interface, but not sure if it can be setup or updated across the internet.
Comment #3
dan3h commentedI did talk to support@beanstream.com, I had asked them if they knew of any drupal modules other than uc_beanstream to handle this (which, BTW, I think is defunct, with its last commit date in Jan 2009, before uc_beanstream even started). Here is what they said:
(Then I asked what they meant by "a bit more complicated"...)
I just had a look in the code for uc_beanstream, and it *clearly* doesn't even attempt recurring payments. What it does is really very simple, and at the moment, it's only to support normal one-time payments.
Comment #4
ob3ron commentedRecurring payments are being handled in the new 6.x-2.x branch. Please test and report your results.
Known bugs as of 2011-09-07:
Comment #5
ob3ron commentedI've fixed the above bugs, still need to work on the reporting and conditional actions before putting out a beta release.
Comment #6
dan3h commentedHey, thanks for looking at that. It turned out that my own client is cool NOT having recurring payments for now... but it is a D7 site, so I'm going to be attempting to use the D7 version of the module. (I'll start another thread about this...)
Comment #7
waxb commenteddate problem with recurring payment.
recurring payment went through Beanstream no problem and I checked TD account, proper recurring account is set up, and showing the charging intervals correctly. and actually recurring charge the next payment. however on drupal/ubercart the recurring payment order status expires after the initial charge and reset next charge date to 1969/12/31.
here's what I found not sure if its related to the problem above.
in drupal, if I create a recurring account at 2013,02-06,11:33am
and my next billing cycle date is 2013,02-07,11:33am, (1 day interval)
BUT, beanstream's next billing cycle date is 2013,02-07,2:00am (not same as drupal one)
I guess this messes up recurring orders of drupal/ubercart.
anyone has any thought on this?
thanks