Hi,
How can i create PayPal Billing with Automatic Renewal?
The module supports it?
Thanks.

Comments

rszrama’s picture

Status: Active » Closed (won't fix)

Nope, this doesn't support it, and I'm not sure what you're talking about from an API standpoint.

ntigh52’s picture

Thanks Ryan for your reply.
My problem is:
To create a "subscription product" with that fago's module ,
I want to create a automated subscription renewals.
I saw that here and here

It includes a video instraction
I hope to find a solution.
Thanks again Ryan.

rszrama’s picture

If I'm not mistaken, it's using PayPal Website Payments Standard, and that page you've listed is for Express Checkout (a different service). WPS does offer recurring billing, so you technically can alter the output of the redirect form to generate recurring billing profiles according to this doc:

https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=develo...

This module just doesn't support that right now, as recurring billing is a much bigger topic that still hasn't been solved satisfactorily.

ntigh52’s picture

Hi Ryan,
You have this Feature on your "UC Recurring Payments and Subscriptions".

Features:
•New/improved API for payment gateways to interface with uc_recurring - see hook_recurring_info().
•Ability to treat a recurring fee as a new order - so it gets access to everything a new order gets at the time of renewal e.g separate invoices, apply roles etc...

•Option for unlimited renewals (ie: renew until canceled).
•Option for recurring payments to be set that same as product price (this means that the recurring payments can be based on adjustments of a products from things like attributes).

•Conditional action support - sending emails on failed renewals.
•Extension API - administrators can configure what will happen on a failed payments, e.g order can be extended and re-attempts as many times as required.

Hope that this Solution will be in Drupal Commerce also.
Thanks a lot Ryan.

rszrama’s picture

Right, I don't maintain UC Recurring any more, but obviously we'll get it sorted out for Drupal Commerce. See the relevant issues in the Card on File module queue for ongoing work to support recurring / subscription billing management in DC.

ntigh52’s picture

We will wait :-)
Thanks,

jrabeemer’s picture

http://drupal.org/project/commerce_subscription

This module seems to fill your need. I too am looking for Paypal recurring payments functionality. The big hole in Commerce right now seems to be recurring / subscription payments.

ntigh52’s picture

Hi momendo, Thanks for your reply.
I tried this module before, look here
It doesn't really seem to work...
Did you solve this issue?

SeanBannister’s picture

ss54’s picture

Issue summary: View changes

May I get your advice on this issue. I have an advertising site that allows people to register in order to be able to advertise their own ads. This membership is open now. I want to set a time limit for each ad they put on the site. I want to remind registrants in automatic email upon the expiry time limit whether he/she wants to keep the add and if yes he is provided with a link to do that extension of the ad. I heard of a few modules among them the expire role module. Is this possible to do with this module, and if not, is there one to do the job? Thanks