Hi,
i am developing authorize_net module which will support Automated Recurring Billing (its product name for recurring billing for authorize_net). It works similar to the PayFlow Pro but they have much easier API. I've been studing recurring module and I can't figure how to handle product renewal programmatically. They have simple renewal by adding product to cart and pay it again. As Payflow and my authorize_net module will track subscription they can check if subscription is active and if they can renew product programmatically (maybe just change expiry schedule I am not sure). So my question is if someone can help me how to renew product programatically when the expiration is processed by cron script.
Thanks
Comments
This is going to be a apart
This is going to be a apart of v4 and will need to be done is a certain way to allow recurring of any type of payment gateway that supports this.
I am going to have this done before the first rc, which should be sometime in Jan.
--
Gordon Heydon
I know that you are planning
I know that you are planning new API and that my module won't be compactibile with new api but i need to get done this recurring payments now with my implementation. I saw in recurring module refering to autopay module which should do product renewal. So can you give me some hint how to renew product programmatically.
Thanks