Hi,
I am seriously considering the PayPal Subscriptions product for a website I am developing, but my client has an existing customer-base of subscribers using another service. Has anyone migrated existing subscriptions across to this Dupal/PayPal combo, and are there any tips for success?
Thanks








jaybee,
If the current solution you are using uses subscriptions, this is a tricky thing indeed. Paypal stores the subscription info (including the notify_url) on a per-subscription basis. That means that all of your users are still sending their IPN to your old IPN notification url.
There is one possibility for you if you wish to transfer to my module and still keep your customers. If you use the same paypal email address to receive the payments, you can allow users to modify their subscriptions and put in the new notify_url (and other info). This may take a little bit of coding to get it to work correctly (as far as I know no one has tried this before) but I think it can be done.
Also, you can probably create a code snippet to import all of your old users to the drupal user database, and give them the correct role. Hope that helps.
Sincerely,
Leighton Whiting