Hi

I have a current system that bills customers depending on a pay as you bases for individual products as the become available. They have a monthly budget and pay for what they receive when they receive it. If the credit card fails then they do not get the product. We do not bill over their monthly budget.

Can this be done with UC Payflow Pro?

It is close to recurring but it is really just offline billing.

Any suggestions would be appreciated I have a deadline looming and just assumed this would work but on further investigation I think I might be wrong.

Comments

kwinters’s picture

Status: Active » Needs review

You might be able to use http://drupal.org/project/uc_store_credit or some similar approach to storing an account balance. In either case, that's not really gateway-specific.

Really this module just charges money to a credit card. It's used either in the context of the shopping cart or recurring orders, and for the most part everything else happens in other modules.

kwinters’s picture

Oh, if you want to take special actions on renewal, you will probably have better luck with the 2.x branch and its use of uc_recurring. I think it provides better hooks / conditional actions. I'm hoping to have it available in 2 weeks.

kwinters’s picture

Status: Needs review » Closed (fixed)